Skip to content

Commit 01dd527

Browse files
committed
Fix cluster sharing so it works with the registry
1 parent bd41984 commit 01dd527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cm/master.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ def share_a_cluster(self, user_ids=None, canonical_ids=None):
15891589
snap_ids = svc.create_snapshot(snap_description="CloudMan share-a-cluster %s; %s"
15901590
% (self.app.config['cluster_name'],
15911591
self.app.config['bucket_cluster']))
1592+
self._start_app_level_services()
15921593
# Create a new folder-like structure inside cluster's bucket and copy
15931594
# the cluster configuration files
15941595
s3_conn = self.app.cloud_interface.get_s3_connection()
@@ -1701,7 +1702,6 @@ def share_a_cluster(self, user_ids=None, canonical_ids=None):
17011702
log.error("Error modifying permissions for keys in bucket '%s'" %
17021703
self.app.config['bucket_cluster'])
17031704

1704-
self._start_app_level_services()
17051705
self.cluster_manipulation_in_progress = False
17061706
return True
17071707

0 commit comments

Comments
 (0)