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 <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2023-08-21 12:35:27 +02:00 committed by mergify[bot]
parent 10bec8a002
commit 461effe520

View File

@ -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