mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
vstart.sh: remove useless auth add for osds
'osd new' installs the key. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
d056372e7b
commit
dcc8b6b28a
@ -816,8 +816,6 @@ EOF
|
||||
[osd.$osd]
|
||||
key = $OSD_SECRET
|
||||
EOF
|
||||
echo adding osd$osd key to auth repository
|
||||
ceph_adm -i "$key_fn" auth add osd.$osd osd "allow *" mon "allow profile osd" mgr "allow profile osd"
|
||||
fi
|
||||
echo start osd.$osd
|
||||
run 'osd' $osd $SUDO $CEPH_BIN/$ceph_osd $extra_osd_args -i $osd $ARGS $COSD_ARGS
|
||||
|
Loading…
Reference in New Issue
Block a user