Implement PG state locking and PG moving in response to etcd events

This commit is contained in:
Vitaliy Filippov
2020-04-29 22:23:38 +03:00
parent ec4a52af48
commit 7b57eeeeb3
13 changed files with 784 additions and 289 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ static void handle_sigint(int sig)
if (osd && !force_stopping)
{
force_stopping = true;
osd->force_stop();
osd->force_stop(0);
return;
}
exit(0);