Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…0b6e015c14e2c398015a766695a/crimson/387231/

- ceph_nvmeof_monitor_client: rename cli argument --monitor-address -> --monitor-group-address
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum authored and baum committed Mar 19, 2024
1 parent 758ba33 commit a97e6fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SPDK_CENTOS_REPO_VER="9.0-21.el9"
# Ceph Cluster
CEPH_CLUSTER_VERSION="${CEPH_VERSION}"
CEPH_BRANCH=ceph-nvmeof-mon
CEPH_SHA=47ea673ae9ebf51b2ebc505093bd7272422045e4
CEPH_SHA=a4f2962ef7ad30b6e015c14e2c398015a766695a
CEPH_VSTART_ARGS="--memstore"
CEPH_DEVEL_MGR_PATH=../ceph

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "spdk"]
path = spdk
url = https://github.com/baum/spdk.git
url = https://github.com/ceph/spdk.git
branch = ceph-nvmeof
2 changes: 1 addition & 1 deletion control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _start_monitor_client(self):
"--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(),
"--monitor-group-address", self._monitor_address(),
'-c', '/etc/ceph/ceph.conf',
'-n', rados_id,
'-k', '/etc/ceph/keyring']
Expand Down

0 comments on commit a97e6fa

Please sign in to comment.