![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1952244.1 : Oracle ZFS Storage Appliance: NFS mount size from client did not increase after increasing the shares quota
In this Document
Created from <SR 3-9979693755> Applies to:Sun ZFS Storage 7320 - Version All Versions to All Versions [Release All Releases]Sun ZFS Storage 7420 - Version All Versions to All Versions [Release All Releases] Oracle ZFS Storage ZS3-2 - Version All Versions to All Versions [Release All Releases] Oracle ZFS Storage ZS3-4 - Version All Versions to All Versions [Release All Releases] Sun Storage 7110 Unified Storage System - Version All Versions to All Versions [Release All Releases] 7000 Appliance OS (Fishworks) SymptomsThe quota on the shares was increased from 100G to 200G, but NFS client mount still shows 100G. zfssa:shares quota/quotafs> get quota
quota = 200G
Client still shows 100G as the size. root@client:/mnt/test# df -h .
Filesystem Size Used Available Capacity Mounted on zfssa:/export/quotafs 100G 31K 100G 1% /mnt/test
CauseQuota for project was also limited to 100G zfssa:shares quota> get quota
quota = 100G zfssa:shares quota>
SolutionIncrease the quota for the project to 200G. zfssa:shares quota> set quota=200G
quota = 200G (uncommitted) zfssa:shares quota> commit zfssa:shares quota> get quota quota = 200G zfssa:shares quota>
Output from client: root@client:/mnt/test# df -h .
Filesystem Size Used Available Capacity Mounted on zfssa:/export/quotafs 200G 31K 200G 1% /mnt/test Attachments This solution has no attachment |
||||||||||||||||
|