[doc] add hint for hp controller
This commit is contained in:
parent
b5cc2b5837
commit
fedfd68c37
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -73,6 +73,25 @@ use using the nodeSelector:
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### hpa
|
||||||
|
|
||||||
|
Ensure the following kernel modules are loaded on the host:
|
||||||
|
|
||||||
|
```
|
||||||
|
hpsa
|
||||||
|
sg
|
||||||
|
```
|
||||||
|
|
||||||
|
to avoid the
|
||||||
|
|
||||||
|
```
|
||||||
|
# hpacucli controller all show
|
||||||
|
|
||||||
|
Error: No controllers detected.
|
||||||
|
```
|
||||||
|
|
||||||
|
error.
|
||||||
|
|
||||||
## Changelog / Tags
|
## Changelog / Tags
|
||||||
|
|
||||||
### Planned
|
### Planned
|
||||||
|
|
Loading…
Reference in a new issue