I am running proxmox 3.3-1/a06c9f73 on all my nodes. I have a local partition that is exported via NFS for another node to backup on. The disk filled up and could not complete any backups. From the remote node, under backups I deleted some older backups. After doing do the disk utilization did not change either via NFS or locally.
On the local node.
It shows the same on the remote node as well.
So if you notice df shows 3.3T used but du only shows 1.5T in use!!!! Any idea what would cause something like this?
Eric
On the local node.
Code:
df -h /backup
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/lvm_local-backup 3.4T 3.3T 133G 97% /backup
du -hs /backup
1.5T /backup
It shows the same on the remote node as well.
Code:
df -h /remote/backup
Filesystem Size Used Avail Use% Mounted on
10.0.0.1:/backup/ 3.4T 3.3T 133G 97% /remote/backup
du -hs /remote/backup
1.5T /remote/backup
So if you notice df shows 3.3T used but du only shows 1.5T in use!!!! Any idea what would cause something like this?
Eric
Last edited: