Skip to content

Commit d26851f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Do not set pid file for iscsid" into stable/victoria
2 parents 1dec7de + 77d70f0 commit d26851f

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)