-
Notifications
You must be signed in to change notification settings - Fork 40
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
OCPVE-620: docs: add guidance on Multi-Node Topology Snapshotting #384
OCPVE-620: docs: add guidance on Multi-Node Topology Snapshotting #384
Conversation
93227a6
to
aebbbee
Compare
Skipping CI for Draft Pull Request. |
aebbbee
to
9d870f7
Compare
@jakobmoellerdev: This pull request references OCPVE-620 which is a valid jira issue. In response to this:
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/test-infra repository. |
9d870f7
to
1812657
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #384 +/- ##
===========================================
+ Coverage 16.59% 59.93% +43.34%
===========================================
Files 24 26 +2
Lines 2061 2631 +570
===========================================
+ Hits 342 1577 +1235
+ Misses 1693 950 -743
- Partials 26 104 +78
|
Great explanation! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakobmoellerdev, suleymanakbas91 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold @johnwilkins made a pass over this |
/unhold |
@jakobmoellerdev: 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/test-infra repository. I understand the commands that are listed here. |
Creates a guidance documentation on Snapshotting and Cloning in Multi-Node Topologies. It specifically recommends to use Stateful Sets alongside preprovisioned and bound source PVCs to avoid running into scheduler limitations that may (or may not) occur in TopoLVM CSI scheduling (I opened a discussion in topolvm/topolvm#737 to clarify the exact conditions, also I am trying to independently verify this issue).