Comment 20 for bug 1737033

Revision history for this message
Benjamin Long (benjamin-long) wrote :

David,

Here is the output you requested:

$ cat /etc/fstab | grep -i -e nfshome -e officeshare -e office_share
Hecate-A:6789,Hecate-B:6789:/nfshome /nfshome ceph name=cephfs,secretfile=/etc/ceph/client.cephfs,noatime,_netdev 0 2
Hecate-A:6789,Hecate-B:6789:/officeshare /mnt/share/Office_Share ceph name=cephfs,secretfile=/etc/ceph/client.cephfs,noatime,_netdev 0 2

$ mount -v | grep -i -e nfshome -e officeshare -e office_share
10.10.2.111:6789,10.10.2.113:6789:/officeshare on /mnt/share/Office_Share type ceph (rw,noatime,name=cephfs,secret=<hidden>,acl)
10.10.2.111:6789,10.10.2.113:6789:/nfshome on /nfshome type ceph (rw,noatime,name=cephfs,secret=<hidden>,acl)