Bug#966524: lvm2: "lvconvert --merge" does not remove the snapshot fter completing

2023-02-11 Thread Zdenek Kabelac
When the machine is rebooted and old thick snapshot merging is started, it may 
take some time.


So there need to be something 'monitoring' progress of the merge and react 
when merge is finished.


For this purpose the 'default' logic in lvm2 is  'lvmpolld' service - that 
should be present in the system, so lvchange activation command can connect 
lvmpolld service that would monitor progress of the merge.  Once finished,  
lvmpolld will basically --refresh   VG and update metadata and drop 
'empty/merged' snapshot.


There is also option to avoid using 'lvmpolld'  and use the implicit  
monitoring with  'lvchange --background' that would need to be used with 
activation.


As such there is most likely no bug on lvm2 here - but likely some 
configuration troubles.


Also note  lvmetad is 'gone'  for  2.03 version of lvm2 - so there should be 
no connection with lvmetad udev rules.




Bug#966524: lvm2: "lvconvert --merge" does not remove the snapshot fter completing

2021-01-16 Thread Antonio

Dear maintenance,
to remember that this problem still exists (and is necessary restart the 
system, after the snapshot revert process has completed)


Thanks
Antonio



Bug#966524: lvm2: "lvconvert --merge" does not remove the snapshot fter completing

2020-09-04 Thread Antonio
I tried version 2.03.10 by downloading it from the repository
https://sourceware.org/git/?p=lvm2.git;a=summary, but the problem remains.
I think you should report this type of problem to the developers ...