Hi @stgraber,
I need to clone my LXD server. The scenario I want is:
- Create default storage from a disk image (mounted with /mnt/btrfs/lxd) and initialize containers on it
- Full backup of /mnt/btrfs/lxd to a dedicated partition that is not a disk image as above (later also mounted to /mnt/btrfs/lxd)
- Unmount the disk image and replace it with mount partition to /mnt/btrfs/lxd
As a result I can now start previous containers, list containers and images but I cannot create or delete containers.
How can I use it normally like before cloning.
Thanks!