Do not set pid file for iscsid
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
This commit is contained in:
parent
5665d5e619
commit
18a0af6954
@ -1,4 +1,4 @@
|
||||
{
|
||||
"command": "iscsid -d 8 -f --pid=/run/iscsid.pid",
|
||||
"command": "iscsid -d 8 -f",
|
||||
"config_files": []
|
||||
}
|
||||
|
6
releasenotes/notes/bug-1933033-76746d127285cfe8.yaml
Normal file
6
releasenotes/notes/bug-1933033-76746d127285cfe8.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes ``iscsid`` failing in current CentOS 8 based images due to
|
||||
pid file being needlessly set.
|
||||
`LP#1933033 <https://launchpad.net/bugs/1933033>`__
|
Loading…
Reference in New Issue
Block a user