]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Configure for SMB
authorJohn Dilley <john.dilley@citrix.com>
Wed, 18 Nov 2015 11:55:02 +0000 (11:55 +0000)
committerJohn Dilley <john.dilley@citrix.com>
Wed, 18 Nov 2015 11:55:02 +0000 (11:55 +0000)
seqs/dundeepoolscalesmb.seq

index 7b8699bf0c912673bba2ed248354d59b672f3488..432c1c675f13e3e083a8faea9c42d2c07c7e04bf 100644 (file)
@@ -23,8 +23,7 @@
     <pool>
 
       <!-- SMB SR using the share provided by NetApp SC04-FAS2554 -->
-      <storage type="smb" name="smb1" default="true" />
-      <storage type="smb" name="smb2" />
+      <storage type="smb" name="smbsr" default="true" />
 
       <allhosts />
 
           <MANAGEMENT />
           <VMS />
         </PHYSICAL>
-        <PHYSICAL network="NSEC">
-          <NIC />
-          <NIC />
-          <STORAGE />
-        </PHYSICAL>
       </NETWORK>
 
       <vm name="gold0">
         <network device="0" />
         <vcpus>2</vcpus>
         <memory>1024</memory>
-        <storage>smb1</storage>
-      </vm>
-      <vm name="gold1">
-        <distro>${DISTRO}</distro>
-        <postinstall action="installDrivers" />
-        <postinstall action="preCloneTailor" />
-        <postinstall action="xenDesktopTailor" />
-        <postinstall action="shutdown" />
-        <postinstall action="removeCD" />
-        <network device="0" />
-        <vcpus>2</vcpus>
-        <memory>1024</memory>
-        <storage>smb2</storage>
+        <storage>smbsr</storage>
       </vm>
       <vm name="XenCenter">
         <distro>win7sp1-x86</distro>