summaryrefslogtreecommitdiffstats
path: root/src/cephadm
diff options
context:
space:
mode:
authorAdam King <47704447+adk3798@users.noreply.github.com>2024-04-10 19:30:31 +0200
committerGitHub <noreply@github.com>2024-04-10 19:30:31 +0200
commit88a8c7ff9415d4954333093df1b771c7673252e2 (patch)
tree2e9ecd3f83f6ea75d70b2cd4a141d6401264aedd /src/cephadm
parentMerge pull request #56791 from adk3798/nvmeof-mon-setting (diff)
parentcephadm: add idmap.conf to nfs sample file (diff)
downloadceph-88a8c7ff9415d4954333093df1b771c7673252e2.tar.xz
ceph-88a8c7ff9415d4954333093df1b771c7673252e2.zip
Merge pull request #56481 from adk3798/test-cephadm-idmap-conf
cephadm: add idmap.conf to nfs sample file Reviewed-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'src/cephadm')
-rw-r--r--src/cephadm/samples/nfs.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cephadm/samples/nfs.json b/src/cephadm/samples/nfs.json
index 2e6625101da..876c8e69ef1 100644
--- a/src/cephadm/samples/nfs.json
+++ b/src/cephadm/samples/nfs.json
@@ -9,6 +9,7 @@
"",
"%url rados://nfs-ganesha/nfs-ns/conf-nfs.a",
""
- ]
+ ],
+ "idmap.conf": ""
}
}