I did a restore of a CT that uses also a mount point. There is a warning but I did not expect that it will touch the mount point. After CT restore, the subvolume is destroyed.
I want data2/subvol-121-disk-0 back.
There is something like "using special zpool import with -T option" but not sure how to use it
I run a scrub manually at the end.
Code:
zpool history data2 -il
2022-07-04.15:53:54 [txg:9806] destroy data2/subvol-121-disk-0 (165) (bptree, mintxg=1) [on silver]
2022-07-04.15:54:02 zfs destroy -r data2/subvol-121-disk-0 [user 0 (root) on silver:linux]
2022-07-04.16:30:22 [txg:10215] scan setup func=1 mintxg=0 maxtxg=10215 [on silver]
2022-07-04.16:30:37 zpool scrub data2 [user 0 (root) on silver:linux]
I want data2/subvol-121-disk-0 back.
There is something like "using special zpool import with -T option" but not sure how to use it
I run a scrub manually at the end.