Closed andriytk closed 5 years ago
merged
enabled an automatic merge when the pipeline for 10a98b5d6b89ed7804d34a7db706573aeb388fec succeeds
added 7 commits
master
assigned to @andriy.tkachuk
okay, looks fine to me.
resolved all discussions
Okay.
Okay.
The same - we are repairing, but get the wrong rebalance msg. Seems like this. I think such situations should not happen in general at all.
BTW, it is the old code which I don't touch, only fixing the debug msg.
It means that we've got the wrong repair msg during rebalance. I believe so.
Similarly, not sure about the log message.
not sure what the log message mean, "Got M0_NC_REPAIR but pools is rebalancing now." Does it mean there was a failure during rebalance?
assigned to @mandar.sawant
added 4 commits
master
changed the description
unmarked as a Work In Progress
@mandar.sawant please review.
The problem was that we tried to execute the delayed abort of SNS repair/rebalance when the cluster was already stopped and no m0d processes were available already (including m0d-confd).
Now we don't schedule the abort operation at all if the cluster is not Online. Mero will abort SNS operation by itself during cluster stop.