From: Kefu Chai Date: Thu, 2 Jul 2026 05:57:18 +0000 (+0800) Subject: Revert "ceph-windows: actually disable the mgr for the vstart cluster" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc22a776133eec47167123ff33ee8bef931549cc;p=ceph-build.git Revert "ceph-windows: actually disable the mgr for the vstart cluster" turns out vstart.sh depends on mgr, and windows test uses vstart.sh to start a cluter for running tests. This reverts commit ed61da39dff87518e2779727c62d509f4a7ebd2c. --- diff --git a/scripts/ceph-windows/setup_ceph_vstart b/scripts/ceph-windows/setup_ceph_vstart index 6b0ec9e6e..024a5d529 100644 --- a/scripts/ceph-windows/setup_ceph_vstart +++ b/scripts/ceph-windows/setup_ceph_vstart @@ -34,8 +34,8 @@ cd ~/ceph -DCMAKE_BUILD_TYPE=Release \ -DWITH_RADOSGW=OFF \ -DWITH_MGR_DASHBOARD_FRONTEND=OFF \ - -DWITH_MGR=OFF \ - -DWITH_LTTNG=OFF \ + -WITH_MGR=OFF \ + -WITH_LTTNG=OFF \ -DWITH_TESTS=OFF cd ./build ninja vstart @@ -59,8 +59,7 @@ cat > ${VSTART_DIR}/ceph-vstart.sh << EOF mkdir -p \$HOME/ceph-vstart/out cd ~/ceph/build -# 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 \ +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