magicalwonders

Well-Known Member
Nov 21, 2012
112
2
18
cPanel Access Level
Root Administrator
On the 11th August I received the following message from my server cPanel Monitoring -

Disk usage warning

The filesystem “/” mounted at “/” reached “critical” status because you currently use 93.95% of its available blocks.
Notification Type: critical
Server: webhost1
Primary IP Address:
Filesystem: /
Mount Point: /
Percent Used:
93.95%
Disk Block Usage:
Used: 1.32 GB
Available: 6.04 GB
Total: 100 GB
ChkServd Version: 17.0
My host ran a quota check which was supposed to put things right. However, today I received a similar message -

Disk usage warning

The filesystem “/” mounted at “/” reached “warn” status because you currently use 90.68% of its available blocks.

Notification Type: warn ⚠
Server: webhost1
Primary IP Address:
Filesystem: /
Mount Point: /
Percent Used:
90.68%
Disk Block Usage:
Used: 12.82 GB
Available: 9.31 GB
Total: 100 GB
ChkServd Version: 17.0
This time my hosting tech support is saying -

The email is just an informational email from CSF/LFD (the firewall software). All root emails to be forwarded to your email in WHM, and then all messages from the server are routed to this mailbox. The email is set in System Email Preferences inside WHM. You can set it to another mailbox if you don’t want to receive these messages in your personal mailbox. You can also tweak the LFD settings, thresholds and email notification preferences from the CSF Firewall menu in WHM.
This issue doesn't sound like it has anything to do with CSF/LFD ?

Can anyone advise?

Myles
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
"This issue doesn't sound like it has anything to do with CSF/LFD ?"
NO that is not csf that is cpanel's disk warning.

csf does not check disk space
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hi @magicalwonders


The issue has nothing to do with quota really either. Those are disk full % warnings indicating that your disk at / is nearly full. Your host should be able to provide assistance with this.

Thanks!
 

magicalwonders

Well-Known Member
Nov 21, 2012
112
2
18
cPanel Access Level
Root Administrator
Hi Lauren,

My host is having another go at fixing this. The cPanel alerts seem to be not working properly. I received this alert today -

Percent Used:
94.45%
Disk Block Usage:
Used: 12.81 GB
Available: 5.55 GB
Total: 100 GB
The numbers don't add up. If I've only used 12.81 GB out of 100 GB, there has to be a lot more than 5.55 GB available?

Myles
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hello,


That is odd, it could be as suggested by @dalem but I would like to see what the output of the following is (if you have SSH access to the server):
Code:
df -kh
Thanks!
 

magicalwonders

Well-Known Member
Nov 21, 2012
112
2
18
cPanel Access Level
Root Administrator
Hi,

My WHM shows CENTOS 6.10 virtuozzo

Here's the output of
Code:
df -kh
[email protected] [~]# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 100G 13G 45G 23% /
none 2.0G 4.0K 2.0G 1% /dev
none 2.0G 0 2.0G 0% /dev/shm
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/bin
none 2.0G 4.0K 2.0G 1% /home/virtfs/newtestaccount/dev
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/lib
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/opt
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/tmp
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/usr
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/sbin
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/lib64
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/etc/scl
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var/log
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var/tmp
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/etc/mail
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/usr/sbin
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var/spool
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/etc/apache2
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/etc/pki/tls
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/etc/alternatives
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var/cpanel/php/sessions
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/var/cpanel/email_send_limits
/dev/simfs 100G 13G 45G 23% /home/virtfs/newtestaccount/home/newtestaccount
[email protected] [~]#
The output seems to only refer to the last cPanel account created. There are eight accounts altogether
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
HI @magicalwonders


What is this:

Code:
none 2.0G 4.0K 2.0G 1% /home/virtfs/newtestaccount/dev
none 2.0G 4.0K 2.0G 1% /dev
none 2.0G 0 2.0G 0% /dev/shm
Have you made modifications to virtfs or the mounts in general or has your provider? Can you provide the output of the following:
Code:
cat /etc/fstab
cat /proc/mounts
Thanks!
 

magicalwonders

Well-Known Member
Nov 21, 2012
112
2
18
cPanel Access Level
Root Administrator
HI @magicalwonders


What is this:

Code:
none 2.0G 4.0K 2.0G 1% /home/virtfs/newtestaccount/dev
none 2.0G 4.0K 2.0G 1% /dev
none 2.0G 0 2.0G 0% /dev/shm
Have you made modifications to virtfs or the mounts in general or has your provider? Can you provide the output of the following:
Code:
cat /etc/fstab
cat /proc/mounts
Thanks!
I haven't made any modifications. I'm not sure what my host has done. I'm guessing it shouldn't be like this?

Here's the output you requested -

[email protected] [~]# cat /etc/fstab
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
[email protected] [~]#
[email protected] [~]# cat /proc/mounts
/dev/simfs / simfs rw,relatime,usrquota,grpquota 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /dev devtmpfs rw,relatime,mode=755 0 0
none /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
none /dev/shm tmpfs rw,relatime 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
/dev/simfs /home/virtfs/newtestaccount/bin simfs ro,nosuid,relatime,usrquota,grpquota 0 0
none /home/virtfs/newtestaccount/dev devtmpfs rw,nosuid,noexec,relatime,mode=755 0 0
/dev/simfs /home/virtfs/newtestaccount/lib simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/opt simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/tmp simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/usr simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/sbin simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/lib64 simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/etc/scl simfs ro,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var/log simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var/tmp simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/etc/mail simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/usr/sbin simfs ro,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var/spool simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/etc/apache2 simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/etc/pki/tls simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/etc/alternatives simfs ro,nosuid,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var/cpanel/php/sessions simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/var/cpanel/email_send_limits simfs rw,nosuid,noexec,relatime,usrquota,grpquota 0 0
/dev/simfs /home/virtfs/newtestaccount/home/newtestaccount simfs rw,relatime,usrquota,grpquota 0 0
[email protected] [~]#
Many thanks.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hi @magicalwonders


Based on the thread here: Using "none" in /etc/fstab it is legal to do that but not something I've seen previously. It does seem like the disk usage that's being reported is from the host node and this isn't something we'd be able to provide assistance for further, your hosting provider needs to address the disk usage issues on the host node of the VPS

Thanks!
 

magicalwonders

Well-Known Member
Nov 21, 2012
112
2
18
cPanel Access Level
Root Administrator
Hi @magicalwonders


Based on the thread here: Using "none" in /etc/fstab it is legal to do that but not something I've seen previously. It does seem like the disk usage that's being reported is from the host node and this isn't something we'd be able to provide assistance for further, your hosting provider needs to address the disk usage issues on the host node of the VPS

Thanks!
Thanks for the update Lauren,

I'll let my hosting provider know.

Many thanks,

Myles