]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: do not init fsmap if "$new == 0" 13974/head
authorKefu Chai <kchai@redhat.com>
Wed, 22 Mar 2017 05:04:06 +0000 (13:04 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 23 Mar 2017 16:55:40 +0000 (00:55 +0800)
commitb4f3a298f6ebbda40d6665110357c3e364af87d7
tree7f00b599e6484f31659ac46e94b58e7ad3fe5da3
parent0578177569749b03cfe4180de4f827e6537c9a4e
vstart.sh: do not init fsmap if "$new == 0"

we cannot create a new cephfs using a non-empty pool without '--force'
option now, so the "ceph fs new" command fails with "vstart.sh -k".

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