Merge branch 'master' of github.com:zalando/patroni into feature/remove-unused-code

This commit is contained in:
Alexander Kukushkin
2016-02-26 11:39:28 +01:00
+1
View File
@@ -91,6 +91,7 @@ class Ha(object):
self.state_handler.move_data_directory()
raise
self.dcs.take_leader()
self.load_cluster_from_dcs()
return 'initialized a new cluster'
else:
return 'failed to acquire initialize lock'