Skip to content

Commit

Permalink
Bump ceph
Browse files Browse the repository at this point in the history
Enable mon_nvmeofgw_in_service in the ceph/vstart.sh

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Jul 17, 2024
1 parent 668c32c commit a0ca5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ SPDK_CENTOS_REPO_VER="9.0-21.el9"
# Ceph Cluster
CEPH_CLUSTER_VERSION="${CEPH_VERSION}"
CEPH_BRANCH=ceph-nvmeof-mon
CEPH_SHA=9ea3798e13aefca4c462ddc4d11b525236aebadb
CEPH_SHA=3bc0613b7047b77a67d79ceaa7a31b68be4d62af

CEPH_VSTART_ARGS="--memstore"
CEPH_DEVEL_MGR_PATH=../ceph

# Demo settings
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ceph
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENV MON=1 \
RGW=0 \
NFS=0 \
CEPH_PORT=10000 \
CEPH_VSTART_ARGS="--memstore"
CEPH_VSTART_ARGS="--memstore -o mon_nvmeofgw_in_service=true"

ENV CEPH_BIN=/usr/bin \
CEPH_LIB=/usr/lib64/ceph \
Expand Down

0 comments on commit a0ca5c2

Please sign in to comment.