Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation fixes for out of space condition. #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/trouble-shooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Notice that the zone's delegated dataset has no more space.

### Solution

1. Increase the zone's ZFS dataset. In the GZ, run:
1. Increase the zone's ZFS dataset. Note the default is now 50G, so this shell example has outdated sizes. In the GZ, run:
>```
># zfs set quota=1G zones/e3ab01c5-d5d0-423c-97de-2c71183302d9
>```
Expand All @@ -421,8 +421,7 @@ such that future manatee zones will be deployed with the quota you've set. You
can do this on the HN via sapiadm. In this example the quota size is set to
500G.
>```
># sapiadm update $(sdc-sapi services?name=manatee | json -Ha uuid)
>params.quota=500
># sapiadm update $(sdc-sapi /services?name=manatee | json -Ha uuid) params.quota=500
>```

# Useful Manatee Commands
Expand Down