Hey all,
I have my backups in a zfs pool ("s_pool") of which I take regular snapshots. These are then streamed elsewhere with
I have my backups in a zfs pool ("s_pool") of which I take regular snapshots. These are then streamed elsewhere with
zfs send ... | zfs recv ...
. Today, however, it is failing to stream because zfs can't unmount s_pool. Running an export fails as well (specifying that the device is busy), unless ran in recovery mode. I cannot figure out what has its hooks in the pool, and the folks at /r/zfs were unable to help me. I tried running lsof | grep s_pool
but nothing came up. Any ideas? This is preventing my from making backups of several production VMs.