Quota Exceeded - Critical warning -- however path does not exist.

KevDog

Patron
Joined
Nov 26, 2016
Messages
462
Hi I'm using TrueNas 12.0 U2 -- I received this critical warning within the alerts section:

CRITICAL
Quota exceeded on dataset tank/.system/cores. Used 100.00% (1 GiB of 1 GiB).


I have the tank dataset mounted at /mnt/tank however I don't have a .system/cores subdirectory:

freenas% cd /mnt/tank/.system/cores
-bash: cd: /mnt/tank/.system/cores: No such file or directory

Is this warning in regards to something else?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
mount will show you where that dataset is mounted. Or zfs list.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
This is mounted at /var/db/system/cores. You may have many core dump files there, and will need to delete a few.
 

KevDog

Patron
Joined
Nov 26, 2016
Messages
462

KevDog

Patron
Joined
Nov 26, 2016
Messages
462
Code:
freenas% ls -la /var/db/system/cores
total 1048282
drwxrwxr-x   2 root  wheel          10 Feb  8 08:33 .
drwxr-xr-x  11 root  wheel          13 Feb  8 09:09 ..
-rw-------   1 root  wheel    24231936 Nov 26  2017 bhyve.core
-rw-------   1 root  wheel    13438976 Jan  8  2017 grub-bhyve.core
-rw-------   1 root  wheel    52936704 Jan  3 00:49 libvirtd.core
-rw-------   1 root  wheel  1920073728 May 16  2020 python3.7.core
-rw-------   1 root  wheel  2151219200 Feb  8 08:40 python3.8.core
-rw-------   1 root  wheel    18976768 Jan 19 11:06 syslog-ng.core
-rw-------   1 root  wheel     7270400 Apr  8  2019 uwsgi-3.6.core
-rw-------   1 root  wheel    40009728 Jan 27  2020 winbindd.core
 

achmetinternet

Explorer
Joined
Jun 13, 2018
Messages
50
I am getting a similar alert:

Quota exceeded on dataset Daten/.system/cores. Used 95.44% (977.3 MiB of 1 GiB).

However, neither with mount or zfs list I am getting to a path that contains anything...

I'd assume the files under "." and ".." aren't the ones to be deleted :)
1660687861572.png
 
Top