Project

General

Profile

Bug #49124

Updated by Ernesto Puerta about 3 years ago

h3. Description of problem

Ceph rook-orchestrator backend doesn't support NFS daemon restart yet, so after modifying an NFS export, the user should be requested to restart the NFS daemon in order to update changes.

h3. Environment

Rook orch-based deployment

h3. How reproducible

Modify NFS export.

h3. Actual results

Check that actual settings didn't get updated.

h3. Expected results

After editing an NFS export, their settings should be update. Unfortunately, Rook-orch doesn't support NFS daemon restart yet, so a manual restart should be recommended.

h3. Related work

* https://github.com/ceph/ceph/pull/38913
* https://github.com/rook/rook/issues/6270
* https://github.com/rook/rook/pull/5884
* https://github.com/rook/rook/pull/6935

Back