Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Upstream
-
None
-
3
-
9223372036854775807
Description
Even we pass --with-o2ib=no to build, but when trying "make debs" to build deb packages, it still detects whether MOFED/OFED installed.
# ./configure --disable-server --with-o2ib=no && make debs ... checking whether to use Compat RDMA... /usr/bin/ofed_info yes checking whether to use any OFED backport headers... no checking whether to enable OpenIB gen2 support... yes
Attachments
Issue Links
- is related to
-
LU-10997 Ubuntu 18 support
-
- Resolved
-
Activity
Labels | Original: LTS12 |
Fix Version/s | New: Lustre 2.12.3 [ 14418 ] |
Labels | New: LTS12 |
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Description |
Original:
Even we pass --with-o2ib=no to build, but when trying "make debs" to build deb packages, it still detectes MOFED/OFED installed, if found, it'll try to build against compact OFED rather than in-kernel one.
|
New:
Even we pass --with-o2ib=no to build, but when trying "make debs" to build deb packages, it still detects whether MOFED/OFED installed.
{noformat} # ./configure --disable-server --with-o2ib=no && make debs ... checking whether to use Compat RDMA... /usr/bin/ofed_info yes checking whether to use any OFED backport headers... no checking whether to enable OpenIB gen2 support... yes{noformat} |