Activity
From 08/10/2010 to 09/08/2010
09/08/2010
-
10:55 PM Bug #340 (Closed): Trying to publish a persistent image, Error: execution expired
-
08:38 PM Revision b7263201 (one): Merge branch 'one-2.0' of dsa-research.org:one into one-2.0
-
08:37 PM Revision 0101c6b0 (one): Bug #340: Fixes image lock when publish fails
-
07:58 PM Bug #341: OCA exits instead of returning OpenNebula Error
- OpenNebula.rb also calls exit in Client initialization
-
07:46 PM Bug #342: Missing add_attribute funcionality in oneimage (CLI)
-
07:37 PM Bug #338: Poll action scripts should check Return Code
- This problem is addressed in commit:d5810458f51eb570c183cf72f8063c2fad0f7e13 and commit:61b7cf367be118aef2ed2658dd318...
-
05:52 PM Revision d0933d83 (one): bug #341: bug in api calling exit instead of returning error to the caller
-
05:22 PM Revision c9e9b6b3 (one): bug #342: added addattr alias to update in oneimage
-
03:57 PM Revision 61b7cf36 (one): Stop im probes execution on error
-
03:56 PM Revision d5810458 (one): Added error logging to im mad
-
11:32 AM Bug #344 (Closed): onevm saveas, if the disk does not exist, there should be an error from OpenNe...
- onevm saveas <vm_id> <disk_id> <image_name>
If the VM does not have the specified disk there is no error coming fr... -
11:27 AM Revision 3e8db30a (one): feature #336: Preserve SOURCE if present in the template file
-
11:23 AM Revision 05032061 (one): fixes wrong STATUS varible in VM polling
-
10:59 AM Bug #343 (Closed): oneimage show <image_id> should show info about the persistence of the image
- The kind of persistence of the image is shown by using the oneimage list command, but this information should be also...
-
12:44 AM Bug #312 (Assigned): useless fix_paths
- OpenNebula 2.0 writes its configuration under $ONE_LOCATION/var/config. Whether a custom VMDIR is defined or not, now...
09/07/2010
-
03:55 PM Bug #342 (Closed): Missing add_attribute funcionality in oneimage (CLI)
- There is a command for updating the value of an attribute and removing the attribute, but there is no command for add...
-
03:37 PM Bug #341 (Closed): OCA exits instead of returning OpenNebula Error
- ImageRepository exits on Error,
@ if OpenNebula.is_error?(result)
puts result.message
... -
12:49 PM Bug #340 (Closed): Trying to publish a persistent image, Error: execution expired
- image.allocate
image.enable
image.persistent
image.publish
...
...
..
Error: Execution expired
09/06/2010
-
08:18 PM Bug #339 (Closed): Location for remote directories should be defined once
- The directory for the _remotes_ scripts in the workernode has to be defined twice, for the IM driver in the arguments...
-
08:11 PM Bug #338 (Closed): Poll action scripts should check Return Code
- Monitor Incorrectly incorrectly returns success because the monitoring script does not check the return code.
_Ori... -
08:05 PM Bug #337 (Closed): Improve RPM Packaging
- Improve the RPM packaging of OpenNebula to conform EPEL packaging rules.
Also it could be useful to split server-...
09/04/2010
-
03:22 PM Bug #320 (Closed): VM stays in boot state when the hypervisor doesn't start properly
- I could not reproduce this issue. In my logs I get:
Sat Sep 4 15:18:50 2010 [VMM][I]: STDERR follows.
Sat Sep 4... -
12:40 AM Feature #336 (Closed): Generic SOURCE support in Image Repository
- The Image repository only allows to set file based VM images. It sould be possible to define generic SOURCEs e.g. /de...
-
12:18 AM Bug #335: Improve Unkown State Management
- I just started a VM using OpenNebula and run halt from the VM.
"virsh list --all" gives me nothing. How do I find th...
09/03/2010
-
11:29 PM Revision 60c02d5d (one): fixed bug in IM polling
-
11:25 PM Bug #335 (Closed): Improve Unkown State Management
- Currently if a machine is shutdown from within the machine (e.g. via halt), the VM lands eventually in the "unknown" ...
-
04:46 PM Revision a0b3eec6 (one): Bumped version to 1.9.85
-
04:17 PM Revision 6d3d8a88 (one): Fix for VirtualNetwork authentication bug
09/02/2010
-
10:08 PM Revision 2e76eba3 (one): Merge branch 'one-2.0'
- Conflicts:
include/RequestManager.h
src/host/Host.cc
src/rm/RequestManagerPoolInfo.cc
src/um/UserPool.cc -
09:57 PM Revision 20ab7f02 (one): Use default Sqlite error codes
-
08:09 PM Revision 1ad45c3f (one): Fix compilation issues with parsers
-
06:44 PM Revision 88341b94 (one): Fix compilation warnings with gcc 4.1.2 (CentOS 5.4). Patch by Charles L...
- (cherry picked from commit f12a1b6e1cbe2ef07c33dbfe9da7876182a750a2)
Conflicts:
include/RequestManager.h
src/host... -
06:32 PM Revision 4fe14cdd (one): Fix wrong threshold casting to int in Scheduler.cc
- (cherry picked from commit 381f26d52b872b07458fcc2c1f8b66b0057cbfb3)
-
06:32 PM Revision 32292a13 (one): Adds -Werror to Sconstruct files. Path by Charles Loomis
- (cherry picked from commit 2b34e8a1c01603421e0ab840696acb737868fb2f)
-
06:26 PM Revision f12a1b6e (one): Fix compilation warnings with gcc 4.1.2 (CentOS 5.4). Patch by Charles L...
-
06:26 PM Revision 381f26d5 (one): Fix wrong threshold casting to int in Scheduler.cc
-
06:24 PM Revision 2b34e8a1 (one): Adds -Werror to Sconstruct files. Path by Charles Loomis
-
05:30 PM Bug #334 (Closed): Tansfer Manager driver should not get VMDIR from oned.conf
- Changed tm_common.sh to get VMDIR from $VAR_LOCATION/config
-
04:23 PM Bug #334 (Closed): Tansfer Manager driver should not get VMDIR from oned.conf
- Currently the Transfer Manager drivers get the VMDIR from the 'oned.conf' file, but the core produces $VAR_LOCATION/c...
-
05:21 PM Bug #324 (Assigned): Delete a machine in XML-RPC
- To "delete" as @onevm@ command does you should use @one.vm.action@ with @finalize@.
I leave this ticket open to ad... -
05:16 PM Bug #325 (Assigned): Wrong number of returned elements if no error on a XML-RPC VM action
- You are right, RequestManager (the part of the core that answers xmlrpc calls) does not add a string to the response....
-
04:46 PM Bug #333 (Closed): one start script does not parse PORT correctly
- Changed the grep for a regular expression to get PORT.
-
04:00 PM Bug #333 (Closed): one start script does not parse PORT correctly
- Currently, the 'one' script parses $ONE_LOCATION/etc/oned.conf to figure out what PORT should the oned daemon be star...
-
04:19 PM Revision 76d7eeb4 (one): XMLRPC client creates new connections per call
-
04:08 PM Revision 705b5ed5 (one): bug #334: added config to the path
-
03:49 PM Revision 00f9879b (one): bug #334: fixed bug in script
-
03:28 PM Revision 9459d472 (one): bug #334: tm_common.sh gets VMDIR from var_location/config
-
02:06 PM Revision c894a862 (one): Merge branch 'one-2.0' of opennebula.org:one into one-2.0
-
02:05 PM Revision 52db4250 (one): bug 333: created regex to parse the opennebula port
-
01:45 PM Revision 3b9a62f5 (one): OCCI upload file accepts xml sent as a file
-
12:48 PM Revision 70290e00 (one): Plain passwords now use 'plain:' prefix instead of 'ssh:'
-
12:29 PM Revision 002f81b0 (one): VMM driver now uses indices to select actions
-
11:34 AM Bug #323 (Closed): Same XML-RPC machine state for several onevm state
-
11:21 AM Bug #323: Same XML-RPC machine state for several onevm state
- Sorry, I've created this ticket before I get a response on how machine states works (#322). You're right, I have to c...
-
10:39 AM Revision e06ce5e8 (one): Default NETWOR_SIZE is now included in the VNET template when used
09/01/2010
-
06:58 PM Revision 76ad1887 (one): fixes running_etime when cancelling a job
-
06:56 PM Revision 2e7da172 (one): wrong permissions for driver file
-
05:58 PM Revision a52f5270 (one): Added dummy drivers (IM & VMM)
-
02:34 PM Revision 97c4f524 (one): remove local variable in call method
-
02:18 PM Bug #323: Same XML-RPC machine state for several onevm state
- Did you check LCM_STATE?
-
12:56 PM Revision 5f563d39 (one): Optimized getting new actions in VirtualMachineDriver
-
09:57 AM Revision 175b3129 (one): OCA does not create http object each call
-
09:53 AM Revision 0e827171 (one): Merge remote branch 'origin/one-2.0' into one-2.0
-
09:52 AM Revision adb44a05 (one): Bug in VirtialMachineDriver initialization
08/31/2010
-
09:28 PM Revision 5bb5a481 (one): removed unused files from install.sh
-
04:37 PM Revision 4bc49760 (one): VMM now sends only one action per host at the same time
-
04:37 PM Revision 93e8a6be (one): ActionManager supports custom get and delete actions
-
03:02 PM Revision 3462215f (one): Removed unused files
-
02:43 PM Revision 14efd8bb (one): bug #182: Columns with KB units are rounded to MB, GB or TB for readability
- (cherry picked from commit 86c2dad68ca8512ce34f0390dd53fe7173fe9e44)
-
02:42 PM Revision 86c2dad6 (one): bug #182: Columns with KB units are rounded to MB, GB or TB for readability
-
11:09 AM Revision b87eec21 (one): Merge branch 'feature-307' into one-2.0
-
08:48 AM Revision 8a10b3ed (one): Merge branch 'feature-307' of git@opennebula.org:one into feature-307
-
08:47 AM Revision e73b299d (one): removed legacy vmm and im drivers
08/30/2010
-
08:25 PM Revision f1ef57e0 (one): A $ONE_LOCATION/var/config file is written with the configuration being
- used by the OpenNebula daemon. The file is written in plain txt format.
-
07:21 PM Bug #314 (Closed): When OpenNebula crashes, the log is erased.
- Duplicate of #318.
The 'one' script now supports the '-b' option to back the oned.log file up. -
07:15 PM Bug #318: oned clears the log on startup
- In the end we have supplied a new option to the one command to backup oned.log:
one -b start -
06:26 PM Bug #313: econe-describe-instances fails during VM state "prol"
- Changed the wrong state "pend".
Thanks Claude for your feedback. -
06:09 PM Feature #315: [patch] Remote compressed image TM support
- You're right, if modified this a week ago to directly use gzip and bzip2 as the image is a single file but i didn't u...
-
12:49 PM Feature #315: [patch] Remote compressed image TM support
- Thank you for the patches.
I just don't see why tar is useful as images are single files. Compressing directly the... -
05:12 PM Revision 37c3077f (one): option to backup oned.log (#318)
-
04:54 PM Bug #331: Elastichosts driver triest to speak xml to Elastichosts and receives "Bad Operation"
- Attaching a patch to create plain text EH compatible deployment files.
-
04:21 PM Revision 2309552e (one): Fix typo in comments
-
04:19 PM Revision 6baa8756 (one): bug #313: Correct wrong state "pend" to "pending"
-
04:14 PM Revision bb3785d4 (one): feature-307: scp is the default probe sync method
-
02:34 PM Revision b953ffea (one): feature-307: onehost sync
-
02:14 PM Revision 87f71392 (one): feature-307: virsh does not support readonly for nodeinfo
-
12:28 PM Bug #312: useless fix_paths
- When VM_DIR is defined the core refers to VM directories using that directory instead of @$ONE_LOCATION@. That dir is...
-
11:28 AM Bug #312: useless fix_paths
- I compiled latest checkout of one-2.0 from git and I was confused by some errors like...
-
11:06 AM Backlog #332 (Closed): PostgreSQL support
- A sophisticated, truly dependable DBMS. Please support it for crash-free DB operations.
"PostgreSQL home":http://... -
11:00 AM Revision be58d737 (one): feature-307: moved scripts to src tree
-
10:48 AM Bug #328: REQUIREMENTS=HOSTNAME does not matches when HOSTNAME is an IP-Address
- Yes, I can see it!
./host/host_rank.y:27:#include <fnmatch.h>
./host/host_requirements.cc:101:#include <fnmatch.h>
... -
10:41 AM Revision 1cf52c53 (one): feature #307: modified default probe path
-
10:16 AM Revision 247b340f (one): Merge branch 'feature-307' of git@opennebula.org:one into feature-307
08/28/2010
-
07:29 PM Bug #319 (Closed): EC2 interface does not correctly set image paths in templates
- Cloud servers now use the Image Reporistory IMAGE_ID should be used, as shown in the templates included in the OpenNe...
-
07:26 PM Bug #328 (Closed): REQUIREMENTS=HOSTNAME does not matches when HOSTNAME is an IP-Address
- The function used to do the match is fnmatch, which supports shell wildcard patterns (*?[]). The second form should w...
08/27/2010
-
10:23 PM Revision eb50a565 (one): feature #307: Get driver messages when an action succeeds
- (cherry picked from commit 585ab84862b7e964649079633206fb6f7899bb10)
-
10:19 PM Revision 585ab848 (one): feature #307: Get driver messages when an action succeeds
-
02:36 PM Revision fbd2e2ae (one): fix white spaces
-
02:11 PM Revision 785c66d2 (one): Scheduler takes advantage of the new one.vmpool.info parameters
- This means better performance in the scheduler, and less load for the core
-
02:11 PM Revision 90a58ce0 (one): one.vmpool.info xml-rpc method now has 2 more parameters
- The method keeps compatibility, and can be called with 2 or 4 parameters
It now returns the the extended info upon r... -
12:52 PM Bug #331 (Closed): Elastichosts driver triest to speak xml to Elastichosts and receives "Bad Oper...
- It's not possible to create a vm in Elastichosts at the moment.
Monitoring Elastichosts works. Trying to create a... -
12:03 PM Bug #330 (Closed): Links points to non-existing files in Elastichosts documentation
- 1.4 elastichosts driver documentation: http://www.opennebula.org/documentation:rel1.4:ehg and 2.0 elastichosts driver...
08/26/2010
-
06:35 PM Bug #306: Build process should set proper rpath for linking mysql library
When checking for compile and link flags we use mysql_config. Unfortunately this command does not add @rpath@ param...-
06:24 PM Bug #318 (Closed): oned clears the log on startup
-
06:19 PM Bug #318: oned clears the log on startup
- Hi, that is the intended behaviour for the oned.log file. If you want to back it up, consider applying a patch like t...
-
06:22 PM Bug #326 (Closed): tm_ssh removes ${ONE_LOCATION}/var
-
05:46 PM Bug #326: tm_ssh removes ${ONE_LOCATION}/var
- Thanks for reporting the bug and proposing the solution. What I did was to remove awk's default path, since it varies...
-
06:22 PM Bug #321 (Closed): Syntax error in documentation
-
05:54 PM Bug #321: Syntax error in documentation
- I've just see after reporting this typo that there is the same error in that launch the contextualization (the script...
-
05:48 PM Bug #321: Syntax error in documentation
- Fixed. Thanks for reporting the typo.
-
03:41 PM Revision f59095c6 (one): Modified AWK path (#326)
-
12:58 PM Bug #322: XML-RPC API machine state
Virtual machines have two states "STATE" and "LCM_STATE". Here is what the values for this states mean:...
08/25/2010
-
04:40 PM Revision 052507e4 (one): feature #286: New oneuser option to read passwords from files
- (cherry picked from commit 8a3f88801ce82147fffc651455d057108cf6ad1b)
-
04:39 PM Revision 8a3f8880 (one): feature #286: New oneuser option to read passwords from files
-
04:34 PM Bug #305 (Closed): onevm saveas, the database is not updated
-
03:48 PM Feature #286: Method to change user password
- The no-hash option was already implemented in http://dev.opennebula.org/projects/opennebula/repository/revisions/947b...
-
10:54 AM Revision c5ae345e (one): added libvirt readonly for readonly calls (#307)
08/24/2010
-
05:39 PM Bug #328: REQUIREMENTS=HOSTNAME does not matches when HOSTNAME is an IP-Address
- I should say .. the case hereunder do not (work)
-
05:36 PM Bug #328 (Closed): REQUIREMENTS=HOSTNAME does not matches when HOSTNAME is an IP-Address
- This seems to work:
# onevm show 262 | grep REQUIRE
REQUIREMENTS=HOSTNAME = "support*"
But above case do not:... -
05:06 PM Bug #327: onevm saveas should allow use of default image type
- Testing is needed to close the ticket.
-
04:35 PM Bug #327 (Closed): onevm saveas should allow use of default image type
- When a user tries to save a disk that wasn't created from an image, the -t option is mandatory. Without specifying th...
-
04:46 PM Revision e1931a40 (one): Removed debugging info for IM driver. Fixed bug in xen deploy script (#307)
-
03:00 PM Revision d00fc726 (one): bug #327: "onevm saveas" saves disks not created from repository images ...
- (cherry picked from commit 75fecc154bb7c96fda78f35d3357a79e53e88d98)
-
02:58 PM Revision 75fecc15 (one): bug #327: "onevm saveas" saves disks not created from repository images ...
-
02:44 PM Revision f289b6bb (one): Added VMM/KVM part of issue #307
-
11:15 AM Bug #326: tm_ssh removes ${ONE_LOCATION}/var
- I placed some probes into @lib/tm_commands/ssh/tm_*@ and the bad one is @tm_context.sh@:...
-
10:23 AM Bug #326 (Closed): tm_ssh removes ${ONE_LOCATION}/var
- Hello, I just tried to fetch, build and run latest checkout of OpenNebula 2.0 from git. When I try to deploy a VM, so...
-
09:38 AM Bug #102: Hard coded xml-rpc port in ruby client
- Tino Vázquez wrote:
> Not really a bug, clients shouldn't rely on being able to access oned.conf, they can be on a ...
08/23/2010
-
11:39 AM Bug #325 (Closed): Wrong number of returned elements if no error on a XML-RPC VM action
- When executing an action on a VM using the XML-RPC API (one.vm.action), when there is no error, the API only return o...
-
11:31 AM Bug #324 (Closed): Delete a machine in XML-RPC
- The XML-RPC documentation don't describe (if possible) how to completely delete a VM as it can be done with a `onevm ...
-
11:26 AM Bug #323 (Closed): Same XML-RPC machine state for several onevm state
- When using OpenNebula XML-RPC API, it seems that the API always return a machine state equal to 3 when a machine is i...
-
11:11 AM Bug #322 (Closed): XML-RPC API machine state
- When using OpenNebula XML-RPC API to retrieve informations on a VM a number is returned corresponding to
a state of ... -
11:04 AM Bug #321 (Closed): Syntax error in documentation
- On the documentation page http://opennebula.org/documentation:rel1.4:cong at the end,
in the example init.sh script,...
08/19/2010
-
04:58 PM Revision 4288175a (one): modified IM ssh mad according to new MONITOR protocol
-
03:02 PM Bug #320 (Closed): VM stays in boot state when the hypervisor doesn't start properly
- When a VM is started and for some reason the hypervisor exits with an error, OpenNebula keeps it in boot state.
Two ... -
01:57 PM Bug #319 (Closed): EC2 interface does not correctly set image paths in templates
- From mailing list: http://lists.opennebula.org/pipermail/users-opennebula.org/2010-August/002565.html...
-
10:37 AM Revision 48b0904f (one): Scons script uses build related environment variables
- Idea came from a gentoo package patch by Tiziano Müller (dev-zero)
http://packages.gentoo.org/package/app-emulation/o... -
10:32 AM Revision c3ee819d (one): Scons script uses build related environment variables
- Idea came from a gentoo package patch by Tiziano Müller (dev-zero)
http://packages.gentoo.org/package/app-emulation/o...
08/18/2010
-
06:30 PM Bug #318 (Closed): oned clears the log on startup
- When oned starts, it truncates oned.log so all the information from the previous run is lost. This should not happen ...
-
06:28 PM Bug #317: Negative VM counters for hosts
- Unfortunately our oned.log doesn't contain too much info since oned has been restarted a few times since this error a...
-
12:20 PM Bug #317: Negative VM counters for hosts
- Could you send us oned.log file to check what can be happening? one.db file would be nice also. Thanks
08/17/2010
-
09:56 PM Bug #317 (Closed): Negative VM counters for hosts
- It looks like there's a very ugly bug in ONE 1.4, namely `onehost list` saying:...
-
04:07 PM Revision b053489a (one): Bug setting link flags
- (cherry picked from commit 8d9d55e2537ab8a2bb62798b0e2cdf27daa738be)
-
04:06 PM Revision 8d9d55e2 (one): Bug setting link flags
-
02:19 PM Bug #316: Hypervisor raw data not escaped in one.vm.info
- Javi Fontan wrote:
> Are you using one-2.0 branch? In one-2.0 and master branches we put user provided information i... -
11:24 AM Bug #316: Hypervisor raw data not escaped in one.vm.info
- Are you using one-2.0 branch? In one-2.0 and master branches we put user provided information inside @<![CDATA[ value...
-
01:03 PM Bug #306 (Assigned): Build process should set proper rpath for linking mysql library
-
12:35 PM Bug #309: scons -c does not remove src/sql/MySqlDB.o
- thanks
-
12:25 PM Bug #309: scons -c does not remove src/sql/MySqlDB.o
- The fix is in master and one-2.0 branches
-
10:51 AM Bug #309 (Assigned): scons -c does not remove src/sql/MySqlDB.o
-
10:17 AM Revision cbafbe66 (one): bug #309: scons now deletes src/sql/MySqlDB.o when cleaning
- (cherry picked from commit 0af299b550ec3110087e9af86aca189f315fd7ab)
-
10:17 AM Revision 0af299b5 (one): bug #309: scons now deletes src/sql/MySqlDB.o when cleaning
08/16/2010
-
10:28 PM Revision f05fb71f (one): feature #307: Now the IM protocol is MONITOR hid hostname update
-
04:39 PM Bug #314: When OpenNebula crashes, the log is erased.
- proposed patch:
45c45
< ios_base::openmode mode = ios_base::trunc)
---
> ios_base::openm... -
11:18 AM Bug #314 (Closed): When OpenNebula crashes, the log is erased.
- When OpenNebula crashes, and gets restarted - the log is truncated. This is not so handy for troubleshooting.
-
04:00 PM Bug #316 (Closed): Hypervisor raw data not escaped in one.vm.info
- When adding raw data to the hypervisor, if the user enter an XML string which is not valid. When the `onevm show <id>...
-
03:45 PM Feature #315 (Closed): [patch] Remote compressed image TM support
- This patch add the support of remote compressed image enabling the use of compressed archive in tar.gz, tag.bz2 and t...
-
01:52 PM Request #302 (Closed): Single Sign On - ONE
- There is no SSO functionality implemented but you can check OpenNebula 2.0 beta as it comes with an authentication mo...
-
11:20 AM Bug #312: useless fix_paths
- My VM_DIR path is set to...
08/13/2010
-
12:52 PM Bug #312 (Closed): useless fix_paths
- The fix_* functions are essential. I think it's not working for you because a wrong configuration of the VM_DIR file.
-
11:51 AM Revision 5707604e (one): Common file paths in tm_common.sh (#255)
-
12:29 AM Bug #255: transfer managers assume PATH setting
- We can also add a feature described by Dan Yocum, regarding the swap partitions:
> I propose that this should be s...
08/12/2010
-
03:28 AM Bug #313 (Closed): econe-describe-instances fails during VM state "prol"
- EC2QueryServer.rb doesn't map ONE state 'prol' to an EC2 state. So, at some point while a VM is coming up (when it g...
08/11/2010
-
03:18 PM Bug #312 (Closed): useless fix_paths
- Fetched one-2.0 branch, compiled, installed into @$HOME/local@. Deploying didn't work. Log @oned.log@ says...
08/10/2010
-
02:30 PM Revision 92c31a50 (one): a faster mem_collector, tests also updated
-
09:39 AM Bug #310 (Closed): Failing MySQL query when creating host_pool table
- A patch for this is available in the git repo, currently we are fixing bugs in the one-2.0 branch. Thanks for the fee...
Also available in: Atom