]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: remove unused variable
authorKefu Chai <kchai@redhat.com>
Sat, 29 May 2021 03:52:45 +0000 (11:52 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 29 May 2021 08:48:44 +0000 (16:48 +0800)
osdmap_fn is not used after being initialized, so drop it.

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

index c7797025d688cf22c7222052fd7c2994074acf6f..2d987b796f87b43a03dcfe020377787c35b60d8c 100755 (executable)
@@ -187,7 +187,6 @@ RESTFUL_URLS=""
 
 conf_fn="$CEPH_CONF_PATH/ceph.conf"
 keyring_fn="$CEPH_CONF_PATH/keyring"
-osdmap_fn="/tmp/ceph_osdmap.$$"
 monmap_fn="/tmp/ceph_monmap.$$"
 inc_osd_num=0