SOLVED Dataset falsely full

Status
Not open for further replies.

ADUR

Cadet
Joined
Apr 9, 2018
Messages
9
Hi there,

It's my first time finding something I can't answer with previous posts, even if I use this forum for a while!


So here's the problem :
Today, I update my FreeNAS 11.0 u4 to the latest 11.1 u4, and when it restarted, I received the following mail:
upload_2018-4-9_16-45-20.png


I was afraid about it (it's used by another team for prod backups), so I rushed my web UI to double check that, and surprise:

upload_2018-4-9_16-53-35.png


Here I don't understand! So my last step was to connect directly on the NAS and go check this Dataset, and here's the output:
upload_2018-4-9_16-56-34.png


It accords with the web UI.


In my understanding, when we created this dataset, we allowed the team to use 700 GiB. They actually use 269/700, so 61% are still available in this dataset.


So as a conclusion, it's not an urgent problem, since I still can use this dataset, but I wasn't able to find anything close to this on the forum or on Google.


Do I need to open a ticket, or anyone has ever issued or can explain this to me?


Thanks a lot!
ADUR
 

Attachments

  • upload_2018-4-9_16-44-43.png
    upload_2018-4-9_16-44-43.png
    51.6 KB · Views: 152
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
What's the output of zfs get all NAS-GDA/GDA/ENT?
 

ADUR

Cadet
Joined
Apr 9, 2018
Messages
9
Hi, thank you for your answer

Here's the output :
Code:
root@nas-gda:/mnt/NAS-GDA/nfs/GDA/ENT # zfs get all NAS-GDA/nfs/GDA/ENT
NAME				 PROPERTY			  VALUE					 SOURCE
NAS-GDA/nfs/GDA/ENT  type				  filesystem				-
NAS-GDA/nfs/GDA/ENT  creation			  Fri Mar 31 17:47 2017	 -
NAS-GDA/nfs/GDA/ENT  used				  700G					  -
NAS-GDA/nfs/GDA/ENT  available			 431G					  -
NAS-GDA/nfs/GDA/ENT  referenced			269G					  -
NAS-GDA/nfs/GDA/ENT  compressratio		 1.05x					 -
NAS-GDA/nfs/GDA/ENT  mounted			   yes					   -
NAS-GDA/nfs/GDA/ENT  quota				 700G					  local
NAS-GDA/nfs/GDA/ENT  reservation		   700G					  local
NAS-GDA/nfs/GDA/ENT  recordsize			128K					  default
NAS-GDA/nfs/GDA/ENT  mountpoint			/mnt/NAS-GDA/nfs/GDA/ENT  default
NAS-GDA/nfs/GDA/ENT  sharenfs			  off					   default
NAS-GDA/nfs/GDA/ENT  checksum			  on						default
NAS-GDA/nfs/GDA/ENT  compression		   lz4					   inherited from NAS-GDA
NAS-GDA/nfs/GDA/ENT  atime				 on						default
NAS-GDA/nfs/GDA/ENT  devices			   on						default
NAS-GDA/nfs/GDA/ENT  exec				  on						default
NAS-GDA/nfs/GDA/ENT  setuid				on						default
NAS-GDA/nfs/GDA/ENT  readonly			  off					   default
NAS-GDA/nfs/GDA/ENT  jailed				off					   default
NAS-GDA/nfs/GDA/ENT  snapdir			   hidden					default
NAS-GDA/nfs/GDA/ENT  aclmode			   passthrough			   inherited from NAS-GDA
NAS-GDA/nfs/GDA/ENT  aclinherit			passthrough			   inherited from NAS-GDA
NAS-GDA/nfs/GDA/ENT  canmount			  on						default
NAS-GDA/nfs/GDA/ENT  xattr				 off					   temporary
NAS-GDA/nfs/GDA/ENT  copies				1						 default
NAS-GDA/nfs/GDA/ENT  version			   5						 -
NAS-GDA/nfs/GDA/ENT  utf8only			  off					   -
NAS-GDA/nfs/GDA/ENT  normalization		 none					  -
NAS-GDA/nfs/GDA/ENT  casesensitivity	   sensitive				 -
NAS-GDA/nfs/GDA/ENT  vscan				 off					   default
NAS-GDA/nfs/GDA/ENT  nbmand				off					   default
NAS-GDA/nfs/GDA/ENT  sharesmb			  off					   default
NAS-GDA/nfs/GDA/ENT  refquota			  700G					  local
NAS-GDA/nfs/GDA/ENT  refreservation		700G					  local
NAS-GDA/nfs/GDA/ENT  primarycache		  all					   default
NAS-GDA/nfs/GDA/ENT  secondarycache		all					   default
NAS-GDA/nfs/GDA/ENT  usedbysnapshots	   0						 -
NAS-GDA/nfs/GDA/ENT  usedbydataset		 269G					  -
NAS-GDA/nfs/GDA/ENT  usedbychildren		0						 -
NAS-GDA/nfs/GDA/ENT  usedbyrefreservation  431G					  -
NAS-GDA/nfs/GDA/ENT  logbias			   latency				   default
NAS-GDA/nfs/GDA/ENT  dedup				 off					   default
NAS-GDA/nfs/GDA/ENT  mlslabel										-
NAS-GDA/nfs/GDA/ENT  sync				  standard				  default
NAS-GDA/nfs/GDA/ENT  refcompressratio	  1.05x					 -
NAS-GDA/nfs/GDA/ENT  written			   269G					  -
NAS-GDA/nfs/GDA/ENT  logicalused		   284G					  -
NAS-GDA/nfs/GDA/ENT  logicalreferenced	 284G					  -
NAS-GDA/nfs/GDA/ENT  volmode			   default				   default
NAS-GDA/nfs/GDA/ENT  filesystem_limit	  none					  default
NAS-GDA/nfs/GDA/ENT  snapshot_limit		none					  default
NAS-GDA/nfs/GDA/ENT  filesystem_count	  none					  default
NAS-GDA/nfs/GDA/ENT  snapshot_count		none					  default
NAS-GDA/nfs/GDA/ENT  redundant_metadata	all					   default


Once again, it seems to be OK, but there's maybe something I don't understand.

I'm more concerned about the mail and its cause, since I still can create and remove file in the dataset

If you have any clues,
Thanks again
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Well, the GUI is seriously confused, for starters. That 61% used makes no sense - if anything, the dataset is 61% empty.

As for the email, it's naïvely using the "used" property, which is at least as large as "reservation", apparently.

You can work around this by eliminating the reservation, since it's just a bookkeeping thing and doesn't actually affect anything as long as the pool is empty enough.
 

ADUR

Cadet
Joined
Apr 9, 2018
Messages
9
Ok, it's just the mail (and the GUI as you noticed) that are confused, but nothing that bad finally.

It's quite hard to change this reservation, it's about rules (and probably money) between teams inside, they have 700Go and I haven't any rights about it ...
Anyway, if there's nothing wrong, I'm fine with it, I don't restart the nas everyday

Thank you for your help, it's just little madness we can't explain
A last one, and I let you go :
Do you think I need to open a ticket about this (little and unsignifient) problem ?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Do you think I need to open a ticket about this (little and unsignifient) problem ?
I want to see what the new GUI does, first. We can revisit this after 11.2 is out.
 

ADUR

Cadet
Joined
Apr 9, 2018
Messages
9
Perfect, thank you again for your help =) !

I'm quite sure deleting the reservation is the solution here, so I will mark it as solved =) !
 
Status
Not open for further replies.
Top