Commit aea87fc
authored
fix: add nvme-cli as a base package (#687)
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 <kevin.carter@rackspace.com>1 parent 3b381e0 commit aea87fc
File tree
3 files changed
+3
-1
lines changed- Containerfiles
- ansible/roles/host_setup/vars
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments