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

make out-of-disk troubleshooting steps work #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions docs/trouble-shooting.md
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The 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.

Copy link
Member Author

Choose a reason for hiding this comment

The 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.
>```
Expand All @@ -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
Expand Down