same node for ext3_orphan_cleanup: deleting unreferenced inode

Leonid Sopov

Renowned Member
Feb 4, 2012
1
0
66
Moscow, Russia, Russia
sopov.org
Hello,
I have server on debian 7.8
Proxmox 3.4-6


Today in time of backup process and on server no has free space.


After logon I killed vzdump process.


and clean syslog, debug, kern.log (each was 59G)

=1=
I see via newrelic that space first time ended for 30mins, and reason log's:
Code:
ext3_orphan_cleanup: deleting unreferenced inode 4368618
ext3_orphan_cleanup: deleting unreferenced inode 4368618
ext3_orphan_cleanup: deleting unreferenced inode 4368618
... unlimited time with same inode ...

After clean logs i see that every 5 mins logs +3-5Gb with same error in 3-log files (currently cleans via cron each 5mins)

=2=
on process list i see mount process with 100% of CPU
# ps axuw | grep mount
Code:
root      982778 99.8  0.0  17148   740 ?        R    03:54 705:56 mount -n -t ext3 /dev/vg0/vzsnap-ex10-0 /mnt/vzsnap0

I can't kill this process and I cannot reboot server (don't want reboot, it's production).

Currently more 10hrs watching this issue.

How fix it? or only reboot?

Thanks.