Skip to content

OBSDOCS-1941: Update storage-persistent-storage-reclaim-manual.adoc #93724

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

prithvipatil97
Copy link
Contributor

@prithvipatil97 prithvipatil97 commented May 23, 2025

Here is the current documentation:

  1. Delete the PV.
$ oc delete pv <pv-name> 
  • Here <pv-name> is mentioned with hyphens.
  • But as per the standard format, it should be with underscores.
  • Also, full stop is mentioned after Delete the PV., but colon (:) is required here.

Here is the updated look:

  1. Delete the PV by running the following command::
$ oc delete pv <pv_name>  

Version(s):

RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.14, RHOCP 4.13

Issue:

https://issues.redhat.com/browse/OBSDOCS-1941

Link to docs preview:

https://93724--ocpdocs-pr.netlify.app/microshift/latest/microshift_storage/understanding-persistent-storage-microshift.html
https://93724--ocpdocs-pr.netlify.app/openshift-dedicated/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa-hcp/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa/latest/storage/understanding-persistent-storage.html

QE review:
Approved

Additional information:

@openshift-ci openshift-ci bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 23, 2025
@prithvipatil97
Copy link
Contributor Author

/label peer-review-needed

@openshift-ci openshift-ci bot added the peer-review-needed Signifies that the peer review team needs to review this PR label May 23, 2025
@abrennan89 abrennan89 self-assigned this May 27, 2025
@abrennan89 abrennan89 added peer-review-in-progress Signifies that the peer review team is reviewing this PR and removed peer-review-needed Signifies that the peer review team needs to review this PR labels May 27, 2025
@abrennan89 abrennan89 added this to the Continuous Release milestone May 27, 2025
@abrennan89 abrennan89 changed the title Update storage-persistent-storage-reclaim-manual.adoc OBSDOCS-1941: Update storage-persistent-storage-reclaim-manual.adoc May 27, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 27, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented May 27, 2025

@prithvipatil97: This pull request references OBSDOCS-1941 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Here is the current documentation:

  1. Delete the PV.
$ oc delete pv <pv-name> 
  • Here <pv-name> is mentioned with hyphens.
  • But as per the standard format, it should be with underscores.
  • Also, full stop is mentioned after Delete the PV., but colon (:) is required here.

Here is the updated look:

  1. Delete the PV:
$ oc delete pv <pv_name>  

Version(s):

RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.14, RHOCP 4.13

Issue:

https://issues.redhat.com/browse/OBSDOCS-1941

Link to docs preview:

https://93724--ocpdocs-pr.netlify.app/microshift/latest/microshift_storage/understanding-persistent-storage-microshift.html
https://93724--ocpdocs-pr.netlify.app/openshift-dedicated/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa-hcp/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa/latest/storage/understanding-persistent-storage.html

QE review:

  • QE has approved this change.

Additional information:

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 openshift-eng/jira-lifecycle-plugin repository.

@abrennan89
Copy link
Contributor

@abrennan89 abrennan89 added peer-review-done Signifies that the peer review team has reviewed this PR and removed peer-review-in-progress Signifies that the peer review team is reviewing this PR labels May 27, 2025
- one variable needs to be updated with underscores instead of hyphens.
- Here is the documentation:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/understanding-persistent-storage#reclaim-manual_understanding-persistent-storage

Here is the current documentation:

1. Delete the PV.

