Details
-
Technical task
-
Resolution: Won't Fix
-
Major
-
None
-
Lustre 2.5.0
-
None
-
17,895
-
8423
Description
In order to submit the raid5-mmp-unplug-dev patch upstream, this needs to be updated for the latest kernel. Unfortunately, the affected code seems to have changed since the patch was written, so I'm not sure whether a simple "best guess update" of the patch will be correct.
I'll attach my "best guess" patch, but it needs to be verified by someone who actually understands the MD RAID code better.
Attachments
Issue Links
- is related to
-
LU-20 patchless server kernel
-
- Resolved
-
Ok, so let's go for a new flag.
But having a look to the MD/Raid5 source code I am now concerned about the real need for md_wakeup_thread() call at the end of make_request() if flag is set, seems to me that it should have been already called within release_stripe[_plug]() call and underlying routines. Thus, even if ineffective it could be considered as useless and costly.