I have a problem to resize a ZFS that below a Zone
In solaris11 for Sparc I have a problem to resize a ZFS that below a Zone
Following the command performed from physical node:
root@prexaas1 # df -h |grep dati
dati-pool 821G 296M 388G 1% /data
dati-pool/FS-zprbps1 60G 16.7G 43.3G 28% /data/FS-zprbps1
dati-pool/FS-zprexabias1 300G 245G 55G 82% /data/FS-zprexabias1
dati-pool/bck 200G 98.2M 200G 1% /data/bck
zfs set quota=400G dati-pool/FS-zprexabias1
zfs set reservation=400G dati-pool/FS-zprexabias1
But the resize did not work also if the quota is correctly configured:
root@prexaas1 # zfs get quota dati-pool/FS-zprexabias1
NAME PROPERTY VALUE SOURCE
dati-pool/FS-zprexabias1 quota 400G local
Do you know how resolve it ?