-
Notifications
You must be signed in to change notification settings - Fork 15
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
KubeVirt support added for CSM Modules #1399
base: main
Are you sure you want to change the base?
Conversation
@khareRajshree : For consistency, have this PR to be worked for all Kubevirt related changes |
## KubeVirt support with Replication | ||
|
||
- Install the OpenShift Virtualization operator from the RedHat UI on both the | ||
source and target clusters with OCP v4.18 and above. |
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 should change to v4.17
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.
Addressed.
source and target clusters with OCP v4.18 and above. | ||
- The Replication modes supported are: SYNC and ASYNC. | ||
|
||
- Make sure the driver is installed with the Replication Module enabled and a |
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.
Link to where the instructions are for enabling the replication module
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.
Addressed.
the source will be replicated to the target cluster, as there is an active | ||
replication session between the two clusters. | ||
|
||
- sample _create-vm.yaml_ manifest: |
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.
Point to RedHat documentation here instead
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.
Addressed.
content/docs/prerequisites/_index.md
Outdated
PowerFlex, PowerMax, PowerStore, PowerScale. | ||
OpenShift Virtualization 4.17 <b> supports [storage profile](https://github.com/kiagnose/kubevirt-storage-checkup) operations only </b> for the following:</br> | ||
- Storage Systems: PowerFlex, PowerMax, PowerStore, PowerScale. | ||
- CSM Module: Replication Module |
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.
Could this line just be: "Modules: Replication"? If yes then I would suggest we simplify. If you can avoid the use of the acronym CSM when you produce documentation that would be ideal. Thanks!
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.
Addressed.
the source will be replicated to the target cluster, as there is an active | ||
replication session between the two clusters. | ||
|
||
- Refer this documentation |
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.
"Refer to this document ..."
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.
Addressed.
Description
Documentation updated for KubeVirt support with Replication Module
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: