-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update lvms-deleting-lvmcluster-using-cli.adoc #93725
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
base: main
Are you sure you want to change the base?
Conversation
Command needs to be corrected in deleting an LVMCluster CR by using the CLI documentation. Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/configuring-persistent-storage#lvms-deleting-lvmcluster-using-cli_logical-volume-manager-storage Here is the current documentation: 2. Delete the LVMCluster CR by running the following command: $ oc delete lvmcluster <lvmclustername> -n openshift-storage Here, `lvmclustername` is wrongly mentioned. It should be separated with `hyphens`. Hence correct format is `lvm_cluster_name> Here is the updated look: 2. Delete the LVMCluster CR by running the following command: $ oc delete lvmcluster <lvm_cluster_name> -n openshift-storage
🤖 Sat May 24 21:16:01 - Prow CI generated the docs preview: |
@prithvipatil97: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/label peer-review-needed |
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.
LGTM
Hello snarayan-redhat, Regards, |
Hello Team, All checks have passed and Peer review is also done. @ropatil010 , @radeore , It would be really helpful if someone could please take a look and provide QE approval for this change. Thanks in advance. Regards, |
/lgtm |
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/configuring-persistent-storage#lvms-deleting-lvmcluster-using-cli_logical-volume-manager-storage
Here is the current documentation:
Here,
lvmclustername
is wrongly mentioned.hyphens
.Here is the updated look:
Version(s):
RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.15
Issue:
https://issues.redhat.com/browse/OBSDOCS-1942
Link to docs preview:
https://93725--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.html
QE review:
Additional information: