Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scripts/ceph-windows/setup_ceph_vstart
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cd ~/ceph
-DCMAKE_BUILD_TYPE=Release \
-DWITH_RADOSGW=OFF \
-DWITH_MGR_DASHBOARD_FRONTEND=OFF \
-WITH_MGR=OFF \
-WITH_LTTNG=OFF \
-DWITH_MGR=OFF \
-DWITH_LTTNG=OFF \
-DWITH_TESTS=OFF
cd ./build
ninja vstart
Expand All @@ -59,7 +59,8 @@ cat > ${VSTART_DIR}/ceph-vstart.sh << EOF
mkdir -p \$HOME/ceph-vstart/out

cd ~/ceph/build
VSTART_DEST=\$HOME/ceph-vstart ../src/vstart.sh \
# WITH_MGR=OFF above means ceph-mgr is not built; tell vstart not to start one.
CEPH_NUM_MGR=0 VSTART_DEST=\$HOME/ceph-vstart ../src/vstart.sh \
-n $OBJECTSTORE_ARGS \
--without-dashboard -i "$UBUNTU_VM_IP" \
2>&1 | tee \$HOME/ceph-vstart/vstart.log
Expand Down