Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for shared data disks #45

Open
csmart opened this issue Jun 17, 2021 · 2 comments
Open

add support for shared data disks #45

csmart opened this issue Jun 17, 2021 · 2 comments

Comments

@csmart
Copy link
Owner

csmart commented Jun 17, 2021

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
Copy link
Owner Author

csmart commented Jun 19, 2021

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
Copy link
Owner Author

csmart commented Jun 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant