I have a 5-node cluster with LXC only and I am trying to move 3GB of storage of one of the LXC from the
The LXC is just an Ansible Controller with 1 core, 512 MB of RAM and 3 GB of storage on the
Is there a way to do this or once the storage of my LXC is on ZFS has to stay there?
zfspool
pool to the local
pool on the same node (ext4), but I am getting this error:
Code:
Formatting '/var/lib/vz/images/106/vm-106-disk-0.raw', fmt=raw size=3221225472 preallocation=off
Creating filesystem with 786432 4k blocks and 196608 inodes
Filesystem UUID: c05d40e3-b520-4ea5-a175-9ac6491af8bf
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
rsync: [receiver] write failed on "/var/lib/lxc/106/.copy-volume-1/home/ansible/.cache/ansible-compat/21d1f8/collections/ansible_collections/community/aws/plugins/modules/elb_target_group.py": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(378) [receiver=3.2.3]
rsync: [sender] write error: Broken pipe (32)
TASK ERROR: command 'rsync --stats -X -A --numeric-ids -aH --whole-file --sparse --one-file-system '--bwlimit=0' /var/lib/lxc/106/.copy-volume-2/ /var/lib/lxc/106/.copy-volume-1' failed: exit code 11
The LXC is just an Ansible Controller with 1 core, 512 MB of RAM and 3 GB of storage on the
zfspool
pool, so nothing "fancy".Is there a way to do this or once the storage of my LXC is on ZFS has to stay there?