-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for integrated kernel driver
If an env. var "INTEGRATED_DRIVER" is set to `true` (or similar) then modify the behavior of dss_host.py: 1. Never unload nvme or nvme-core drivers 2. Use modprobe instead of insmod for nvme-fabrics, nvme-tcp, and nvme-rdma 3. Do not modprobe nvme unnecessarilly (in `remove` function) Additionally, I implemented a fix where we are indiscriminately attempting to process all nvme subsystems. Now we are only processing RDMA subsystems.
- Loading branch information
Showing
1 changed file
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters