You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os-brick requires nvme-cli to be installed otherwise it throws warnings
``` log
2025-01-26 01:21:49.169 3229256 WARNING os_brick.privileged.nvmeof [-] Could not generate host nqn: [Errno 2] No such file or directory: 'nvme'
```
This change simply ensures that the tool is installed on our hosts by
default.
Signed-off-by: Kevin Carter <[email protected]>
0 commit comments