Hello. I'm in the process of migrating all my VMs and containers from version 3.3.5 and 4.x of proxmox to version 5.4.
On several occasions, I have run into errors on restore:
tar: ./usr/lib/pymodules/python2.7/ndg/httpsclient/test/scripts/openssl_https_server.sh: Cannot create symlink to '/usr/share/pyshared/ndg/httpsclient/test/scripts/openssl_https_server.sh': No space left on device
tar: ./usr/lib/pymodules/python2.7/ndg/httpsclient/ssl_peer_verification.py: Cannot create symlink to '/usr/share/pyshared/ndg/httpsclient/ssl_peer_verification.py': No space left on device
Total bytes read: 44550809600 (42GiB, 133MiB/s)
tar: Exiting with failure status due to previous errors
Logical volume "vm-105-disk-0" successfully removed
unable to restore CT 105 - command 'tar xpf - --lzop --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-file-ignored' '--warning=no-xattr-write' -C /var/lib/lxc/105/rootfs --skip-old-files --anchored --exclude './dev/*'' failed: exit code 2
There were a lot more lines with similar errors about disk size before pct bailed. I just copied the last few.
On the 3.3.5 instance, proxmox reports the disk size as 32G. Copying over the image, it was reported as smaller:
vzdump-openvz-107-2019_12_25-20_18_16.tar.lzo 100% 8461MB 33.7MB/s 04:11
I'm restoring using:
pct restore 105 vzdump-openvz-107-2019_12_25-20_18_16.tar.lzo -storage local-lvm
The local-lvm storage device has 1.8TB of 2TB free, so I know it's not that.
Is there some discrepancy in how proxmox is creating the new container? Do I need to actually tell it how big it is according to the source proxmox node?
On several occasions, I have run into errors on restore:
tar: ./usr/lib/pymodules/python2.7/ndg/httpsclient/test/scripts/openssl_https_server.sh: Cannot create symlink to '/usr/share/pyshared/ndg/httpsclient/test/scripts/openssl_https_server.sh': No space left on device
tar: ./usr/lib/pymodules/python2.7/ndg/httpsclient/ssl_peer_verification.py: Cannot create symlink to '/usr/share/pyshared/ndg/httpsclient/ssl_peer_verification.py': No space left on device
Total bytes read: 44550809600 (42GiB, 133MiB/s)
tar: Exiting with failure status due to previous errors
Logical volume "vm-105-disk-0" successfully removed
unable to restore CT 105 - command 'tar xpf - --lzop --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-file-ignored' '--warning=no-xattr-write' -C /var/lib/lxc/105/rootfs --skip-old-files --anchored --exclude './dev/*'' failed: exit code 2
There were a lot more lines with similar errors about disk size before pct bailed. I just copied the last few.
On the 3.3.5 instance, proxmox reports the disk size as 32G. Copying over the image, it was reported as smaller:
vzdump-openvz-107-2019_12_25-20_18_16.tar.lzo 100% 8461MB 33.7MB/s 04:11
I'm restoring using:
pct restore 105 vzdump-openvz-107-2019_12_25-20_18_16.tar.lzo -storage local-lvm
The local-lvm storage device has 1.8TB of 2TB free, so I know it's not that.
Is there some discrepancy in how proxmox is creating the new container? Do I need to actually tell it how big it is according to the source proxmox node?