From f5e4631dc32bf1b3baa764991450ef6e9a459d14 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 15 May 2020 23:51:01 +0530 Subject: [PATCH] mgr/cephadm/nfs: Instead of CACHEINODE use MDCACHE As CACHEINODE will be deprecated soon. Signed-off-by: Varsha Rao --- src/pybind/mgr/cephadm/services/nfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/services/nfs.py b/src/pybind/mgr/cephadm/services/nfs.py index f79b83c816fbd..ee847c3e131dc 100644 --- a/src/pybind/mgr/cephadm/services/nfs.py +++ b/src/pybind/mgr/cephadm/services/nfs.py @@ -164,7 +164,7 @@ NFS_CORE_PARAM {{ Protocols = 4; }} -CACHEINODE {{ +MDCACHE {{ Dir_Chunk = 0; NParts = 1; Cache_Size = 1; -- 2.39.5