Re: [libvirt-users] transient configure turn to persistent configure

2017-07-25 Thread Peter Krempa
On Tue, Jul 25, 2017 at 09:50:29 +0800, 露露 wrote: > libvirt > version: 3.4.0 > architecture: x86_64 ubuntu16.04-server > hypervisor: kvm,qemu > > I call virDomainCreate create a transient vm, After a period of time ,I call > virDomainDestroy, the vm configure is stil exist, the vm turn to persist

[libvirt-users] transient configure turn to persistent configure

2017-07-24 Thread ????
libvirt version: 3.4.0 architecture: x86_64 ubuntu16.04-server hypervisor: kvm,qemu I call virDomainCreate create a transient vm, After a period of time ,I call virDomainDestroy, the vm configure is stil exist?? the vm turn to persistent, I don't known the reason. Thanks