22
0
Fork 0

Fix CEPH_ARGS

This commit is contained in:
abenmiloud 2018-08-14 10:55:55 +02:00
parent 10719ba868
commit c489e58151
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ Il est possible de définir des arguments par défaut pour ne pas avoir à tout
~~~
$ CEPH_USER_NAME=client.admin
$ export CEPH_ARGS="-n $CEPH_USER_NAME -k ~/ceph/ceph.$CEPH_USER_NAME.keyring"
$ export CEPH_ARGS="-n $CEPH_USER_NAME -k $HOME/ceph/ceph.$CEPH_USER_NAME.keyring"
$ ceph health
~~~