[one-users] Enable RBD caching

2013-07-16 Thread Harald Rößler
Hi, how I can enable the RBD caching for the VM's which have the underlying Ceph file system? At the moment I have add the the caching in the ceph.conf, but I'm not sure if this is the right place. - [global] rbd cache = true rbd cache size = 134217728 rbd cache max

Re: [one-users] NIC Hot Plug with OpenVSwitch

2013-07-16 Thread MENDOZA, John Robert T.
Thanks Jaime and Jon! On Monday, 15 July, 2013 05:06 PM, Jaime Melis wrote: Hi, you are right, this is a bug. I have created a new bug report: http://dev.opennebula.org/issues/2172 thanks for the feedback, Jaime On Mon, Jul 15, 2013 at 5:17 AM, MENDOZA, John Robert T.

Re: [one-users] Error while copying image in the datastore after VM creation

2013-07-16 Thread Lukman Fikri
Thank you for all the help. Finally my ttylinux was running. That's right, i defined the CPU architecture value as ARCH = x86_64 on the vmm_exec_kvm.conf and the template as well. Since I'm new and beginner in OpenNebula, I was wondering if you could give me suggestions about what i might want

Re: [one-users] DHCP and OpenNebula

2013-07-16 Thread Tino Vazquez
Hi Michael, Unfortunately, that will render it wrong. As I said, v4.2 will greatly simplify this management (it'll look like FEATURES=[PCIBRIDGE=1]). Regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G |

Re: [one-users] Ubuntu / Centos KVM image from marketplace are not being properly contextualized

2013-07-16 Thread Artem Salpagarov
So, for anyone who will encounter this in future, I haven't found a solution better than to create a VM from scratch and contextualise it with a package from http://opennebula.org/documentation:rel4.0:context_overview. -- Artem Salpagarov On Monday, July 15, 2013 at 2:11 AM, Artem Salpagarov

Re: [one-users] Ubuntu / Centos KVM image from marketplace are not being properly contextualized

2013-07-16 Thread Giovanni Toraldo
Hi Artem, can you try to use something like this one in your VM template? https://gist.github.com/gionn/6007641 loc is the name of my local virtual network, I am using the ubuntu image available on the marketplace under KVM. On Tue, Jul 16, 2013 at 12:23 PM, Artem Salpagarov

Re: [one-users] Ubuntu / Centos KVM image from marketplace are not being properly contextualized

2013-07-16 Thread Artem Salpagarov
Hi Giovanni, No, it doesn't work. Neither with NETWORK, nor with NETWORK_ID, with or without IPV6 stuff, with or without specifying TARGET. For me it seems that something in marketplace templates just fails with fresh kernels or ebtables or something else. BTW, It would be great if someone

Re: [one-users] DHCP and OpenNebula

2013-07-16 Thread Tino Vazquez
Hi Michael, You can set the guestOS the same way ( again, this will be improved in v4.2 to be able to be set directly in the VM template ): RAW=[ DATA_VMX=pciBridge0.present = \TRUE\\npciBridge4.present = \TRUE\\npciBridge4.virtualDev = \pcieRootPort\\npciBridge4.functions =

Re: [one-users] DHCP and OpenNebula

2013-07-16 Thread Michael Curran
Thanks Tino -- I tried it set like the CPU -- that didn't work. Will test now Michael Curran | connectsolutions | Lead Network Architect Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com -Original Message- From: Tino Vazquez [mailto:cvazq...@c12g.com] Sent: Tuesday,

Re: [one-users] DHCP and OpenNebula

2013-07-16 Thread Michael Curran
I just made the adjustment and the RAW line is working like a charm How do I input feature requests? Michael Curran | connectsolutions | Lead Network Architect Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com -Original Message- From: users-boun...@lists.opennebula.org

[one-users] OpenNebula 3.8.3 Failed to Delete VM on ESXi Host

2013-07-16 Thread chenxiang
Hi, I am running OpenNebula 3.8.3 with VMFS. However, I am not able to delete the VM files from the ESXi Host, although the VM seems to be deleted from OpenNebula. My setup is that I have an image DS 102, and a system DS 103. When trying to delete a VM, I can see that OpenNebula is trying to

Re: [one-users] OpenNebula 3.8.3 Failed to Delete VM on ESXi Host

2013-07-16 Thread Michael Curran
I am using 4.0.1 and it deletes the files, but does not remove the created disk.X.iso or created directory -- I have to delete those by hand as well Same for image uploads that do not go correctly, if I delete them the internal files are removed , but directories remain. From what I understand

Re: [one-users] OpenNebula 3.8.3 Failed to Delete VM on ESXi Host

2013-07-16 Thread chenxiang
I looked into the related source code in 4.0. It seems that the DSID problem was fixed in 4.0. How about permission problem? Can I simple overwrite the 3.8.4 version ~/var/remotes/tm/vmfs directory with the one from 4.0? Chen Xiang Hi, I am running OpenNebula 3.8.3 with VMFS. However, I am

Re: [one-users] OpenNebula 3.8.3 Failed to Delete VM on ESXi Host

2013-07-16 Thread Tino Vazquez
Hi Chen Xiang, You are right , there are several bugs in the 3.8.3 VMFS drivers. I recommend updating to 3.8.4 at least, and ideally to 4.0.1. About the permissions problems, you should create an ESX user 'oneadmin' with the same UID as 'oneadmin' in the front-end. Hope it helps, -Tino --

Re: [one-users] DHCP and OpenNebula

2013-07-16 Thread Tino Vazquez
Good news ;) You can request features through the development portal [1]. you can create an account, and then create a new issue in the Feature category. Best, -Tino -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G |

[one-users] Datastore questions

2013-07-16 Thread Michael Curran
Hello - This is a generalized question about the system datastore and the images datastore In OpenNebula - you store all your running VM's in the system datastore , and images in the aptly named images datastore. I am using it on top of VMware, with SAN attached storage. In my test

Re: [one-users] OpenNebula 3.8.3 Failed to Delete VM on ESXi Host

2013-07-16 Thread chenxiang
Hi Tino, Thanks a lot for the pointer. I replaced the ~/var/remotes/tm/vmfs directory with the one from 4.0.1, and now it is trying to delete files in the correct datastore. However, it still can not delete the files on ESXi. I do have the correct oneadmin user and permissions on ESXi. I am