Implement PG state locking and PG moving in response to etcd events
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user