Comment 9 for bug 2003530

Revision history for this message
Luciano Lo Giudice (lmlogiudice) wrote :

Hello everyone,

I've run the following test plan to confirm that the fix addresses this issue:

First, I've created a small ceph cluster with 3 mons and 3 osd's using Ubuntu Jammy images and the folllowing PPA that includes the fix: ppa:lmlogiudice/ceph-jammy-17.2.6

With that in place, we can ssh into one of the monitors and run the following:

sudo apt install ceph-mgr-rook

afterwards, fetching the status via: "sudo ceph status" will show that no modules have crashed and the command "sudo ceph mgr module ls" will show that the rook mgr module is present and enabled.

In addition, there will be a directory under "/usr/share/ceph/mgr/nfs/" with all the needed bits. The absence of those files was causing the issue reported in this bug.

The same procedure can be run for Ubuntu Kinetic using the ppa: "ppa:lmlogiudice/ceph-kinetic-17.2.6", and I've likewise found no errors.