<div dir="ltr">My VMs are raw disk images as logical volumes. My backup script takes a snapshot of a VM's volume, copies it off to another machine and then deletes the snapshot.<div><br></div><div>For some reason I have a snapshot that didn't delete which is now preventing the backups from proceeding:</div><div><br></div><div><div>...</div><div>Friday 1 July  02:10:01 AEST 2016: Taking snapshot of /dev/vms-lvm/MBE3-MythUbu-14.04-64bit.raw...</div><div>ERR: The specified snapshot volume /dev/vms-lvm/MBE3-MythUbu-14.04-64bit.snap already exists. Operation canceled.</div></div><div>...</div><div><br></div><div>But if I try to remove the snapshot volume I get an error that it's in use:</div><div><div><br></div><div>$ sudo lvremove /dev/vms-lvm/MBE3-MythUbu-14.04-64bit.snap</div><div>  Logical volume vms-lvm/MBE3-MythUbu-14.04-64bit.snap in use.</div></div><div><br></div><div>Can anyone please advise on how I find out what's using the snapshot, then kill that process so I can remove the snapshot so my backups can work again?</div></div>