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 25, 2024
1 parent 668c32c commit e3ef005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ SPDK_CENTOS_REPO_VER="9.0-21.el9"

# Ceph Cluster
CEPH_CLUSTER_VERSION="${CEPH_VERSION}"
CEPH_BRANCH=ceph-nvmeof-mon
CEPH_SHA=9ea3798e13aefca4c462ddc4d11b525236aebadb
CEPH_BRANCH=wip-baum-20240725-01-centos9-only
CEPH_SHA=007dfb45a6942a1c2ff04b4d18f3d3810eda3afe

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 e3ef005

Please sign in to comment.