Merge "fixing high cpu usage of luks service on compute"
This commit is contained in:
commit
09b80ac7bc
@ -1444,6 +1444,9 @@ void monitorLUKSVolume(bool isController, const string& volumeName) {
|
|||||||
log("Sync failed. Error code: " + to_string(rc), LOG_ERR);
|
log("Sync failed. Error code: " + to_string(rc), LOG_ERR);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
log("Not a controller node. Exiting the service", LOG_INFO);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user