Re: [one-users] restart of a VM instance

2011-08-10 Thread Carlos Martín Sánchez
Hi, A VM in unknown state can be booted using the 'onevm restart' command, see the life-cycle diagram [1]. This command assumes all the disks and deployment files are in place, as is the case when a Host is rebooted. Regards. [1]

[one-users] restart of a VM instance

2011-08-04 Thread Olivier Sallou
Hi, is it possible to restart a VM instance (not reploying it) ? We had a server (host , kvm) crash. After reboot, VM were not restarted by the host and appear in unknown status with onevm. How can I recover my VM instance? Thanks Olivier -- Olivier Sallou IRISA / University of Rennes 1

Re: [one-users] restart of a VM instance

2011-08-04 Thread Vladimir Vuksan
From what I understand you will have to go on the affected machine and start VMs manually. You can e.g. do this find /var/lib/cloud -name deployment.0 | xargs -n 1 virsh create Vladimir On Thu, 4 Aug 2011, Olivier Sallou wrote: Hi, is it possible to restart a VM instance (not reploying it)

Re: [one-users] restart of a VM instance

2011-08-04 Thread Olivier Sallou
Perfect, thanks Le 8/4/11 3:07 PM, Vladimir Vuksan a écrit : From what I understand you will have to go on the affected machine and start VMs manually. You can e.g. do this find /var/lib/cloud -name deployment.0 | xargs -n 1 virsh create Vladimir On Thu, 4 Aug 2011, Olivier Sallou wrote: