From 14ad47e543a376d6372f0fe68655d0bf0712ca79 Mon Sep 17 00:00:00 2001 From: Adam King Date: Tue, 26 Mar 2024 09:34:07 -0400 Subject: [PATCH] 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) --- src/cephadm/samples/nfs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "" } } -- 2.39.5