When linuxrc (see openSUSE/linuxrc#310) detects that there is some NBFT configured interface it will sets the UseNBFT variable and YaST calls nvme connect-nbft in order to discover and connect to all discovered NVMe-over-Fabrics subsystems as was requested at implementation time.
As the nvme cli has been adapted supporting NBFT table the call should be also adapted calling nvme connect-all --nbft as requested in the bug and also as we can see in the implementation PR description.
Problem
When linuxrc (see openSUSE/linuxrc#310) detects that there is some NBFT configured interface it will sets the UseNBFT variable and YaST calls
nvme connect-nbft
in order to discover and connect to all discovered NVMe-over-Fabrics subsystems as was requested at implementation time.As the nvme cli has been adapted supporting NBFT table the call should be also adapted calling
nvme connect-all --nbft
as requested in the bug and also as we can see in the implementation PR description.Solution
Adapted the call as requested.