-
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?
Conversation
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
@@ -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 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.
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.
I added a few words trying to make it more clear.
If you file a ticket, it's a MANTA- one. |
I noticed these small changes were necessary to make the commands actually work.
Testing notes:
Open question: