Skip to content

Commit 77d70f0

Browse files
yoctozeptomarkgoddard
authored andcommitted
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 (cherry picked from commit 18a0af6)
1 parent a2bcb4c commit 77d70f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"command": "iscsid -d 8 -f --pid=/run/iscsid.pid",
2+
"command": "iscsid -d 8 -f",
33
"config_files": []
44
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes ``iscsid`` failing in current CentOS 8 based images due to
5+
pid file being needlessly set.
6+
`LP#1933033 <https://launchpad.net/bugs/1933033>`__

0 commit comments

Comments
 (0)