Hello,
I moved all off my containers to a new drive and new storage pool successfully with :
sudo lxc move <containbername> --storage <storagename>
but 2 of them got failed with this error:
Error: Migration operation failure: Create instance from copy: Create instance volume from copy failed: [Failed sending volume black-13:/: Btrfs send failed: exit status 1 (At subvol /var/lib/lxd/storage-pools/services/containers/migration.1039190821/.migration-send
ERROR: send ioctl failed with -5: Input/output error
) Failed to run: btrfs receive -e /var/lib/lxd/storage-pools/development/containers/migration.838337476: exit status 1 (At subvol .migration-send
ERROR: unexpected EOF in stream)]
i have no idea where this error come form. i had some problem in the old drive though. which makes my old storage pool read only on file systems. can it be related? if yes why it didnt’t happen for other containers
Thanks inadvance