Re: [one-users] Attaching second disk

2012-08-01 Thread Ruben S. Montero
Hi I made some tests today and with libvirt version: 0.9.13 and a 3.4.4 kernel (physical host) is working with a bus IDE (booting with prefix hd). Libvirt adds a scsi bus when the disk is attached (as shown by dumpxml) If you cannot boot from scsi (and so with an scsi bus) you may try to add it,

Re: [one-users] Problem in hotplugging in slot install

2012-08-01 Thread Ruben S. Montero
Hi This is pretty strange, I think you have some misconfiguration in your hosts, as the paths should work as is. Then we removed the BUS attribute as it is derived from the TARGET prefix, so hda will automatically add bus=IDE, vda bus=virtio, sda bus=scsi and so on. The recommended way is to use

[one-users] Problem in hotplugging in slot install

2012-08-01 Thread André Monteiro
Hello, I've been having some problems with ONE 3.6 on a self-contained slot install. I have to change paths on some scripts (clone, ln) and was having the same problem with /var/tmp/one/vmm/kvm/attach_disk script. Changed (DRIVER_PATH was /var/tmp/one/kvm) XPATH="${DRIVER_PATH}/../../datastore/xp

[one-users] source debs of ubuntu packages

2012-08-01 Thread Thomas Higdon
You publish binary Ubuntu debs for the latest release of OpenNebula here: http://downloads.opennebula.org/ Are the source debs available somewhere? ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebu

[one-users] Error in VM migration - wrong state to perform action

2012-08-01 Thread Shantanu Pavgi
I am getting following error while trying to migrate a VM: {{{ $ onevm livemigrate 30 kvm-04 [VirtualMachineMigrate] Wrong state to perform action }}} The VM is not really in wrong 'state', but it failed to migrate during first migration attempt because of connection (name resolution) issue.

Re: [one-users] Attaching second disk

2012-08-01 Thread Rogier Mars
Hi, I had a simular problem, not exactly the same error message, but also related to attaching hot-plug disks to KVM guests. I updated to the latest CentOS version and updated qemu and libvirt to the latest (centos6.2) versions. This fixed one issue. Als as Ruben states SCSI hotplug does not s

Re: [one-users] Attaching second disk

2012-08-01 Thread Ruben S. Montero
Yes, the support to from SCSI has been removed in recent versions of qemu. You can try to attach the disk to sdb directly, then. (You may need to generate a template file with DISK=[ IMAGE=..., TARGET=sdb] if you are using the CLI), and let see if that solve the issue. Cheers Ruben On Aug 1, 201