Fix CEPH_ARGS

This commit is contained in:
abenmiloud 2018-08-14 10:55:55 +02:00
parent 10719ba868
commit c489e58151

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 $ 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 $ ceph health
~~~ ~~~