OSError: [Errno 122] Disk quota exceeded

iliak

Contributor
Joined
Dec 18, 2018
Messages
148
i have a pool on single SSD DC P3600 Series 800GB (it is used as scratch - network shared tmp folder)
currency i increased the load on the folder (added more network client reading and writing to it)
and i started to recive the following error:

File "/usr/lib/python3.6/tempfile.py", line 509, in mkdtemp
_os.mkdir(file, 0o700)
OSError: [Errno 122] Disk quota exceeded: '/mnt/tmp/tmpvxyyrt26'

the disk is around 20% full (when error occurred ) and i did not configure any quota,
(some clients received this error while other are running quite well and currently the pool is at 30% and growing )
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
i have a pool on single SSD DC P3600 Series 800GB (it is used as scratch - network shared tmp folder)
currency i increased the load on the folder (added more network client reading and writing to it)
and i started to recive the following error:

File "/usr/lib/python3.6/tempfile.py", line 509, in mkdtemp
_os.mkdir(file, 0o700)
OSError: [Errno 122] Disk quota exceeded: '/mnt/tmp/tmpvxyyrt26'

the disk is around 20% full (when error occurred ) and i did not configure any quota,
(some clients received this error while other are running quite well and currently the pool is at 30% and growing )
Check for userspace / groupspace quotas as well:
zfs userspace <pool>/<dataset>
zfs groupspace <pool>/<dataset>
 

iliak

Contributor
Joined
Dec 18, 2018
Messages
148
Check for userspace / groupspace quotas as well:
zfs userspace <pool>/<dataset>
zfs groupspace <pool>/<dataset>
all values under column QUOTA are none
 

iliak

Contributor
Joined
Dec 18, 2018
Messages
148
anyone ?
 
Top