]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Add comments
authorJohn Dilley <john.dilley@citrix.com>
Tue, 17 Nov 2015 15:46:18 +0000 (15:46 +0000)
committerJohn Dilley <john.dilley@citrix.com>
Tue, 17 Nov 2015 15:46:18 +0000 (15:46 +0000)
exec/xenrt/lib/xenserver/host.py
exec/xenrt/lib/xenserver/install.py

index 8cb82a5255d1aedbe7e746df42c04044e5e81a3f..567ed273d73e37980a1189950a7bbc39d9892f18 100755 (executable)
@@ -1007,7 +1007,7 @@ class Host(xenrt.GenericHost):
         interfaceconfig = ""
         otherconfigs = ""
         
-        # If we want to create the Local SR manually, set up the firstboot script here
+        # If we use multipathed root disk, but want to put the local SR on a local disk, we need to set this up manually
         firstBootSRInfo = None
         if self.mpathRoot and guestdisks != [primarydisk]: 
             defaultSRType = self.lookup("DEFAULT_SR_TYPE", "lvm")
index 26f66c734aade89c30f90ca68dbcddc063388765..2a5d9d164850a7a253be04224f55fb91bdfdd3a8 100644 (file)
@@ -868,7 +868,7 @@ sleep 30
         otherconfigs = ""
         
         workdir = xenrt.TEC().getWorkdir()
-        # If we want to create the Local SR manually, set up the firstboot script here
+        # If we use multipathed root disk, but want to put the local SR on a local disk, we need to set this up manually
         self.firstBootSRInfo = None
         if self.host.mpathRoot and guestdisks != [primarydisk]: 
             defaultSRType = self.host.lookup("DEFAULT_SR_TYPE", "lvm")