Cannot set property for ZFS size is greater than available space

Status
Not open for further replies.

Jimb0

Cadet
Joined
Jul 30, 2017
Messages
1
Newbie here; haven't found yet solution from the forum or from docs.

Trying to add more space to volumes as my first estimation was to little (I have 2x4TiB environment).

But I was able to only add 200GiB to one - Otherwise it gives message: "Cannot set property for ZFS size is greater than available space"
upload_2017-7-30_13-55-44.png


What have I done wrong? How can I set more space to volumes? I should have at least 1.6TiB available still...

Thanks in advance!!
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
Please post full hardware specs and FN version (this is a must for all posts on here as per the forum rules).

Also post the output of "zpool status" in code tags.
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
ZFS Quotas and Reservations won't allow you to exceed your available space. You can check current values by logging in via SSH and using a command like;

zfs get all | egrep "quota|reservation"
 
Status
Not open for further replies.
Top