From 741b4610a6bd7151ea84fbe1f023a549ae66b32a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 15 May 2024 12:56:22 +0200 Subject: [PATCH] Use NFS Ganesha 5 With upgrade of Ceph to Reef we also need to use NFS Ganesha of version 5 Change-Id: I69f2f9e1c04ac131620657df0e11c0744fa0361b --- inventory/group_vars/ceph_all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/ceph_all.yml b/inventory/group_vars/ceph_all.yml index d31ceef00d..8773406245 100644 --- a/inventory/group_vars/ceph_all.yml +++ b/inventory/group_vars/ceph_all.yml @@ -39,6 +39,8 @@ ceph_conf_overrides: "{{ (ceph_conf_overrides_rgw | default({})) | combine(ceph_ nfs_file_gw: "{{ (('ceph-nfs' in groups) and ('ceph-mds' in groups)) }}" nfs_obj_gw: False nfs_ganesha_stable: True +nfs_ganesha_stable_deb_repo: http://ppa.launchpad.net/nfs-ganesha/nfs-ganesha-5/ubuntu +libntirpc_stable_deb_repo: http://ppa.launchpad.net/nfs-ganesha/libntirpc-5/ubuntu # NTP in an OSA environment is handled by ansible-hardening using chrony # ceph-ansible's default enabling of ntpd conflicts with the OSA defaults