I am struggling with device replace (I won't put details here) and I thought that removing some of the snapshots would help.
- I ran btrfs snapshot delete on a couple snapshots and it returned immediately.
- On the third deletion it took quiet some time for the command to finish so I assumed that deletion was being run during the command and that when the command finished the snapshot deletion was complete.
- I tried to unmount the filesystem in order to run btrfs-check before running device-replace.
- umount failed with "target is busy"
- it has now been about 24 hours and umount still fails with "target is busy"
I cannot find any way to check progress of snapshot delete or determine when I will be able to unmount the filesystem.
Is there anything I can do?