-
Notifications
You must be signed in to change notification settings - Fork 4
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
System Storage documentation #201
Conversation
Add docs for how to use the NnfSystemStorage resource to create two VGs to work around the lvmlockd bug. Signed-off-by: Matt Richerson <[email protected]>
docs/guides/system-storage/readme.md
Outdated
vgRemove: $VG_NAME | ||
``` | ||
|
||
```yaml |
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.
Put these two together in one file, using the ---
yaml doc separator.
docs/guides/system-storage/readme.md
Outdated
kind: NnfStorageProfile | ||
``` | ||
|
||
```yaml |
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.
Again, in one file, using the ---
doc separator.
docs/guides/system-storage/readme.md
Outdated
|
||
## NnfSystemStorage Resource | ||
|
||
System storage is created through the `NnfSystemStorage` resource. By default, system storage creates an allocation on all Rabbits in the system and exposes the storage to all compute. This behavior can be modified through different fields in the `NnfSystemStorage` resource. A `NnfSystemStorage` storage resource has the following fields in its `Spec` section: |
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.
System storage is created through the `NnfSystemStorage` resource. By default, system storage creates an allocation on all Rabbits in the system and exposes the storage to all compute. This behavior can be modified through different fields in the `NnfSystemStorage` resource. A `NnfSystemStorage` storage resource has the following fields in its `Spec` section: | |
System storage is created through the `NnfSystemStorage` resource. By default, system storage creates an allocation on all Rabbits in the system and exposes the storage to all computes. This behavior can be modified through different fields in the `NnfSystemStorage` resource. A `NnfSystemStorage` storage resource has the following fields in its `Spec` section: |
Signed-off-by: Matt Richerson <[email protected]>
Add docs for how to use the NnfSystemStorage resource to create two VGs to work around the lvmlockd bug.