Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
Compiling Lustre server packages for RHEL / CentOS will fail if the configure script is instructed to disable the client build. i.e.:
./configure --enable-server --disable-client [...]
The configure script will complete, but compilation will fail. Either the compilation should complete without error, or the disable-client option removed (or perhaps considered mutually exclusive to the enable-server option).