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
when swapping for <pool type='logical'> like mentioned in libvirt documentation everything is fine. Funny enough libvirt documentation says <format type='logical'/> needs to go inside source part of the xml as well. However using lvm2 here does not result in complains/errors.
The text was updated successfully, but these errors were encountered:
libvirt version on debian (buster) doe not seem to like
<pool type='{{ item.type }}'>
in the top of the pool template.failed: [XXX] (item={'name': 'lvm_pool', 'type': 'lvm2', 'source': 'root', 'target': '/dev/root', 'pvs': ['/dev/md0']}) => changed=false ansible_loop_var: item item: name: lvm_pool pvs: - /dev/md0 source: root target: /dev/root type: lvm2 msg: 'unsupported configuration: unknown storage pool type lvm2'
when swapping for
<pool type='logical'>
like mentioned in libvirt documentation everything is fine. Funny enough libvirt documentation says<format type='logical'/>
needs to go inside source part of the xml as well. However using lvm2 here does not result in complains/errors.The text was updated successfully, but these errors were encountered: