Details
-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
It would a great feature for the MGS to ask/force a client to umount. This can be very useful in very large clusters with multiple networks.
Attachments
Issue Links
Activity
Attachment | New: controlled-server-shutdown.diff [ 56517 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Peter Jones [ pjones ] |
Attached the ancient controlled-server-shutdown.diff
patch from bugzilla 18496. It will be hopelessly outdated, but may be a starting point for a new implementation.
Newer kernels have the concept of a forced "abort/shutdown" of a mountpoint, which is a hard stop in case of corruption (e.g. ext4_abort()). We already have this to some extent in Lustre with ESHUTDOWN, but there is no way to trigger this manually.