Hi there,
I'm trying to restore an openvz container from an old proxmox server and I got "No space left on device" . I don't understand why as there is more than 1.7 Tb free in the system.
Here is the command issued :
I can't figure out what I am doing wrong.
Regards
Bernard
I'm trying to restore an openvz container from an old proxmox server and I got "No space left on device" . I don't understand why as there is more than 1.7 Tb free in the system.
Code:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part
└─sda3 8:3 0 1.8T 0 part
├─pve-swap 253:0 0 1G 0 lvm [SWAP]
├─pve-root 253:1 0 41.4G 0 lvm /
├─pve-data_tmeta 253:2 0 15.8G 0 lvm
│ └─pve-data-tpool 253:4 0 1.7T 0 lvm
│ ├─pve-data 253:5 0 1.7T 1 lvm
│ └─pve-vm--101--disk--0 253:6 0 50G 0 lvm
└─pve-data_tdata 253:3 0 1.7T 0 lvm
└─pve-data-tpool 253:4 0 1.7T 0 lvm
├─pve-data 253:5 0 1.7T 1 lvm
└─pve-vm--101--disk--0 253:6 0 50G 0 lvm
sdb 8:16 0 3.6T 0 disk
├─sdb1 8:17 0 200M 0 part
├─sdb2 8:18 0 307.3G 0 part
├─sdb3 8:19 0 698.5G 0 part
└─sdb4 8:20 0 1.7T 0 part /mnt/sdb4
sr0 11:0 1 1024M 0 rom
Here is the command issued :
Code:
pct restore 100 '/mnt/sdb4/vzdump-openvz-100-2021_11_09-09_48_03.tar' --storage local-lvm
storage does not support content type 'backup'
recovering backed-up configuration from '/mnt/sdb4/vzdump-openvz-100-2021_11_09-09_48_03.tar'
Logical volume "vm-100-disk-0" created.
Creating filesystem with 9175040 4k blocks and 2293760 inodes
Filesystem UUID: 63d81662-5aed-4d85-8f7c-ef00dd28b78c
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624
restoring '/mnt/sdb4/vzdump-openvz-100-2021_11_09-09_48_03.tar' now..
extracting archive '/mnt/sdb4/vzdump-openvz-100-2021_11_09-09_48_03.tar'
tar: ./home/dos/home/a_user/I.E.P.N.L/Video/marketing/davidjay/ReplayWebinar1-18-12-2014.mp4: Wrote only 2560 of 10240 bytes
tar: ./home/dos/home/a_user/I.E.P.N.L/Video/marketing/davidjay/LRV-2014/j1-4-polariser-votre-message-partie-1-sur-2.mp4: Cannot write: No space left on device
.../...
tar: ./tmp: Cannot mkdir: No space left on device
tar: ./tmp/.ICE-unix: Cannot mkdir: No such file or directory
Total bytes read: 146855249920 (137GiB, 34MiB/s)
tar: Exiting with failure status due to previous errors
Logical volume "vm-100-disk-0" successfully removed
unable to restore CT 100 - command 'tar xpf - --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/100/rootfs --skip-old-files --anchored --exclude './dev/*'' failed: exit code 2
I can't figure out what I am doing wrong.
Regards
Bernard