Hello!
On Sep 1, 2014, at 11:26 AM, Greg Kroah-Hartman wrote:
> Many subsystems of luster driver like -
> liblustre,
> lfsck,
> mdd,
> qouta etc.
>
> which can be seen here
>
http://git.whamcloud.com/fs/lustre-release.git/tree/HEAD:/lustre are
> missing in the staging tree driver at
kernel.org.
>
> What can be the reason for this?
> Are we maintaining an incomplete driver in the
kernel.org staging tree?
If so, I should just delete the in-kernel version as it makes no sense
to keep both around...
Well, we cannot really drop our own tree since it also has the server code that is not
even in staging.
And the new development goes there. Also it's geared towards older kernels used in
popular distributions
in HPC, like RedHat 6's 2.6.32+
I guess the current situation is not ideal, but I am pretty sure you would not want to
accept
everything we have in that other tree into even staging anyway.
We also still need to find replacements for various debugging aids from our tree that were
helpfully
removed while in staging and learn how to properly use them.
The staging lustre client is fully functional, though. Currently I ensure it stays this
way,
but it's about to be added to our automatic test roster to stay that way.
Bye,
Oleg