diff options
author | Adam King <47704447+adk3798@users.noreply.github.com> | 2024-04-10 19:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 19:30:31 +0200 |
commit | 88a8c7ff9415d4954333093df1b771c7673252e2 (patch) | |
tree | 2e9ecd3f83f6ea75d70b2cd4a141d6401264aedd /src/cephadm | |
parent | Merge pull request #56791 from adk3798/nvmeof-mon-setting (diff) | |
parent | cephadm: add idmap.conf to nfs sample file (diff) | |
download | ceph-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.json | 3 |
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": "" } } |