]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: add idmap.conf to nfs sample file 56481/head
authorAdam King <adking@redhat.com>
Tue, 26 Mar 2024 13:34:07 +0000 (09:34 -0400)
committerAdam King <adking@redhat.com>
Tue, 26 Mar 2024 13:34:07 +0000 (09:34 -0400)
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 <adking@redhat.com>
src/cephadm/samples/nfs.json

index 2e6625101dac946153dce8a7e5e26a42b357abe8..876c8e69ef1d83c8cb5aa1df3e325e609c709789 100644 (file)
@@ -9,6 +9,7 @@
             "",
             "%url    rados://nfs-ganesha/nfs-ns/conf-nfs.a",
             ""
-        ]
+        ],
+        "idmap.conf": ""
     }
 }