Hello everybody!
I'm trying to move on of my Container to my main storage drive (SSD) from my other drive (HDD using ZFS).
I installed (restored backup) by error this Container on my HDD but now I'd like move it back to my SSD so it's performs faster.
The problem is whenever I try to restore the backup I get the following errors:
The bootdrive is not even half full but I tried to manually restore the backup assigning more space on the drive. In that case it would create, or rather, restore the Container but I'm unable to start it and no error are thrown.
If I restore it on the HHD everything works well, but If I try to move the volume to my SSD I get the following error:
Thank you in advance!
I'm trying to move on of my Container to my main storage drive (SSD) from my other drive (HDD using ZFS).
I installed (restored backup) by error this Container on my HDD but now I'd like move it back to my SSD so it's performs faster.
The problem is whenever I try to restore the backup I get the following errors:
The bootdrive is not even half full but I tried to manually restore the backup assigning more space on the drive. In that case it would create, or rather, restore the Container but I'm unable to start it and no error are thrown.
Code:
pct restore 115 /path/to/backup --storage local-lvm --rootfs local-lvm:3,size=3G --force
If I restore it on the HHD everything works well, but If I try to move the volume to my SSD I get the following error:
Code:
Logical volume "vm-115-disk-0" created.
mke2fs 1.44.5 (15-Dec-2018)
Discarding device blocks: 4096/524288 done
Creating filesystem with 524288 4k blocks and 131072 inodes
Filesystem UUID: 08fa8716-183a-4efa-b34c-dc15c483ce2f
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
Allocating group tables: 0/16 done
Writing inode tables: 0/16 done
Creating journal (16384 blocks): done
Multiple mount protection is enabled with update interval 5 seconds.
Writing superblocks and filesystem accounting information: 0/16 done
rsync: write failed on "/var/lib/lxc/115/.copy-volume-1/usr/lib/python2.7/dist-packages/six.py": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]
Logical volume "vm-115-disk-0" successfully removed
TASK ERROR: command '/usr/bin/rsync --stats -X -A --numeric-ids -aH --whole-file --sparse --one-file-system '--bwlimit=0' /var/lib/lxc/115/.copy-volume-2/ /var/lib/lxc/115/.copy-volume-1' failed: exit code 11
Thank you in advance!