[one-users] KVM Qemu does not mount DATABLOCK.

2011-03-04 Thread Leong Marco
Hi all, I have created a CentOS which is sized 2GB. I would like to add a DATABLOCK to it. However, the DATABLOCK cannot be found with fdisk -l (in the VM). It was able to mount the swap, but no the DATABLOCK. Here is the config file that I have. Via dumpxml in virsh: domain type='kvm' id='3'

[one-users] VM placement?

2011-03-04 Thread Adrian Muresan
Hi I'm Adrian, a PhD student from France. Could you tell me if OpenNebula supports installation of one single cloud across multiple clusters (similar to EC2's availability zones/regions)? If yes, then is it possible to control VM placement from a user's point of view? (similar to EC2's

Re: [one-users] VM placement?

2011-03-04 Thread Olivier Sallou
there are clusters in opennebula, and you can place hosts in a cluster. In instance template, you can add a requirement on cluster Olivier Le 3/4/11 11:02 AM, Adrian Muresan a écrit : Hi I'm Adrian, a PhD student from France. Could you tell me if OpenNebula supports installation of one

Re: [one-users] KVM Qemu does not mount DATABLOCK.

2011-03-04 Thread Ruben S. Montero
Hi, This seems more a KVM/libvirt issue than an OpenNebula one as the three devices are listed in the deployment file. There has been some problems reported when mixing ide and virtio disks, that may be cause of the problem. You may try to put the three disks under virtio to check if that's the

Re: [one-users] minor typo in onecluster help info

2011-03-04 Thread Tino Vazquez
Hi, Thanks, I've opened a ticket [1] to have it fix in the next release. Regards, -Tino [1] http://dev.opennebula.org/issues/512 -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tinova79 On Thu, Mar 3, 2011 at 11:02 AM, kna...@gmail.com wrote: Hi!

Re: [one-users] variables available in CONTEXT

2011-03-04 Thread Tino Vazquez
Hi, That is indeed a good feature to have. I've opened a request ticket [1] to keep track of it. Regards, -Tino [1] http://dev.opennebula.org/issues/513 -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org

Re: [one-users] VM placement?

2011-03-04 Thread Adrian Muresan
Thank for your help! Adrian --- En date de : Ven 4.3.11, Olivier Sallou olivier.sal...@irisa.fr a écrit : De: Olivier Sallou olivier.sal...@irisa.fr Objet: Re: [one-users] VM placement? À: users@lists.opennebula.org Date: Vendredi 4 mars 2011, 5h08 there are clusters in

Re: [one-users] KVM Qemu does not mount DATABLOCK.

2011-03-04 Thread Leong Marco
Hi Ruben, Very appreciate for your reply. Unfortunately, even I have put all three disk to VIRTIO. It still not working. If I use ide, it seems that it is not able to have more than one IDE device. And SCSI was not supported by CentOS 5.5's kernel. Any idea to get around this? Thank You !

Re: [one-users] KVM Qemu does not mount DATABLOCK.

2011-03-04 Thread Steven Timm
I've made something like this work, but I couldn't make the datablock as virtio. If you call for a virtio datablock by default it comes up as /dev/vde, for which many kernels don't have the drivers. So on mine, I declared OS image to be virtio / dev/vda, swap to be virtio /dev/vdb datablock

Re: [one-users] variables available in CONTEXT

2011-03-04 Thread Steven Timm
Yes--this sounds good.. we are very interested in the same. Steve Timm On Fri, 4 Mar 2011, Tino Vazquez wrote: Hi, That is indeed a good feature to have. I've opened a request ticket [1] to keep track of it. Regards, -Tino [1] http://dev.opennebula.org/issues/513 -- Constantino Vázquez

Re: [one-users] What's available about the LVM backend ?

2011-03-04 Thread Jaime Melis
Hi Gian, You're right, if you use a Cluster LVM [1] then you will be able to use migration with an empty tm_mv.sh (as you point out, same idea as the tm_mv.sh in the TM_NFS drivers). [1] http://www.centos.org/docs/5/html/Cluster_Logical_Volume_Manager/LVM_Cluster_Overview.html Cheers, Jaime On

Re: [one-users] iSCSI SAN(Storage Area Network) Feature Request

2011-03-04 Thread Jaime Melis
Hi, those features sound very interesting. Is there any way we can help you out in achieving them? Furthermore, could you please explain in more detail, or provide a diagram, of the deployment that will be available with the integration of iSCSI based storage devices? regards, Jaime On Wed,

Re: [one-users] KVM Qemu does not mount DATABLOCK.

2011-03-04 Thread Leong Marco
Steven, It works, Great Thanks. I used virtio to all device. /dev/vda as OS image /dev/vdb as swap /dev/vdc as my Datablock. As you have mentioned, it might be some kind of kernel issue which work with vde driver. Very appreciate for you help. Besides, is it possible to make the disk

Re: [one-users] arch type in vmm_ssh_kvm.conf

2011-03-04 Thread Shantanu Pavgi
Thanks for pointing it out. Fixed and it worked. -- Shantanu. On Mar 3, 2011, at 5:38 PM, Daniel Molina wrote: NAME = tinycentos CPU= 1 MEMORY = 512 OS = [ ARCH = x86_64 ] instead of NAME = tinycentos CPU= 1 MEMORY = 512 ARCH = x86_64 On 4 March 2011 00:36,

[one-users] can't create VM with shared vm dir

2011-03-04 Thread Shantanu Pavgi
Hi, I have configured OpenNebula to use shared NFS for image repo and VM_DIR, e.g. /groups/one-vm-dir and /groups/one-images-dir are exported from a separate NFS server, both head-node and cluster-nodes have mounted these shares. Following is OpenNebula config: {{{ DB=BACKEND=sqlite

[one-users] exporting install dir to cluster nodes

2011-03-04 Thread Shantanu Pavgi
Hi, The installation planning guide (http://www.opennebula.org/documentation:rel2.2:plan) mentions about exporting OpenNebula install location (ONE_LOCATION) to cluster nodes. I am trying to understand how this install dir is used by cluster nodes. Any elaboration would be really helpful.

Re: [one-users] can't create VM with shared vm dir

2011-03-04 Thread Shantanu Pavgi
Hi, Figured out from Tino's reply earlier: http://lists.opennebula.org/pipermail/users-opennebula.org/2011-March/004240.html It's working now. Mounted NFS hosted var directory under $ONE_LOCATION/var on OpenNebula server and under VM_DIR location on client side. -- Shantanu. On Mar 4,

[one-users] more universal name for poll_xen_kvm.rb

2011-03-04 Thread knawnd
Hi! My first question is if that list is a proper one to ask questions related to ONE development? The second question (rather proposal) is to assign more universal names to the scripts. For example the script src/vmm_mad/remotes/poll_xen_kvm.rb could be named as e.g. poll_vmm.rb or