Unable to Create Clone Volumes From Source Volume
Problem
Environment
Cause
Diagnostics
openstack volume show <VOLUME_UUID_1> --fit +--------------------------------+----------------+ | Field | Value | +--------------------------------+----------------+ | name | [VOLUME_NAME] | | status | in-use | +--------------------------------+----------------+$ sudo virsh dumpxml <VM_UUID> | grep -B5 -i volume <...> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source file='/path/to/volume-<VOLUME_UUID_2>' index='2'/> <backingStore/> <target dev='vda' bus='virtio'/> <...>$ openstack volume show <VOLUME_UUID_2> --fit No volume with a name or ID of '<VOLUME_UUID_2>' exists.$ qemu-img info /path/to/volume-<VOLUME_UUID_2> volume-<VOLUME_UUID_2> image: /path/to/volume-<VOLUME_UUID_2> file format: raw virtual size: 160 GiB (171798691840 bytes) disk size: 162 GiB
Resolution
Additional Information
PreviousNew Storage Configuration in Cluster Blueprint is Not Reflecting Persistent Role HostNextShared Storage Requirements for VMHA
Last updated