$ oc delete pv <pv-name>
Here `<pv-name> ` is mentioned with `underscores`.
But as per the standard format, it should be with `hyphens`.
Also, `full stop` is mentioned after `Delete the PV.`, but `colon` ( is required here.
Here is the updated look:

1. Delete the PV:
~~~
$ oc delete pv <pv_name>
~~~

New-Update modules/storage-persistent-storage-reclaim-manual.adoc

Here is the current documentation:

1. Delete the PV.
~~~
$ oc delete pv <pv-name>
~~~

- Here `<pv-name> ` is mentioned with `hyphens`.
- But as per the standard format, it should be with `underscores`.
- Also, `full stop` is mentioned after `Delete the PV.`, but `colon` (:) is required here.

Here is the updated look:

1. Delete the PV by running the following command:
~~~
$ oc delete pv <pv_name>
~~~

Co-authored-by: Ashleigh Brennan <[email protected]>
@openshift-ci-robot
Copy link

openshift-ci-robot commented May 30, 2025

@prithvipatil97: This pull request references OBSDOCS-1941 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Here is the current documentation:

  1. Delete the PV.
$ oc delete pv <pv-name> 
  • Here <pv-name> is mentioned with hyphens.
  • But as per the standard format, it should be with underscores.
  • Also, full stop is mentioned after Delete the PV., but colon (:) is required here.

Here is the updated look:

  1. Delete the PV by running the following command::
$ oc delete pv <pv_name>  

Version(s):

RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.14, RHOCP 4.13

Issue:

https://issues.redhat.com/browse/OBSDOCS-1941

Link to docs preview:

https://93724--ocpdocs-pr.netlify.app/microshift/latest/microshift_storage/understanding-persistent-storage-microshift.html
https://93724--ocpdocs-pr.netlify.app/openshift-dedicated/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa-hcp/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa/latest/storage/understanding-persistent-storage.html

QE review:

  • QE has approved this change.

Additional information:

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link

openshift-ci bot commented May 30, 2025

@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.

@prithvipatil97
Copy link
Contributor Author

Hello Team,
I need QE approval for this change.

All checks have passed, and Peer review is also done.

It would be really helpful if someone could please take a look and provide QE approval for this change.

Regards,
Prithviraj Patil

@openshift-ci-robot
Copy link

openshift-ci-robot commented Jun 25, 2025

@prithvipatil97: This pull request references OBSDOCS-1941 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Here is the current documentation:

  1. Delete the PV.
$ oc delete pv <pv-name> 
  • Here <pv-name> is mentioned with hyphens.
  • But as per the standard format, it should be with underscores.
  • Also, full stop is mentioned after Delete the PV., but colon (:) is required here.

Here is the updated look:

  1. Delete the PV by running the following command::
$ oc delete pv <pv_name>  

Version(s):

RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.14, RHOCP 4.13

Issue:

https://issues.redhat.com/browse/OBSDOCS-1941

Link to docs preview:

https://93724--ocpdocs-pr.netlify.app/microshift/latest/microshift_storage/understanding-persistent-storage-microshift.html
https://93724--ocpdocs-pr.netlify.app/openshift-dedicated/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa-hcp/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa/latest/storage/understanding-persistent-storage.html

QE review:
Not required

Additional information:

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 openshift-eng/jira-lifecycle-plugin repository.

@abrennan89
Copy link
Contributor

@prithvipatil97 I don't think that QE is required for this PR, since it doesn't change the meaning of the docs. However, for future PRs that require QE or SME reviews, please reach out to your engineering and QE team directly, since the OCP docs team are not responsible for coordinating these.

@abrennan89
Copy link
Contributor

@prithvipatil97 if you need this PR to be merged, please follow the process to Request for a PR to be merged

@prithvipatil97
Copy link
Contributor Author

/label merge-review-needed

@openshift-ci openshift-ci bot added the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 26, 2025
@ropatil010
Copy link

/lgtm
cc: @Phaow @duanwei33

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jun 26, 2025

@prithvipatil97: This pull request references OBSDOCS-1941 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Here is the current documentation:

  1. Delete the PV.
$ oc delete pv <pv-name> 
  • Here <pv-name> is mentioned with hyphens.
  • But as per the standard format, it should be with underscores.
  • Also, full stop is mentioned after Delete the PV., but colon (:) is required here.

Here is the updated look:

  1. Delete the PV by running the following command::
$ oc delete pv <pv_name>  

Version(s):

RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16, RHOCP 4.15, RHOCP 4.14, RHOCP 4.13

Issue:

https://issues.redhat.com/browse/OBSDOCS-1941

Link to docs preview:

https://93724--ocpdocs-pr.netlify.app/microshift/latest/microshift_storage/understanding-persistent-storage-microshift.html
https://93724--ocpdocs-pr.netlify.app/openshift-dedicated/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa-hcp/latest/storage/understanding-persistent-storage.html
https://93724--ocpdocs-pr.netlify.app/openshift-rosa/latest/storage/understanding-persistent-storage.html

QE review:
Approved

Additional information:

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 openshift-eng/jira-lifecycle-plugin repository.

@ShaunaDiaz ShaunaDiaz removed the merge-review-needed Signifies that the merge review team needs to review this PR label Jun 26, 2025
@ShaunaDiaz
Copy link
Contributor

@prithvipatil97 All PRs against main must also be cherry-picked to the upcoming release, so I am adding 4.20 to the list. Let me know if this change should not apply to 4.20. (In which case you will have to change the base of this PR tp 4.19 and we can CP back.)

Copy link
Contributor

@ShaunaDiaz ShaunaDiaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@ShaunaDiaz ShaunaDiaz merged commit 49c7093 into openshift:main Jun 26, 2025
2 checks passed
@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.13

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.14

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.15

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.16

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.17

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.18

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.19

@ShaunaDiaz
Copy link
Contributor

/cherrypick enterprise-4.20

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95258

In response to this:

/cherrypick enterprise-4.13

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95259

In response to this:

/cherrypick enterprise-4.14

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95260

In response to this:

/cherrypick enterprise-4.15

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95261

In response to this:

/cherrypick enterprise-4.16

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95262

In response to this:

/cherrypick enterprise-4.17

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95263

In response to this:

/cherrypick enterprise-4.18

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95264

In response to this:

/cherrypick enterprise-4.19

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.

@openshift-cherrypick-robot

@ShaunaDiaz: new pull request created: #95265

In response to this:

/cherrypick enterprise-4.20

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch/enterprise-4.13 branch/enterprise-4.14 branch/enterprise-4.15 branch/enterprise-4.16 branch/enterprise-4.17 branch/enterprise-4.18 branch/enterprise-4.19 branch/enterprise-4.20 jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. peer-review-done Signifies that the peer review team has reviewed this PR size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants