File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ public class XcpServerResource extends CitrixResourceBase {
3232
3333 private final static Logger s_logger = Logger .getLogger (XcpServerResource .class );
3434 private final static long mem_32m = 33554432L ;
35-
35+
3636 @ Override
3737 protected String getPatchFilePath () {
3838 return "scripts/vm/hypervisor/xenserver/xcpserver/patch" ;
3939 }
40-
40+
4141 /**
4242 XCP provides four memory configuration fields through which
4343 administrators can control this behaviour:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class XenServer56FP1Resource extends XenServer56Resource {
3434 protected String getPatchFilePath () {
3535 return "scripts/vm/hypervisor/xenserver/xenserver56fp1/patch" ;
3636 }
37-
37+
3838 /**
3939 * When Dynamic Memory Control (DMC) is enabled -
4040 * xenserver allows scaling the guest memory while the guest is running
You can’t perform that action at this time.
0 commit comments