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
After trying to apply that, the pool is created but not active, but also can't be updated by the module to fix it, or any other libvirt_pool created on the same device. Ideally there should be a sanity check on sourcename to name sure it exists, then it would avoid getting into this situation.
The way to work around it is to virsh pool-edit and fix the name, then pool-start, then fix the name in the declaration.
The text was updated successfully, but these errors were encountered:
If a storage pool source name does not exist, then the module stops being able to modify it.
E.g.
After trying to apply that, the pool is created but not active, but also can't be updated by the module to fix it, or any other libvirt_pool created on the same device. Ideally there should be a sanity check on sourcename to name sure it exists, then it would avoid getting into this situation.
The way to work around it is to virsh pool-edit and fix the name, then pool-start, then fix the name in the declaration.
The text was updated successfully, but these errors were encountered: