18a0af6954
Kolla Ansible runs iscsid in the foreground (-f) and a recent change to iscsid in CentOS 8 (both Linux and Stream) caused it to reject setting pid file in such a case. PID file is irrelevant in this scenario so this commit removes its parameter. Closes-Bug: #1933033 Change-Id: Ic0c4beae0c812f3ca68a6ee5cc4daa2fee0f277d
5 lines
60 B
Django/Jinja
5 lines
60 B
Django/Jinja
{
|
|
"command": "iscsid -d 8 -f",
|
|
"config_files": []
|
|
}
|