From 84240b5a5eec46759a8d859b6f7edafbc415f885 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 21 Aug 2023 12:35:27 +0200 Subject: [PATCH] doc: set ceph version for NFS service specify from what ceph versions we need to run nfs service commands and when to skip it. Signed-off-by: Madhu Rajanna --- examples/nfs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/nfs/README.md b/examples/nfs/README.md index 8b47ddf02fd..5b283db6bb1 100644 --- a/examples/nfs/README.md +++ b/examples/nfs/README.md @@ -10,6 +10,9 @@ making configuring the Ceph cluster a minimal effort. Ceph does not enable the NFS-service by default. In order for Rook Ceph to be able to configure NFS-exports, the NFS-service needs to be configured first. +- Required for Ceph v16.2.7 and below +- Optional for Ceph v16.2.8 and above + In the [Rook Toolbox][rook_toolbox], run the following commands: ```console