search for: task_start_vm

Displaying 4 results from an estimated 4 matches for "task_start_vm".

2009 Aug 26
2
Error starting a virtual machine
I've been playing with ovirt built from source. When I try to start my first VM, I get this error in taskomatic.log: INFO Wed Aug 26 14:33:28 -0600 2009 (12750) starting task_start_vm INFO Wed Aug 26 14:33:29 -0600 2009 (12750) VM will be started on node node94.ovirt.priv DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) Connecting volumes: DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) XML Domain definition: <domain type='kvm'><name>test2</name><uuid&gt...
2009 Sep 30
1
Problems with creating VM
...on /var/lib/libvirt/qemu/ ? Default is: drwx------. 2 root root 4096 2009-08-19 20:16 quemu /var/log/ovirt-server/taskomatic.log INFO Wed Sep 30 17:42:21 +0300 2009 (1991) starting task_create_vm INFO Wed Sep 30 17:42:21 +0300 2009 (1991) done INFO Wed Sep 30 17:42:21 +0300 2009 (1991) starting task_start_vm INFO Wed Sep 30 17:42:22 +0300 2009 (1991) VM will be started on node node3.ovirt.priv DEBUG Wed Sep 30 17:42:22 +0300 2009 (1991) Connecting volumes: DEBUG Wed Sep 30 17:42:22 +0300 2009 (1991) XML Domain definition: <domain type='kvm'><name>test</ name><uuid>f...
2010 Aug 30
1
taskomatic.rb : set_vm_vnc_port
...ociation_proxy.rb:217:in `send'/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/associations/association_proxy.rb:217:in `method_missing'/usr/share/ovirt-server/task-omatic/./task_vm.rb:133:in `set_vm_vnc_port'/usr/share/ovirt-server/task-omatic/taskomatic.rb:426:in `task_start_vm'/usr/share/ovirt-server/task-omatic/taskomatic.rb:919:in `mainloop'/usr/share/ovirt-server/task-omatic/taskomatic.rb:905:in `each'/usr/share/ovirt-server/task-omatic/taskomatic.rb:905:in `mainloop'/usr/share/ovirt-server/task-omatic/taskomatic.rb:871:in `loop'/usr/share/ovir...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...ject(:object_id => vm.node) + node = @qmfc.object(:object_id => vm.node) raise "Unable to get node that vm is on??" unless node if vm.state == "shutdown" or vm.state == "shutoff" @@ -337,7 +342,7 @@ class TaskOmatic @logger.info "starting task_start_vm" db_vm = find_vm(task, false) - vm = @session.object(:class => "domain", 'uuid' => db_vm.uuid) + vm = @qmfc.object(:class => "domain", 'uuid' => db_vm.uuid) if vm case vm.state @@ -351,7 +356,7 @@ class TaskOmatic...