Skip to content

Commit

Permalink
Enable mon_nvmeofgw_in_service in the ceph/vstart.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Jul 16, 2024
1 parent f1da6fc commit 45b0133
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ CEPH_CLUSTER_VERSION="${CEPH_VERSION}"
CEPH_BRANCH=wip-leonidc-20241607-disable-nvmeofgwmon
CEPH_SHA=8fe13143a3ee504a57967cc1b565f98513e0c6ed

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 45b0133

Please sign in to comment.