• J
    Use PAUSED state for domains that are starting up · 18441ab9
    Jiri Denemark 提交于
    When libvirt is starting a domain, it reports the state as SHUTOFF until
    it's RUNNING. This is not ideal because domain startup may take a long
    time (usually because of some configuration issues, firewalls blocking
    access to network disks, etc.) and domain lists provided by libvirt look
    awkward. One can see weird shutoff domains with IDs in a list of active
    domains or even shutoff transient domains. In any case, it looks more
    like a bug in libvirt than a normal state a domain goes through.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    18441ab9
qemu_process.c 178.3 KB