>=16.0.0
--------
+* mgr/nfs: ``nfs`` module is moved out of volumes plugin. Prior using the
+ ``ceph nfs`` commands, ``nfs`` mgr module must be enabled.
+
* volumes/nfs: The ``cephfs`` cluster type has been removed from the
``nfs cluster create`` subcommand. Clusters deployed by cephadm can
support an NFS export of both ``rgw`` and ``cephfs`` from a single
- ``nfs-ganesha``, ``nfs-ganesha-ceph``, ``nfs-ganesha-rados-grace`` and
``nfs-ganesha-rados-urls`` packages (version 3.3 and above)
+.. note:: From Pacific, the nfs mgr module must be enabled prior to use.
+
Create NFS Ganesha Cluster
==========================
def setUp(self):
super(TestNFS, self).setUp()
+ self._load_module('nfs')
self.cluster_id = "test"
self.export_type = "cephfs"
self.pseudo_path = "/cephfs"
# Ganesha Daemons
if [ $GANESHA_DAEMON_NUM -gt 0 ]; then
pseudo_path="/cephfs"
+ ceph_adm mgr module enable nfs
if [ "$cephadm" -gt 0 ]; then
cluster_id="vstart"
prun ceph_adm nfs cluster create $cluster_id