Guest User

volumes.xml

a guest
Mar 29th, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.59 KB | None | 0 0
  1. <volume>
  2.     <name>TEST-VOL-1</name>
  3.     <allocation>0</allocation>
  4.     <capacity unit="GB">10</capacity>
  5.     <target>
  6.         <path>/tmp/test-vol-1.img</path>
  7.         <permissions>
  8.             <mode>0777</mode>
  9.         </permissions>
  10.         <format type="qcow2" />
  11.     </target>
  12. </volume>
  13.  
  14.  
  15. <volume>
  16.     <name>TEST-VOL-2</name>
  17.     <allocation>0</allocation>
  18.     <capacity unit="GB">10</capacity>
  19.     <target>
  20.         <path>/tmp/test-vol-2.img</path>
  21.         <permissions>
  22.             <mode>0777</mode>
  23.         </permissions>
  24.         <format type="qcow2" />
  25.     </target>
  26. </volume>
Advertisement
Add Comment
Please, Sign In to add comment