Closed Brandonage closed 7 years ago
Yes exactly not all nodes in lyon have kvm enabled. Adding the following in the g5k provider option will prevent vagrant-g5k to reserve those nodes :
g5k.oar = "virtual != 'none'"
That's the weird thing. I double checked that I had that line in my Vagrantfile. Still it tries to reserve these kind of nodes. I reserved some nodes through a container job last night and it's when it started to do this.
Have you put the same constraint for the container job (virtual != 'none')?
----- Mail original -----
De: "Alvaro" notifications@github.com À: "msimonin/vagrant-g5k" vagrant-g5k@noreply.github.com Cc: "Matthieu Simonin" matthieu.simonin@inria.fr, "Comment" comment@noreply.github.com Envoyé: Jeudi 15 Juin 2017 09:56:56 Objet: Re: [msimonin/vagrant-g5k] Error when starting VM's on lyon (#10)
That's the weird thing. I double checked that I had that line in my Vagrantfile. Still it tries to reserve these kind of nodes. I reserved some nodes through a container job last night and it's when it started to do this.
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/msimonin/vagrant-g5k/issues/10#issuecomment-308657860
Sorry. I didn't explain myself.
For the container job I did the reservation with (virtual != 'none'). That worked fine for that job.
The day after I wanted to do a normal reservation without container job and making sure the g5k.oar = "virtual != 'none'" line in the vagrantfile was there. This is when I started to get the errors.
I also have some problems in Rennes. It wont give me any resources for the jobs even if there are plenty.
==> test-13: Waiting for the job to be running
==> test-5: Waiting for the job to be running
==> test-3: Waiting for the job to be running
==> test-8: Waiting for the job to be running
==> test-10: Waiting for the job to be running
Same thing, I launched a container job in this frontend yesterday
I close this one since it was probably related with #11
Hi:
I get the following error in only part of the jobs I'm trying to submit with vagrant-g5k. I updated the plugin recently and this is the first time I get this error. Maybe it's connected. It seems like kvm is not accesible on some machines?