-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add Storage Page and information to OCP-V section #96
base: main
Are you sure you want to change the base?
Conversation
/ok-to-test |
💀 There was an error during pre-commit / linter:
|
rebase done |
💻 Deployed & available at |
LGTM |
💻 Deployed & available at |
💻 Deployed & available at |
We should add one topic here, to quota Matthias M.
What do you think @rguske ? |
Agree! This is definitely an important information! I'll include it. |
@rbo I've added the information and highlighted it as important. Please review. |
💻 Deployed & available at |
@rguske Should we merge it with the https://pr-96-examples-openshift-pub.apps.pumuckl.openshift.pub/kubevirt/local-storage/ ? To have one Storage and Local Storage as a sub point or included. |
Closes: openshift-examples#91 Signed-off-by: Robert Guske <[email protected]>
@rbo local-storage is now merged into storage section. Ready to review. |
💻 Deployed & available at |
@@ -252,8 +252,8 @@ nav: | |||
- Descheduler: kubevirt/descheduler/index.md | |||
- Templates: kubevirt/template.md | |||
- Ansible: kubevirt/ansible/README.md | |||
- Networking: kubevirt/networking/index.md | |||
- Local-storage: kubevirt/local-storage.md | |||
- Networking: kubevirt/networking.md |
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.
It was kubevirt/networking/index.md
not kubevirt/networking.md
!
Official documentation: [Configuring local storage for virtual machines | ||
](https://docs.openshift.com/container-platform/latest/cnv/cnv_virtual_machines/cnv_virtual_disks/cnv-configuring-local-storage-for-vms.html) | ||
|
||
## Create a backing directory on each node |
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.
Please fix the indenting. It should be
- Configuring local storage for virtual machines
- Create a backing directory on each node
- Create MachineConfig
- Create a backing directory on each node
As it was in the orgiginal one.
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.
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.
## Configuring local storage for virtual machines | ||
|
||
Official documentation: [Configuring local storage for virtual machines | ||
](https://docs.openshift.com/container-platform/latest/cnv/cnv_virtual_machines/cnv_virtual_disks/cnv-configuring-local-storage-for-vms.html) |
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.
The page is providing some high-level but important information for storage in OCP-V . I don't want to create a mirror of our docs but I think it comes in handy having these information quickly available.
Closes: #91