• D
    systemd: don't report an error if the guest is already terminated · b3e4401d
    Daniel P. Berrange 提交于
    In many cases where we invoke virSystemdTerminateMachine the
    process(es) will have already gone away on their own accord.
    In these cases we log an error message that the machine does
    not exist. We should catch this particular error and simply
    ignore it, so we don't pollute the logs.
    b3e4401d
virsystemd.c 14.1 KB