mirror of
https://github.com/ceph/ceph
synced 2025-02-06 10:23:52 +00:00
vstart.sh: .ceph_keyring -> keyring
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
4a0b00a0f2
commit
86c34ba9ee
@ -22,7 +22,7 @@ MON_ADDR=""
|
||||
|
||||
conf="ceph.conf"
|
||||
|
||||
keyring_fn=".ceph_keyring"
|
||||
keyring_fn="keyring"
|
||||
osdmap_fn="/tmp/ceph_osdmap.$$"
|
||||
monmap_fn="/tmp/ceph_monmap.$$"
|
||||
|
||||
@ -263,7 +263,7 @@ if [ "$start_mon" -eq 1 ]; then
|
||||
cat <<EOF > $conf
|
||||
; generated by vstart.sh on `date`
|
||||
[global]
|
||||
keyring = .ceph_keyring
|
||||
keyring = keyring
|
||||
osd pg bits = 3
|
||||
osd pgp bits = 5 ; (invalid, but ceph should cope!)
|
||||
$extra_conf
|
||||
|
Loading…
Reference in New Issue
Block a user