From: Adam King Date: Tue, 26 Mar 2024 13:34:07 +0000 (-0400) Subject: cephadm: add idmap.conf to nfs sample file X-Git-Tag: testing/wip-yuriw-testing-20240419.202307-squid~16^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=14ad47e543a376d6372f0fe68655d0bf0712ca79;p=ceph-ci.git cephadm: add idmap.conf to nfs sample file Otherwise deployment using this sample will fail with "ERROR: required file missing from config-json: idmap.conf" Fixes: https://tracker.ceph.com/issues/65155 Signed-off-by: Adam King (cherry picked from commit 79b1dd5b30f8556aacc9a7536366694ba901795e) --- 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": "" } }