I'm migrating a bunch of containers off an old server onto a new one. 3 of the 10 failed. I reran them and this is the console output.
I'm seeing disk quota exceeded messages. I should have approximately 1.5 TB of storage and I'd wager that I don't pass 100 GB of usage. Why would I be full anywhere?
On the ProxMox home screen it says the following. It appears ProxMox isn't even using the big ass partition.
Does /vz need to point to a different partition? I'll admit Linux partitioning is rather confusing.
[root@Char ~]# ./vzmigrate.sh 10.1.5.7
OPT:--remove-area
OPT:--keep-dst
OPT:10.1.5.7
Starting migration of CT 110 to 10.1.5.7
Preparing remote node
Initializing remote quota
Syncing private
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/110/var/log/secure": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (115080 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Stopping container
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/110/var/log/secure": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (114658 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Error: Failed to sync container private areas
Starting container ...
Container is mounted
Adding IP address(es): 10.1.5.110
Setting CPU units: 1000
Configure meminfo: 49152
Set hostname: dns.ICS.local
File resolv.conf was modified
Container start in progress...
OPT:--remove-area
OPT:--keep-dst
OPT:10.1.5.7
Starting migration of CT 120 to 10.1.5.7
Preparing remote node
Initializing remote quota
Syncing private
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/120/var/lib/rpm/Packages": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (19260 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Stopping container
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/120/var/lib/rpm/Packages": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (98 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Error: Failed to sync container private areas
Starting container ...
Container is mounted
Adding IP address(es): 10.1.5.120
Setting CPU units: 1000
Configure meminfo: 524288
Set hostname: ntop.ICS.local
File resolv.conf was modified
Container start in progress...
OPT:--remove-area
OPT:--keep-dst
OPT:10.1.5.7
Starting migration of CT 121 to 10.1.5.7
Preparing remote node
Initializing remote quota
Syncing private
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/121/root/web/icstrac/log/trac.log": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (556934 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Stopping container
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/vz/private/121/root/web/icstrac/log/trac.log": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
rsync: connection unexpectedly closed (556598 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Error: Failed to sync container private areas
Starting container ...
Container is mounted
Adding IP address(es): 10.1.5.121
Setting CPU units: 1000
Configure meminfo: 65536
Set hostname: intranet.ICS.local
File resolv.conf was modified
Container start in progress...
I'm seeing disk quota exceeded messages. I should have approximately 1.5 TB of storage and I'd wager that I don't pass 100 GB of usage. Why would I be full anywhere?
Fenix:~# df -ha
Filesystem Size Used Avail Use% Mounted on
/dev/pve/root 95G 26G 65G 28% /
tmpfs 1.9G 0 1.9G 0% /lib/init/rw
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
procbususb 0 0 0 - /proc/bus/usb
udev 10M 2.7M 7.4M 27% /dev
tmpfs 1.9G 4.0K 1.9G 1% /dev/shm
devpts 0 0 0 - /dev/pts
/dev/mapper/pve-data 1.3T 38G 1.3T 3% /var/lib/vz
/dev/sda1 504M 32M 448M 7% /boot
On the ProxMox home screen it says the following. It appears ProxMox isn't even using the big ass partition.
HD Space root (94.49GB/23.78GB)
Does /vz need to point to a different partition? I'll admit Linux partitioning is rather confusing.