Skip to content

Commit

Permalink
Merge pull request ceph#568 from ceph/epuertat-patch-1
Browse files Browse the repository at this point in the history
server: fix missing group_id
  • Loading branch information
epuertat authored Apr 8, 2024
2 parents 33ebd9e + 7da6b10 commit b019f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(self, config: GatewayConfig):
self.monitor_client_process = None
self.ceph_utils = None
self.rpc_lock = threading.Lock()
self.group_id = 0

self.name = self.config.get("gateway", "name")
if not self.name:
Expand Down

0 comments on commit b019f53

Please sign in to comment.