-
Notifications
You must be signed in to change notification settings - Fork 90
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 drive repair support #880
Add drive repair support #880
Conversation
3965749
to
f3d086d
Compare
54dbd4b
to
d982696
Compare
d982696
to
c32402e
Compare
c32402e
to
57a4de9
Compare
If an inuse drive (drive with published volumes) is repaired, the job fails with the following
and the status of the drive will be "repairing"
this error is however expected, can we consider the following?
(OR) Explaining in the doc to make sure to cordon the node and delete the respective pod to umount all the PV mounts before executing repair. |
57a4de9
to
5ef188a
Compare
@Praveenrajmani As Kubernetes is declarative, it is not guaranteed to check mounted volumes on the drive. The repair command may see the drive is free from volume mounts, but repair job would fail with It is completely an admin responsibility when to run |
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.
We can add repair doc to explain necessary pre-requisites for repairing.
Tested and LGTM otherwise.
5ef188a
to
feddf0b
Compare
feddf0b
to
8200f95
Compare
Signed-off-by: Bala.FA <[email protected]>
8200f95
to
f114533
Compare
No description provided.