~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/storage-xml/pool-fs-volclone.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-12-07 10:04:22 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091207100422-2izjffd5ljvqun47
Tags: upstream-0.500.1
Import upstream version 0.500.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<volume>
 
3
  <name>pool-fs-volclone</name>
 
4
  <key>/some/target/path/pool-fs-vol</key>
 
5
  <source>
 
6
  </source>
 
7
  <capacity>10737418240</capacity>
 
8
  <allocation>5368709120</allocation>
 
9
  <target>
 
10
    <path>/some/target/path/pool-fs-vol</path>
 
11
    <format type="raw"/>
 
12
    <permissions>
 
13
      <mode>0700</mode>
 
14
      <owner>10736</owner>
 
15
      <group>10736</group>
 
16
    </permissions>
 
17
  </target>
 
18
</volume>