-
Notifications
You must be signed in to change notification settings - Fork 29
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
make out-of-disk troubleshooting steps work #34
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -403,7 +403,7 @@ Notice that the zone's delegated dataset has no more space. | |
|
||
1. Increase the zone's ZFS dataset. In the GZ, run: | ||
>``` | ||
># zfs set quota=1G zones/e3ab01c5-d5d0-423c-97de-2c71183302d9 | ||
># zfs set quota=100G zones/e3ab01c5-d5d0-423c-97de-2c71183302d9 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the number used here is less important than the fact that it's at least higher than the current value. That's implied in the previous statement, but perhaps it needs to be made more clear. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added a few words trying to make it more clear. |
||
>``` | ||
>Verify there's free space in the dataset. | ||
>``` | ||
|
@@ -421,8 +421,8 @@ 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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs copyright update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done