-
Notifications
You must be signed in to change notification settings - Fork 1
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 design doc about restore processes #28
Conversation
801a9e5
to
204f14c
Compare
Signed-off-by: Yuji Ito <[email protected]>
204f14c
to
e8dac5d
Compare
docs/design.md
Outdated
|
||
1. Users delete the `MantleRestore` resource. | ||
2. The controller tries to delete the PV/PVC created by the `MantleRestore` resource and wait until the PV/PVC is deleted. If the PV/PVC is used by some pod. | ||
3. The controller removes the RBD clone created by the `MantleRestore` resource. The controller should not remove RBD clone volume specified by the PV. |
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 controller should not remove RBD clone volume specified by the PV.
Could you tell me the difference between RBD clone
and RBD clone volume
? Are they mean the same thing? If so, the first sentence describes the controller removes the RBD clone image and the second sentence describes the controllere should not do so.
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 original sentence was misleading. I updated.
Co-authored-by: Satoru Takeuchi <[email protected]>
1e57133
to
c39b660
Compare
No description provided.