rook / nfs

Rook storage provider for NFS
Apache License 2.0
31 stars 10 forks source link

Support NFS CRD update event #9

Closed ashishranjan738 closed 3 years ago

ashishranjan738 commented 5 years ago

Is this a bug report or feature request?

Deviation from expected behavior: Currently, NFS operator doesn't support the update event of NFS CRD. The update event has to be supported as this will be very useful for day2 operations.

Expected behavior: The NFSServer deployment should get updated based on the new configuration of NFS CRD during update.

How to reproduce it (minimal and precise): -> Deploy a NFSServer. -> Change the configuration of NFS Server CRD.

Steuf commented 5 years ago

Should be great ! We can't add new exports on existing nfs server, when we need new nfs volume for a project we need to create a new nfsserver.

Must be great to just update an existing nfsserver with new export.

Steuf commented 5 years ago

Just according to this design document https://github.com/rook/rook/blob/master/design/nfs.md ;)

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

RainingNight commented 4 years ago

Any news?

prksu commented 4 years ago

Hi @RainingNight this feature already added by this PR https://github.com/rook/rook/pull/5650