On Tue, Nov 26, 2019 at 03:31:37PM +0100, Michal Privoznik wrote:
There are two daemons that wait for acquiring their pid files:
virtnetworkd and virtstoraged. This is undesirable as the idea
is to quit early if unable to acquire the pid file. This was
missed in v5.6.0-rc1~207.
Please rephrase the last sentence to separate the commit identification
from the period, e.g.
Commit v5.6.0-rc1~207 missed this.
or
Fixes: v5.6.0-rc1~207
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/network/bridge_driver.c | 2 +-
src/storage/storage_driver.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano