Open john-kheir opened 5 years ago
1- Do client.btrfs.device_remove 2- umount and detach the loop device
client.btrfs.device_remove
3- List btrfs filesystems using client.btrfs.list(), the btrfs filesystem is still there
client.btrfs.list()
The btrfs filesystem should be removed
@john-kheir according to u, this is no longer an issue since it's just cached and need few seconds to clear. Can u close this issue now?
Scenario
1- Do
client.btrfs.device_remove
2- umount and detach the loop deviceActual Result
3- List btrfs filesystems using
client.btrfs.list()
, the btrfs filesystem is still thereExpected result
The btrfs filesystem should be removed