]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart: use default CEPH_NUM_* if fails to read them
authorKefu Chai <kchai@redhat.com>
Fri, 25 Mar 2016 05:18:26 +0000 (13:18 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Apr 2016 16:47:17 +0000 (00:47 +0800)
commitdfcbcb5b11c18cf918dbec7e6ab11526f90884dd
treef8b99ebaee7c2333b28c360725fbec08295a1529
parente925c67cc3a2629610740043cf86c8ebaecc3c1e
vstart: use default CEPH_NUM_* if fails to read them

add a section named "client.vstart.sh" for storing the
num_{osd,mon,mds,rgw} settings. and read them using
ceph-conf if the "-k" option is passed in. if we fail to do so, fall
back to the default settings.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/vstart.sh