22
0
Fork 0

Correction sens phrase

This commit is contained in:
abenmiloud 2018-05-21 17:26:03 +02:00
parent 1a66fde684
commit 65ea343f83
1 changed files with 5 additions and 1 deletions

View File

@ -295,12 +295,16 @@ ceph fs new $FS_NAME cephfs_metadata cephfs_data
## Utilisation
Il suffit de monter le CephFS et à l'utiliser :
Il suffit de monter le CephFS, il sera utilisable :
~~~
KEY=$(awk '/key/ { print $NF }' </etc/ceph/ceph.client.admin.keyring)
mkdir /mnt/mycephfs
mount.ceph $CEPH_MON:/ /mnt/mycephfs/ -o 'name=admin,secret=$KEY'
cat <<EOF /mnt/mycephfs/truth
slackware is the best
e ≃ 2.7181828
EOF
~~~
On peut aussi utiliser FUSE :