Hello.
I’m having problem getting rid off all the subvolumes created by docker in my containers in my old default storage. I have
+------------+--------+--------------------+-------------+---------+---------+
| NAME | DRIVER | SOURCE | DESCRIPTION | USED BY | STATE |
+------------+--------+--------------------+-------------+---------+---------+
| lxdpoolone | btrfs | /dev/nvme0n1p3 | | 0 | CREATED |
+------------+--------+--------------------+-------------+---------+---------+
| pool2 | dir | /mnt/main/lxdpool2 | | 15 | CREATED |
+------------+--------+--------------------+-------------+---------+---------+
It seems impossible to delete the backup.* directories, and the remove storage command is not working (because of these readonly subvolumes remaining in the filesystem).
Is it safe to delete the partition /dev/nvme0n1p3? Will LXD start after the deletion?