github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/pkg/libvirttools/TestRootVolumeSize__greater_than_fakeImageVirtualSize.out.yaml (about)

     1  - name: CreateStoragePool
     2    value: |-
     3      <pool type="">
     4        <name>volumes</name>
     5        <target>
     6          <path>/fake/volumes/pool</path>
     7        </target>
     8      </pool>
     9  - name: 'image: GetImagePathDigestAndVirtualSize'
    10    value: fake/image1
    11  - name: 'volumes: CreateStorageVol'
    12    value: |-
    13      <volume type="file">
    14        <name>virtlet_root_77f29a0e-46af-4188-a6af-9ff8b8a65224</name>
    15        <allocation unit="b">0</allocation>
    16        <capacity unit="b">424252</capacity>
    17        <target>
    18          <format type="qcow2"></format>
    19        </target>
    20        <backingStore>
    21          <path>/fake/volume/path</path>
    22          <format type="qcow2"></format>
    23        </backingStore>
    24      </volume>