Enable User/Group Quota in Harvest #2911
rahulguptajss
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Thanks for the guide. It would be nice to have updated examples for NABox as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note:
ZAPI Steps
zapidirectory:cd /opt/harvest/conf/zapiCreate
custom.yaml:Update the file with the following content:
custom_qtree.yamlfile in the/opt/harvest/conf/zapi/cdot/9.8.0/directory. Updatecustom_qtree.yamlas below.REST Steps
restdirectory:cd /opt/harvest/conf/restCreate
custom.yaml:Update the file with the following content:
custom_quota.yamlfile in the/opt/harvest/conf/rest/9.12.0/directory. Updatecustom_quota.yamlas below.NABox4 Steps
Prerequisite: ssh to NABox via admin
Create relevant directories if they don't exist. You need to run these commands in
sudo bashStep 1: Create
custom.yamlNavigate to the
restdirectory:cd /etc/nabox/harvest/user/restCreate custom.yaml:
Update the file with the following content:
Step 2: Create
quota.yamlNavigate to the
9.12.0directory:mkdir -p /etc/nabox/harvest/user/rest/9.12.0 cd /etc/nabox/harvest/user/rest/9.12.0Create
custom_quota.yaml:Update the file with the following content:
Step 3: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions