]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart: don't call "fs new" repeatedly
authorJohn Spray <john.spray@redhat.com>
Thu, 22 Oct 2015 17:45:35 +0000 (18:45 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 10 Mar 2016 11:18:28 +0000 (11:18 +0000)
commita30d9ca5ad2cc2b2e8b2a602cd6d43fc53f8b00c
tree131a758a7111ef8c57a40316b1ad5e6cd4c32d75
parent93fdd95bb96de7d12ebe31b163c3df998562b96d
vstart: don't call "fs new" repeatedly

It was doing it once for each MDS, which is safe
(because it's idempotent) but silly.

Signed-off-by: John Spray <john.spray@redhat.com>
src/vstart.sh