Skip to content

Commit

Permalink
monitor client: pass pool and group
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Dec 25, 2023
1 parent 49c840e commit 53098bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def _start_monitor_client(self):
cmd = [ monitor_client,
"--gateway-name", self.name,
"--gateway-address", self._gateway_address(),
"--gateway-pool", self.config.get("ceph", "pool"),
"--gateway-group", self.config.get_with_default("gateway", "group", ""),
"--monitor-address", self._monitor_address(),
'-c', '/etc/ceph/ceph.conf',
'-n', rados_id,
Expand Down

0 comments on commit 53098bd

Please sign in to comment.