grycap / cloudvamp

An Automatic Oversubscription Framework for On-Premises Clouds
http://www.grycap.upv.es/cloudvamp
Apache License 2.0
17 stars 6 forks source link

Error about monitoring VM in log #11

Closed feldsam closed 8 years ago

feldsam commented 8 years ago
Mon Apr 11 22:38:02 2016 [Z0][VMM][I]: Command execution fail: 'if [ -x "/var/tmp/one/vmm/cloudvamp/poll" ]; then /var/tmp/one/vmm/cloudvamp/poll one-152 node1.feldhost.cz 152 node1.feldhost.cz; else exit 42; fi'
Mon Apr 11 22:38:02 2016 [Z0][VMM][I]: /var/tmp/one/vmm/cloudvamp/poll:795:in `setup_hypervisor': undefined method `name' for nil:NilClass (NoMethodError)
Mon Apr 11 22:38:02 2016 [Z0][VMM][I]: from /var/tmp/one/vmm/cloudvamp/poll:922:in `<main>'
Mon Apr 11 22:38:02 2016 [Z0][VMM][I]: ExitCode: 1
Mon Apr 11 22:38:02 2016 [Z0][VMM][E]: Error monitoring VM
Mon Apr 11 22:38:02 2016 [Z0][VM][I]: New LCM state is UNKNOWN
Mon Apr 11 22:38:04 2016 [Z0][LCM][I]: VM found again by the drivers
Mon Apr 11 22:38:04 2016 [Z0][VM][I]: New LCM state is RUNNING
dealfonso commented 8 years ago

hi @feldsam, commit #7ced986 tries to solve that issue. Have you checked it?

feldsam commented 8 years ago

Hi, ok I apply path, so this is I think fixed.