Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph: remove RADOS options from CephNFS and use .nfs pool #8501

Merged
merged 1 commit into from Oct 13, 2021

Commits on Oct 4, 2021

  1. ceph: update CephNFS to use ".nfs" pool in newer ceph versions

    This commit updates the CephNFS CR to make the RADOS settings optional
    for Ceph versions above 16.2.7 due to the NFS module changes in Ceph.
    The changes in Ceph make it so the RADOS pool is always ".nfs" and the
    RADOS namespace is always the name of the NFS cluster.
    
    This commit also handles the changes in Ceph Pacific versions before 16.2.7
    where the default pool name is "nfs-ganesha" instead of ".nfs".
    
    Closes: rook#8450
    Signed-off-by: Joseph Sawaya <jsawaya@redhat.com>
    Joseph Sawaya authored and mergify-bot committed Oct 4, 2021
    Copy the full SHA
    ee791b0 View commit details
    Browse the repository at this point in the history