mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
doc: use .nfs
as default pool for NFS-export configs
"nfs-ganesha" is the default pool for older Ceph versions, recent versions use ".nfs" (which can not be changed in the CephNFS resource). Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
1818529a4c
commit
085a3bdc73
@ -3,12 +3,12 @@ apiVersion: ceph.rook.io/v1
|
|||||||
kind: CephNFS
|
kind: CephNFS
|
||||||
metadata:
|
metadata:
|
||||||
name: my-nfs
|
name: my-nfs
|
||||||
namespace: default
|
|
||||||
spec:
|
spec:
|
||||||
# For Ceph v15, the rados block is required. It is ignored for Ceph v16.
|
# For Ceph v15, the rados block is required. It is ignored for Ceph v16.
|
||||||
rados:
|
rados:
|
||||||
# Ceph v16 always uses/expects "nfs-ganesha"
|
# some versions of Ceph v16 always uses/expects "nfs-ganesha" more recent
|
||||||
pool: nfs-ganesha
|
# versions always use ".nfs"
|
||||||
|
pool: .nfs
|
||||||
# RADOS namespace where NFS client recovery data is stored in the pool.
|
# RADOS namespace where NFS client recovery data is stored in the pool.
|
||||||
# fixed value for Ceph v16: the name of this CephNFS object
|
# fixed value for Ceph v16: the name of this CephNFS object
|
||||||
namespace: my-nfs
|
namespace: my-nfs
|
||||||
|
Loading…
Reference in New Issue
Block a user