This commit is contained in:
Nico Schottelius 2022-02-12 13:36:06 +01:00
parent 58a69dfb01
commit 7707f440ee
2 changed files with 16 additions and 3 deletions

View File

@ -16,5 +16,7 @@ RUN apt-get update && apt-get install -y \
megaclisas-status \
mpt-status \
pciutils \
procps \
strace \
stress-ng
stress-ng \
tmux

View File

@ -33,8 +33,10 @@ lspci
megacli
megaclisas-status
mpt-status
ps
strace
stress-ng
tmux
```
## Usage
@ -77,7 +79,13 @@ use using the nodeSelector:
....
```
### hpa
### fwupdmgr
```
/usr/bin/dbus-daemon --system --address=systemd: --nopidfile --syslog-only
```
### hpacucli
Ensure the following kernel modules are loaded on the host:
@ -98,7 +106,10 @@ error.
## Changelog / Tags
### Planned
### 0.0.5 (2022-01-15)
* Added procps for ps
* Added tmux to be able to run things in parallel
### 0.0.4 (2022-01-15)