Files
apfstests/tests/btrfs/208.out
T
Marcos Paulo de Souza d116fe3774 btrfs: Test subvolume delete --subvolid feature
Now btrfs can delete subvolumes based in ther subvolume id. This
makes easy for the user willing to delete a subvolume that cannot be
accessed by the mount point, since btrfs allows to mount a specific
subvolume and hiding the other from the mount point.

Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2020-03-22 22:16:03 +08:00

18 lines
449 B
Plaintext

QA output created by 208
Create subvolume 'SCRATCH_MNT/subvol1'
Create subvolume 'SCRATCH_MNT/subvol2'
Create subvolume 'SCRATCH_MNT/subvol3'
Current subvolume ids:
subvol1
subvol2
subvol3
Delete subvolume (no-commit): 'SCRATCH_MNT/subvol1'
After deleting one subvolume:
subvol2
subvol3
Delete subvolume (no-commit): 'SCRATCH_MNT/subvol3'
Last remaining subvolume:
subvol2
Delete subvolume (no-commit): 'SCRATCH_MNT/subvol2'
All subvolumes removed.