Displaying 1 result from an estimated 1 matches for "c_all".
Did you mean:
lc_all
2012 Oct 29
0
libvirt and thin provisionned LVM
...</owner>
<group>-1</group>
</permissions>
</target>
</pool>
Everything is working, until I create a thin privisionned pool like this:
lvcreate --thin data/pool -L 50G
Now, as soon as this is created, I cannot refresh my pool from libvirt POV:
LANG=C_ALL virsh pool-refresh data
error: Failed to start pool sys
error: erreur interne Child process (/sbin/vgchange -aln vg_gerard) status unexpected: exit status 5
If I remove this LV, everything is working again.
I'm using libvirt 0.9.10, the default one in CentOS 6.3 (x86_64).
Has anybody managed...