You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xen56/XenServer56FenceCommandWrapper.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public Answer execute(final FenceCommand command, final XenServer56Resource xenS
54
54
for (finalVMvm : vms) {
55
55
logger.info("Fence command for VM " + command.getVmName());
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xen56p1/XenServer56FP1FenceCommandWrapper.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public Answer execute(final FenceCommand command, final XenServer56Resource xenS
66
66
}
67
67
logger.info("Fence command for VM " + command.getVmName());
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCreateVMSnapshotCommandWrapper.java
+11-12
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public Answer execute(final CreateVMSnapshotCommand command, final CitrixResourc
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixDeleteVMSnapshotCommandWrapper.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public Answer execute(final DeleteVMSnapshotCommand command, final CitrixResourc
66
66
if (command.getTarget().getType() == VMSnapshot.Type.DiskAndMemory) {
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRevertToVMSnapshotCommandWrapper.java
+7-6
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ public Answer execute(final RevertToVMSnapshotCommand command, final CitrixResou
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixStartCommandWrapper.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public Answer execute(final StartCommand command, final CitrixResourceBase citri
Copy file name to clipboardExpand all lines: plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixStopCommandWrapper.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ public Answer execute(final StopCommand command, final CitrixResourceBase citrix
Copy file name to clipboardExpand all lines: ui/public/locales/en.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -625,9 +625,9 @@
625
625
"label.create.template": "Create Template",
626
626
"label.create.tier.aclid.description": "The ACL associated with the Network Tier.",
627
627
"label.create.tier.externalid.description": "ID of the Network in an external system.",
628
-
"label.create.tier.gateway.description": "The Network Tier's gateway in the super CIDR range, not overlapping with the CIDR of other Network Tiers in this VPC.",
628
+
"label.create.tier.gateway.description": "Gateway IP must be within VPC CIDR ({value})",
629
629
"label.create.tier.name.description": "A unique name for the Network Tier.",
630
-
"label.create.tier.netmask.description": "The Network Tier's netmask. For example 255.255.255.0",
630
+
"label.create.tier.netmask.description": "Network Tier's netmask must be more restrictive than {value}",
631
631
"label.create.tier.networkofferingid.description": "The Network offering for the Network Tier.",
0 commit comments