From 8f4ee1c9afc20424c60aca0d5075944b63e66b0d Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Tue, 3 Mar 2020 14:06:54 -0700 Subject: [PATCH] cephadm: trim nfs.json sample we only need to specify the rados pool and config object url Signed-off-by: Michael Fritch --- src/cephadm/samples/nfs.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/cephadm/samples/nfs.json b/src/cephadm/samples/nfs.json index 1b01489d856..2e6625101da 100644 --- a/src/cephadm/samples/nfs.json +++ b/src/cephadm/samples/nfs.json @@ -3,40 +3,8 @@ "namespace" : "nfs-ns", "files": { "ganesha.conf": [ - "NFS_CORE_PARAM {", - " Enable_NLM = false;", - " Enable_RQUOTA = false;", - " Protocols = 4;", - "}", - "", - "CACHEINODE {", - " Dir_Chunk = 0;", - " NParts = 1;", - " Cache_Size = 1;", - "}", - "", - "EXPORT_DEFAULTS {", - " Attr_Expiration_Time = 0;", - "}", - "", - "NFSv4 {", - " Delegations = false;", - " RecoveryBackend = 'rados_cluster';", - " Minor_Versions = 1, 2;", - "}", - "", - "RADOS_KV {", - " ceph_conf = '/etc/ceph/ceph.conf';", - " userid = admin;", - " nodeid = nfs.a;", - " pool = 'nfs-ganesha';", - " namespace = 'nfs-ns';", - "}", - "", "RADOS_URLS {", - " ceph_conf = '/etc/ceph/ceph.conf';", " userid = admin;", - " watch_url = 'rados://nfs-ganesha/nfs-ns/conf-nfs.a';", "}", "", "%url rados://nfs-ganesha/nfs-ns/conf-nfs.a", -- 2.39.5