[one-users] 3.0b1 and persistent images
Hi, I have some problems working with 3.0b1 and persistent images. In some circumstances there are errors when saving images to repository. More details in issue #762 (http://dev.opennebula.org/issues/762). I use Ubuntu 11.04 and NFS TM. Is this bug in ONE or it's specific to my system (Ubuntu?)? -- Grzegorz Kocur gko...@ux.pl http://www.ux.pl/ ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] OCCI: parsing bug, unsupported character?
Hi Marco, I tried to reproduce the error with no luck. The VM is created without any problem. Would you mind to send us the content of the occi-server.log and the list of gems you are using? Also, can you check if a new VM is created in OpenNebula, even if there is no response? I have made some changes to the occi-server today, try using this last version from the git repository. Regards On 27 July 2011 17:10, Marco Strutz wrote: > Hello Javier. > > occi.xml > * > > > SL5.5_i368_7745cf64f0f3f8080e15d93f29efe53a > > http://localhost:4567/storage/3"/> > hda > > small > > http://localhost:4567/network/0"; /> > > > test > hdc > 7745cf64f0f3f8080e15d93f29efe53a > %(PACKAGE_NAME)s > > > > > As soon as I remove the "%" inside the attribute > 'occi-compute create occi.xml' works again. > > #after 10seconds waiting --> ctrl+c to abort > $ occi-compute create occi.xml > ^C/usr/lib/ruby/1.8/net/protocol.rb:135:in `sysread': Interrupt > from /usr/lib/ruby/1.8/net/protocol.rb:135:in `rbuf_fill' > from /usr/lib/ruby/1.8/timeout.rb:62:in `timeout' > from /usr/lib/ruby/1.8/timeout.rb:93:in `timeout' > from /usr/lib/ruby/1.8/net/protocol.rb:134:in `rbuf_fill' > from /usr/lib/ruby/1.8/net/protocol.rb:116:in `readuntil' > from /usr/lib/ruby/1.8/net/protocol.rb:126:in `readline' > from /usr/lib/ruby/1.8/net/http.rb:2024:in `read_status_line' > from /usr/lib/ruby/1.8/net/http.rb:2013:in `read_new' > from /usr/lib/ruby/1.8/net/http.rb:1050:in `request' > from /cloud/one/lib/ruby/cloud/occi/OCCIClient.rb:84 > from /cloud/one/lib/ruby/cloud/CloudClient.rb:95:in `call' > from /cloud/one/lib/ruby/cloud/CloudClient.rb:95:in `http_start' > from /usr/lib/ruby/1.8/net/http.rb:543:in `start' > from /cloud/one/lib/ruby/cloud/CloudClient.rb:94:in `http_start' > from /cloud/one/lib/ruby/cloud/occi/OCCIClient.rb:83:in `post_vms' > from /cloud/one/bin/occi-compute:152 > > > > $ ruby -v > ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] > > $ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 10.04.2 LTS > Release: 10.04 > Codename: lucid > > > > thanks > Marco > > On 07/27/2011 12:41 PM, Javier Fontan wrote: >> Can you send us an example of the occi.xml that is causing you the >> trouble? I don't see why that character can cause any problem but I >> prefer to debug this myself. >> >> Cheers >> >> On Mon, Jul 25, 2011 at 3:43 PM, Marco Strutz wrote: >>> Hello developers. >>> >>> >>> I might found a bug in the occi-context section related to a proper >>> string parsing. >>> In generel, the 'occi-compute create' command outputs error-message if >>> unsupported characters (like '$') are detected: >>> [VirtualMachineAllocate] Error trying to CREATE VM Could not parse >>> CONTEXT for VM. >>> >>> In my occi.xml I wanted to define a customized context-attribute >>> containing the char '%'. This leads 'occi-compute create' into a timeout >>> and a ruby process [1] gets a 100% cpu load: >>> Error timeout while connected to server (execution expired). >>> Server: localhost:4567 >>> >>> I guess this syntax-issue is related to the use of "<% ...%>" of the >>> ruby-occi-template definition [2] since percent-chars are used as well. >>> >>> This leads me to the following question: What can I do to have a >>> '%'-char in my self-defined context-attributes. Is this even possible? >>> In the end I need the %-char in the context.sh-file of the booted >>> VirtualMachine. >>> >>> >>> [1] ruby /cloud/one/lib/ruby/cloud/occi/occi-server.rb >>> [2] $ONE_LOCATION/etc/occi_templates/common.erb >>> >>> >>> >>> thanks in advance >>> Marco >>> ___ >>> Users mailing list >>> Users@lists.opennebula.org >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >>> >> >> > > ___ > Users mailing list > Users@lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina, Cloud Technology Engineer/Researcher Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | dmol...@opennebula.org ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] [Beta 3.0] error: unable to set user and group to '117:126' on '/srv/cloud/one/var/2/images/disk.0': No such file or directory
Just found the cause (very silly): the NFS share was not mounted (sudo mount /srv/cloud/one) 2011/8/8 Florin Antonescu > Hello, > > After switching from OpenNebula 2.2 to OpenNebula 2.9.80 (Beta 3.0) > deploying VMs stopped functioning. The error message I receive is: > Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 Command > execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then > /var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var/2/images/deployment.0 zrhs 2 > zrhs; else exit 42; fi' > Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 error: Failed > to create domain from /srv/cloud/one/var/2/images/deployment.0 > Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 error: unable > to set user and group to '117:126' on '/srv/cloud/one/var/2/images/disk.0': > No such file or directory > > Searching through the mailing list archives I found that this could be > caused by not setting VM_DIR property in oned.conf file, but in my case the > property is set and also, the NFS mount point is the same on both > OpenNebula's host and on the slave host. > Does anyone know what might be causing this error? Or at lease, where > should I look in the source code to find out what is happening? > > Best regards, > Florian > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[one-users] [Beta 3.0] error: unable to set user and group to '117:126' on '/srv/cloud/one/var/2/images/disk.0': No such file or directory
Hello, After switching from OpenNebula 2.2 to OpenNebula 2.9.80 (Beta 3.0) deploying VMs stopped functioning. The error message I receive is: Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 Command execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then /var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var/2/images/deployment.0 zrhs 2 zrhs; else exit 42; fi' Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 error: Failed to create domain from /srv/cloud/one/var/2/images/deployment.0 Mon Aug 8 08:26:32 2011 [VMM][D]: Message received: LOG I 2 error: unable to set user and group to '117:126' on '/srv/cloud/one/var/2/images/disk.0': No such file or directory Searching through the mailing list archives I found that this could be caused by not setting VM_DIR property in oned.conf file, but in my case the property is set and also, the NFS mount point is the same on both OpenNebula's host and on the slave host. Does anyone know what might be causing this error? Or at lease, where should I look in the source code to find out what is happening? Best regards, Florian ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[one-users] Error: HVM domains cannot be using read-only IDE disks
Hi, how to solve this error "Error: HVM domains cannot be using read-only IDE disks" I'm trying to deploy vm image and get this error. I'm using XEN . Mon Aug 8 17:03:27 2011 [DiM][I]: New VM state is ACTIVE. Mon Aug 8 17:03:27 2011 [LCM][I]: New VM state is PROLOG. Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: frontend:/home/ttylinux.img 192.168.212.142:/var/lib/one//27/images/disk.0 Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: DST: /var/lib/one//27/images/disk.0 Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: Creating directory /var/lib/one//27/images Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: Executed "/usr/bin/ssh 192.168.212.142 mkdir -p /var/lib/one//27/images". Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: Cloning frontend:/home/ttylinux.img Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: Executed "/usr/bin/scp frontend:/home/ttylinux.img 192.168.212.142:/var/lib/one//27/images/disk.0". Mon Aug 8 17:03:32 2011 [TM][I]: tm_clone.sh: Executed "/usr/bin/ssh 192.168.212.142 chmod a+rw /var/lib/one//27/images/disk.0". Mon Aug 8 17:03:32 2011 [TM][I]: tm_context.sh: Executed "mkdir -p /var/lib/one/24493cbd02011add1b824399af6fc6f0/isofiles". Mon Aug 8 17:03:32 2011 [TM][I]: tm_context.sh: Executed "cp -R /var/lib/one/27/context.sh /var/lib/one/24493cbd02011add1b824399af6fc6f0/isofiles". Mon Aug 8 17:03:32 2011 [TM][I]: tm_context.sh: Executed "/usr/bin/mkisofs -o /var/lib/one/24493cbd02011add1b824399af6fc6f0/disk.1 -J -R /var/lib/one/24493cbd02011add1b824399af6fc6f0/isofiles". Mon Aug 8 17:03:32 2011 [TM][I]: tm_context.sh: Executed "/usr/bin/scp /var/lib/one/24493cbd02011add1b824399af6fc6f0/disk.1 192.168.212.142:/var/lib/one//27/images/disk.1". Mon Aug 8 17:03:32 2011 [TM][I]: tm_context.sh: Executed "rm -rf /var/lib/one/24493cbd02011add1b824399af6fc6f0". Mon Aug 8 17:03:32 2011 [LCM][I]: New VM state is BOOT Mon Aug 8 17:03:32 2011 [VMM][I]: Generating deployment file: /var/lib/one/27/deployment.0 Mon Aug 8 17:03:33 2011 [VMM][I]: Command execution fail: 'if [ -x "/var/tmp/one/vmm/xen/deploy" ]; then /var/tmp/one/vmm/xen/deploy /var/lib/one//27/images/deployment.0; else exit 42; fi' Mon Aug 8 17:03:33 2011 [VMM][I]: STDERR follows. Mon Aug 8 17:03:33 2011 [VMM][I]: Warning: Permanently added '192.168.212.142' (RSA) to the list of known hosts. Mon Aug 8 17:03:33 2011 [VMM][I]: reverse mapping checking getaddrinfo for zkybartas.internal.corp failed - POSSIBLE BREAK-IN ATTEMPT! Mon Aug 8 17:03:33 2011 [VMM][I]: Error: HVM domains cannot be using read-only IDE disks Mon Aug 8 17:03:33 2011 [VMM][I]: ExitCode: 1 Mon Aug 8 17:03:33 2011 [VMM][E]: Error deploying virtual machine: Warning: Permanently added '192.168.212.142' (RSA) to the list of known hosts. Mon Aug 8 17:03:33 2011 [DiM][I]: New VM state is FAILED Mon Aug 8 17:03:33 2011 [TM][W]: Ignored: LOG - 27 tm_delete.sh: Deleting /var/lib/one//27/images Mon Aug 8 17:03:33 2011 [TM][W]: Ignored: LOG - 27 tm_delete.sh: Executed "/usr/bin/ssh 192.168.212.142 rm -rf /var/lib/one//27/images". Mon Aug 8 17:03:33 2011 [TM][W]: Ignored: TRANSFER SUCCESS 27 - ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
[one-users] Multiple Transfer Managers
Hello All, Is it possible to configure multiple Transfer Managers in OpenNebula ? Currently all our iso image files used to install vms and the vm disks images are stored in NFS storage and we use tm_nfs in /etc/one/oned.conf. Going forward we would like to use LVM to store our vm disk images. So it looks like we would have to configure tm_lvm in /etc/one/oned.conf. Will this cause a problem if we we want to continue to use NFS to store the iso image files ? And how will we configure seperate transfer managers, i.e NFS for storing iso image files and LVM for storing vm disks. Thanks and Regards Saurav Lahiri ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] OCA 3.0 - return values
Hi Łukasz, We left the first boolean value for compatibility with older versions, and added the error code as extra information in case the request failed. It can be ignored if the application just needs to know if the request succeeded or not. Good luck with the python bindings! -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@opennebula.org 2011/8/6 Łukasz Oleś : > Hello, > > I started working on python bindings for OCA 3.0 and I have question > > In the documentation I can read that response structure looks like > this: [bool, string, int]. The first value is "True or false whenever > is successful or not." > The last value is error code and 0x means "Success response". > > So my question is what for is first value if we can just check error code? > In Ruby bindings error code is completly ignored. > > Regards, > > -- > Łukasz Oleś > ___ > Users mailing list > Users@lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] Host monitoring behaviour
Hi, The Host status are: INIT = 0 MONITORING = 1 MONITORED = 2 ERROR = 3 DISABLED = 4 The CLI shows the MONITORING status as 'on'. The scheduler should use hosts in MONITORED state, instead it is considering all hosts with status < 3. Thanks for the feedback, I've opened a bug [1]. [1] http://dev.opennebula.org/issues/766 -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@opennebula.org On Sun, Aug 7, 2011 at 6:03 AM, Rangababu Chakravarthula wrote: > Using 2.2.1 with KVM. When a host becomes unavailable, opennebula > changes the host status to "err" and when host comes back, it changes > back to "on". However during the period when the host is unavailable, > before every monitoring cycle, the status changes to "on" for a brief > period and goes back to "err". The concern here is during that second, > if a VM request has been made, and that host has been picked as > target, VM provisioning is failing. > Why would the status change to "on" before going back to "err" even > though host is not available? > ___ > Users mailing list > Users@lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain
I tend to believe that disk.0 image file is not correctly copied to destination host. How can I debug this process in order to see what is really happening? The logs are not very detailed regarding where these actions are executed on the remote host. Any help is greatly appreciated. Best regards On Thu, Aug 4, 2011 at 6:18 PM, Florin Antonescu wrote: > Hi, > > I modified tm_delete.sh and added ls -l $SRC_PATH just before rm command > and this was the output it generated: > -rw-rw-rw- 1 oneadmin cloud 41943040 Jul 28 20:42 disk.0 > it seems that disk.0 is in place, but I think there is an authorization > problem, related to " error: unable to set user and group to '117:126' on > '/srv/cloud/one/var//11/images/disk.0':" > > Any new ideas? > > On Thu, Aug 4, 2011 at 5:54 PM, Vladimir Vuksan wrote: > >> >> I would explore this >> >> Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 error: >> unable >> to set user and group to '117:126' on >> '/srv/cloud/one/var//11/images/disk.0': No such file or directory >> >> Edit tm_delete.sh in $ONE_HOME/lib/tm_commands (?). Comment out the line >> where it deletes the images. Then once things fail see what's in the >> /srv/cloud/one/var/11/images/ directory. >> >> On Thu, 4 Aug 2011 17:40:27 +0200, Florin Antonescu >> wrote: >> > Hello, >> > >> > I am running into some problems when I try to create a VM with onevm >> > command. These are the logged messages on oned.log and var/11/vm.log. >> > Can anyone give me a suggestion on how to fix this? >> > >> > Best regards, >> > Florian >> > >> > Thu Jul 28 19:55:52 2011 [DiM][D]: Deploying VM 11 >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG D 11 >> tm_clone.sh: >> > zrhv:/srv/cloud/one/var/images/aca498c2dc295b68a9311246f0745526 >> > zrhs:/srv/cloud/one/var//11/images/disk.0 >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG D 11 >> tm_clone.sh: >> > DST: /srv/cloud/one/var//11/images/disk.0 >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Creating directory /srv/cloud/one/var//11/images >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Executed "mkdir -p /srv/cloud/one/var//11/images". >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Executed "chmod a+w /srv/cloud/one/var//11/images". >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Cloning /srv/cloud/one/var/images/aca498c2dc295b68a9311246f0745526 >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Executed "cp -r >> /srv/cloud/one/var/images/aca498c2dc295b68a9311246f0745526 >> > /srv/cloud/one/var//11/images/disk.0". >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 >> tm_clone.sh: >> > Executed "chmod a+rw /srv/cloud/one/var//11/images/disk.0". >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: LOG I 11 ExitCode: 0 >> > Thu Jul 28 19:56:03 2011 [TM][D]: Message received: TRANSFER SUCCESS 11 >> - >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 Command >> > execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then >> > /var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var//11/images/deployment.0 >> zrhs >> > 11 zrhs; else exit 42; fi' >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 error: >> Failed >> > to create domain from /srv/cloud/one/var//11/images/deployment.0 >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 error: >> unable >> > to set user and group to '117:126' on >> > '/srv/cloud/one/var//11/images/disk.0': No such file or directory >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG E 11 Could not >> > create domain from /srv/cloud/one/var//11/images/deployment.0 >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 ExitCode: >> 255 >> > Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: DEPLOY FAILURE 11 >> > Could >> > not create domain from /srv/cloud/one/var//11/images/deployment.0 >> > Thu Jul 28 19:56:05 2011 [TM][D]: Message received: LOG I 11 >> tm_delete.sh: >> > Deleting /srv/cloud/one/var//11/images >> > Thu Jul 28 19:56:05 2011 [TM][D]: Message received: LOG I 11 >> tm_delete.sh: >> > Executed "rm -rf /srv/cloud/one/var//11/images". >> > Thu Jul 28 19:56:05 2011 [TM][D]: Message received: LOG I 11 ExitCode: 0 >> > Thu Jul 28 19:56:05 2011 [TM][D]: Message received: TRANSFER SUCCESS 11 >> - >> > > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] XML RPC call authentication error
Hi Miguel, I'm sure you can get an idea reading the python OCA bindings [1] code. Regards. [1] http://opennebula.org/software:ecosystem:python_bindings -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | cmar...@opennebula.org On Sun, Aug 7, 2011 at 11:13 PM, Miguel Morillo Iruela wrote: > Hello, > > I'm trying to deploy and get information of some VM deployed with ONE, I'd > like to obtain this information with the XML-RPC API, when I try to invoice > some commands I always get an authentication error: > > The example script: > > #!/usr/bin/python > > import xmlrpclib > import os > > #server=xmlrpclib.ServerProxy('http://localhost:2633/RPC2') > server=xmlrpclib.ServerProxy('http://oneadmin:7bc8559a8fe509e680562b85c337f170956fcb06@localhost:2633/RPC2') > > #---Get Info about VM -- > vm=37 > vminfo=server.one.vm.info("",vm) > print vminfo[1] > > > > oneadmin@opennebula:~$ ./test.py > [VirtualMachineInfo] User couldn't be authenticated, aborting call. > > > one_xmlrpc.log > . > . > . > 127.0.0.1:18874 - no_user - [07/Aug/2011:23:07:16 -0200] "POST" 200 2097 > 127.0.0.1:18874 - no_user - [07/Aug/2011:23:07:16 -0200] "POST" 200 468 > 127.0.0.1:18874 - no_user - [07/Aug/2011:23:07:46 -0200] "POST" 200 2097 > 127.0.0.1:18874 - no_user - [07/Aug/2011:23:07:46 -0200] "POST" 200 468 > > > > If some body knows how to connect with python or perl and the correct way to > authenticate the connection. I have tested with username/password and > without. > > Thanks > Miguel > > ___ > Users mailing list > Users@lists.opennebula.org > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] Open Nebula 2.9.80 on Centos 6 ?
Hi Madhurranjan, I have no installation on CentOS 6 but an installation on Scientific Linux 6.0 This works fine an you don't need extra packages from other repositories :) I hope this helps you... I know CentOS an SL are not the same but they are very similar. Regrads, Chr.Raible Am 08.08.2011 10:15, schrieb Madhurranjan Mohaan: Hi All, Reposting... Can Open Nebula be run on Centos 6.0 ? Any known issues ? Though this would mean that we compile it from source. thanks Madhurranjan Hi All, I can find Open Nebula RPMs 2.9.80 for Centos 5.5 but was wondering if someone has run this on Centos 6 as yet and whether its stable running it on 6.0 . thanks Madhurranjan ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Philippe Miltin Sitz/Registered Office: Tuebingen Registergericht/Registration Court: Stuttgart Registernummer/Commercial Register No.: HRB 382196 ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] Actions Implementation On OGF- OCCI v0.2
Hi, I've made few tests using command line an at the same time calls to the OCCI interface, The state of the resource is always "inactive" using the OCCI, even if it is running on the command line. The conclusion is that actions are not yet implemented. I've also noticed that there changes to resources made from CLI are seen from the OCCI server only after restarting the occi server. Has any one an information about the state of the art of the 0.2 version of the OCCI server. When OpenNebula 3.0 is planned to be launched as stable along with the v 0.3 of the OCCI Server ? Will there be an express edition as it is the case with version 2.2 ? The use of CDMI with OCCI on top of OpenNeblua was discussed on the IRC [1], Is there an existing implementation, even a beta version ? Amine [1] http://www.ogf.org/pipermail/occi-wg/attachments/20110701/6b25bcb2/attachment-0001.pdf On Fri, Aug 5, 2011 at 2:09 PM, Amine Ghrab wrote: > Hi, > > Is the use actions on existing resources already implemented on v0.2 of the > OCCI implementation > http://dev.opennebula.org/projects/ogf-occi/wiki/Occi_02 > > I've seen that 0.3 have such an implementation which wasn't existent on > v0.1. > > Currently I'm working on OpenNebula 2.2 with OCCI server 0.2 and I need to > figure out if actions are implemented. > > Regards. > > Amine > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
Re: [one-users] Open Nebula 2.9.80 on Centos 6 ?
Hi All, Reposting... Can Open Nebula be run on Centos 6.0 ? Any known issues ? Though this would mean that we compile it from source. thanks Madhurranjan > Hi All, > > I can find Open Nebula RPMs 2.9.80 for Centos 5.5 but was wondering if > someone has run this on Centos 6 as yet and whether its stable running it > on > 6.0 . > > thanks > > Madhurranjan > ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org