Skip to content

Commit 79b1dd5

Browse files
committed
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 <[email protected]>
1 parent bcb2e08 commit 79b1dd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cephadm/samples/nfs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"",
1010
"%url rados://nfs-ganesha/nfs-ns/conf-nfs.a",
1111
""
12-
]
12+
],
13+
"idmap.conf": ""
1314
}
1415
}

0 commit comments

Comments
 (0)