ansible-role-virt-infra icon indicating copy to clipboard operation
ansible-role-virt-infra copied to clipboard

add support for shared data disks

Open csmart opened this issue 4 years ago • 2 comments
trafficstars

Specify a disk as shared so that it can be attached to multiple VMs. This will mean that shared option needs to be set (to enable correct SELinux labeling) and also that the name must not be based on the inventory hostname as it won't then be the same across VMs.

csmart avatar Jun 17 '21 11:06 csmart

Shared disks are only supported with RAW format, else you can corrupt qcow2 headers, so I guess this means I need to bump support for #38

csmart avatar Jun 19 '21 10:06 csmart

shared disks probably not supported with nvme due to the way we have to define the using qemu extra args...

csmart avatar Jun 19 '21 10:06 csmart