You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When a shared storage configuration is added to the inventory of a deployment using a virtual FE configuration (playbook opennebula.deploy.infra), the virtual FE is created correctly but the image and file data stores are not configured correctly as no storage devices are mounted on the virtual FE.
To Reproduce
An example inventory is provided below (shared FS is mounted on /var/lib/one/datastores/):
Expected behavior
The shared FS storage is mounted on each the virtual FE, so as a result, the shared datastores in OpenNebula are correctly configured.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
- Pre-run helpers python3 and cache in the infra playbook (fix).
- Do NOT use pip, use system packages instead.
- Use genisoimage instead of pycdlib.
- Use the 'pc' machine type (fix).
- Add a way to define passthrough filesystems (like virtiofs or 9p).
- Add the helper/fstab role to manage persistent mounts.
- Pre-run helpers python3 and cache in the infra playbook (fix).
- Do NOT use pip, use system packages instead.
- Use genisoimage instead of pycdlib.
- Use the 'pc' machine type (fix).
- Add a way to define passthrough filesystems (like virtiofs or 9p).
- Add the helper/fstab role to manage persistent mounts.
Description
When a shared storage configuration is added to the inventory of a deployment using a virtual FE configuration (playbook
opennebula.deploy.infra
), the virtual FE is created correctly but the image and file data stores are not configured correctly as no storage devices are mounted on the virtual FE.To Reproduce
An example inventory is provided below (shared FS is mounted on
/var/lib/one/datastores/
):Expected behavior
The shared FS storage is mounted on each the virtual FE, so as a result, the shared datastores in OpenNebula are correctly configured.
Progress Status
The text was updated successfully, but these errors were encountered: