i'm seeing this in the journal. Jan 09 14:20:25 f25h libvirtd[4511]: unsupported configuration: cannot find any matching source devices for logical volume group 'vg' Jan 09 14:20:25 f25h libvirtd[4511]: unsupported configuration: cannot find any matching source devices for logical volume group 'vg' Jan 09 14:20:25 f25h libvirtd[4511]: internal error: Failed to autostart storage pool 'vg': unsupported configuration: cannot find any matching source devices for logical vo I'm also seeing the VG, which is named 'vg' inactive in virt-manager > Edit > Connection Details > Storage and it can't be made active, I get an error: Error starting pool 'vg': unsupported configuration: cannot find any matching source devices for logical volume group 'vg' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 124, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn ret = fn(self, *args, **kwargs) File "/usr/share/virt-manager/virtManager/storagepool.py", line 164, in start self._backend.create(0) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3315, in create if ret == -1: raise libvirtError ('virStoragePoolCreate() failed', pool=self) libvirtError: unsupported configuration: cannot find any matching source devices for logical volume group 'vg' However, if I use virsh edit and just specify path to any LV on this VG, the VM works and uses it without complains. Soo....it's active as far as LVM is concerned but libvirtd won't "manipulate" this pool even though it'll use LV's in it, for reasons I can't figure out. [root@f25h ~]# pvs PV VG Fmt Attr PSize PFree /dev/nvme0n1p7 vg lvm2 a-- 80.43g 47.43g [root@f25h ~]# lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert macossierra vg -wi-a----- 32.00g test vg -wi-a----- 1.00g [root@f25h ~]# vgs VG #PV #LV #SN Attr VSize VFree vg 1 2 0 wz--n- 80.43g 47.43g Any ideas? -- Chris Murphy _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx