• B
    util:Fix with process number and pid file do not match · d6cfa0cd
    Bobo Du 提交于
    the libvirtd pid file is not match the os process pid number
    which is smaller than before.
    
    this would be exist if the libvirtd process coredump or the os
    process was killed which the next pid number is smaller.
    
    you can be also edit the pid file to write the longer number than
    before,then restart the libvirtd service.
    Signed-off-by: NBobo Du <dubo163@126.com>
    d6cfa0cd
virpidfile.c 14.8 KB