From 395e83c5497a36835b04b4fce99a841f6e0ab2ef Mon Sep 17 00:00:00 2001 From: Rohith Date: Sat, 12 Mar 2016 12:34:41 +0000 Subject: [PATCH] - updating the cephfs example, most people, myself include skip the readme and jump to the code - add the path attribute to the example --- examples/cephfs/cephfs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/cephfs/cephfs.yaml b/examples/cephfs/cephfs.yaml index 135979e29fe..e4eb395b624 100644 --- a/examples/cephfs/cephfs.yaml +++ b/examples/cephfs/cephfs.yaml @@ -16,6 +16,8 @@ spec: - 10.16.154.78:6789 - 10.16.154.82:6789 - 10.16.154.83:6789 + # by default the path is /, but you can override and mount a specific path of the filesystem by using the path attribute + # path: /some/path/in/side/cephfs user: admin secretFile: "/etc/ceph/admin.secret" readOnly: true