]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc/dev: refresh vstart.sh options in dev_cluster_deployment 68946/head
authorKefu Chai <k.chai@proxmox.com>
Sat, 16 May 2026 02:53:41 +0000 (10:53 +0800)
committerKefu Chai <k.chai@proxmox.com>
Sat, 16 May 2026 04:45:44 +0000 (12:45 +0800)
commit019ee27f60259402982176767309e7dfcc73b805
tree1a6c30776d77ecdddf084a3b54c86709bb01c841
parentcf1d0522ef2e31169262911bc360063c183cbbfd
doc/dev: refresh vstart.sh options in dev_cluster_deployment

Bring doc/dev/dev_cluster_deployment.rst back in line with the current
src/vstart.sh:

* drop the removed -K/--kstore objectstore backend
* drop -N/--not-new, which was dropped in 8dd2e418; reusing the existing
  cluster config is simply the default when -n is not given
* correct the --rgw_frontend default from civetweb to beast
* note that -b/--bluestore is the default objectstore backend
* update the example and add a note that a fresh build needs -n on the
  first run, while later runs can omit it
* note that the option list is not exhaustive and point at src/vstart.sh

Fixes: https://tracker.ceph.com/issues/57272
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
doc/dev/dev_cluster_deployment.rst