Javi Fontan
78233c496d
bug #2483 : set cdrom disk type in xen driver
2013-12-20 16:54:59 +01:00
Javi Fontan
1abee8aafc
Take advantage of delete not acting on null values
...
Nebula.h and User.h
2013-12-10 18:03:03 +01:00
Daniel Molina
e39fcba177
Decode RAW data in update wizard
2013-12-09 18:38:54 +01:00
JensHoffmann
f7ecf6f8fc
Take advantage of delete not acting on null values
...
The code 'delete 0' does nothing. So you can shorten code
like:
if (x != 0) {
delete x
}
to simply: delete x
2013-12-09 17:56:25 +01:00
JensHoffmann
74414c31b1
Use std::string for log file name in module Log
2013-12-09 17:55:10 +01:00
Tino Vazquez
f213728b21
Bug #2548 : Set correct flag for pool retrieval
2013-12-09 13:04:23 +01:00
Ruben S. Montero
50a288e50d
Bug #2541 : Fix contributed by Gareth Bult <gareth@linux.co.uk>. Defaults 0 to monitor probes when error occur to prevent syntax errors
2013-12-06 20:21:51 +01:00
Carlos Martín
5edbe4df2d
Bug #2535 : put quotes around role name in the instantiate extra template
2013-12-03 16:16:32 +01:00
Jaime Melis
bdef5c9799
Update man pages
...
(cherry picked from commit cd312925d039ba3655e99a0e880cc4c4fe877df5)
2013-11-28 15:11:52 +01:00
Jaime Melis
6b32d4c20f
Bump to version 4.4.0
...
(cherry picked from commit d7c6a6a6d215691ad89c66a50c17f07a0c3b43a0)
2013-11-28 15:11:39 +01:00
Javi Fontan
aea6d23620
New man pages for 4.3.90
...
(cherry picked from commit 38c9990f8987e4ce5678c18a089a27af132a42f7)
2013-11-28 15:09:44 +01:00
Javi Fontan
b775ef1247
Bump version to 4.3.90
...
(cherry picked from commit f783d3082b7fb173294da047b0f6dec5cb93aff8)
2013-11-28 15:09:37 +01:00
Tino Vazquez
86e457b0d3
Add migrator to 4.4 RC 4.3.90
...
(cherry picked from commit 972bb1f94a3c2880637f7ef364bf705d168f4137)
Conflicts:
install.sh
2013-11-28 15:08:18 +01:00
Jaime Melis
b0290d7a20
Fix typo in migrator upgrade (4.2.0 -> 4.3.80)
2013-11-27 17:37:15 +01:00
Daniel Molina
4a505d2263
Fix novnc rendering when the window is detached
2013-11-27 17:08:22 +01:00
Jaime Melis
e0c813b591
Bug #678 : Startup should create dir for pid file if it does not exists
2013-11-27 16:46:09 +01:00
Javi Fontan
8833d387f2
Merge branch 'feature-2500'
2013-11-27 15:22:38 +01:00
Jaime Melis
e4bc95e559
Feature #2505 : Possibility to customize the Sunstone display name
2013-11-27 13:23:43 +01:00
Javi Fontan
8b71eb6a29
feature #2500 : option to encode credentials in sunstone
2013-11-27 13:14:34 +01:00
Daniel Molina
5a8eb83263
Update languages
2013-11-27 13:02:17 +01:00
Daniel Molina
4eb339d5d7
Fix error when creating a new template as a regular user
2013-11-27 13:02:17 +01:00
Javi Fontan
080a8031e0
Merge branch 'feature-2468'
2013-11-27 11:22:48 +01:00
Javi Fontan
b49454a7f8
feature #2468 : fix bug getting probes version
2013-11-27 11:21:11 +01:00
Javi Fontan
4a149d4c52
Merge remote-tracking branch 'origin/feature-2494'
2013-11-26 22:58:02 +01:00
Javi Fontan
81b045de86
feature #2468 : add rsync option to onehost sync
2013-11-26 18:35:55 +01:00
Javi Fontan
b62925196f
feature #2468 : Use only one queue for onehost sync
...
Also prints the percentage of hosts updated
2013-11-26 18:25:44 +01:00
Carlos Martín
0474c02e42
Add migrator to 4.4.0
2013-11-26 18:23:00 +01:00
Daniel Molina
a65212c48e
Add user data option
2013-11-26 17:31:57 +01:00
Carlos Martín
e67a852af1
Feature #2494 : Pretty print DS limit_mb in CLI and Sunstone, add it to sunstone DS wizard
2013-11-26 17:28:44 +01:00
Carlos Martín
37af594b97
Feature #2494 : Change the meaning of limit_mb, add it to oned
...
Now limit_mb does not replace total_mb. It is the max amount of
storage that OpenNebula will use, regardless of the total disk
or the usage of the disk outside the DS dir
2013-11-26 17:26:46 +01:00
Javi Fontan
0257d5bd7b
feature #2468 : add --force option to onehost sync
...
Also prints the hosts selected for upgrade
2013-11-26 12:14:42 +01:00
Daniel Molina
c664a068b6
bug #2364 : Better explanation of :action_period and :action_number in oneflow-server.conf
2013-11-26 12:14:33 +01:00
Carlos Martín
31faef8b04
Typo in oneflow output. Thanks to Mohd Nizam
2013-11-26 11:33:17 +01:00
Javi Fontan
1078fea788
feature #2468 : add probe to get remotes version
2013-11-26 10:49:20 +01:00
Jaime Melis
8de607c889
Bug #2172 : Incorrect parameter deploy_info passed to network post script
2013-11-25 20:09:11 +01:00
Javi Fontan
826c558941
feature #2468 : use VERSION in onehost sync
...
* Only updates hosts with VERSION value < $REMOTES/VERSION
* Adds VERSION to the host when the update is correct
2013-11-25 19:21:47 +01:00
Daniel Molina
ba2bd83701
feature #2076 : Resize dialog should be filled with current values
...
(cherry picked from commit dce7bac4596337593596d371fbd4ea06ab6ff176)
2013-11-25 18:53:32 +01:00
Daniel Molina
277a862a7a
Update noVNC master commit 75d69b9f621606c3b2db48e4778ff41307f65c6d
...
(cherry picked from commit 732528eef61a16cbb1184ea00efff9fcf2e57287)
2013-11-25 18:53:23 +01:00
Jaime Melis
6b51c53eb2
Bug #2490 : errors in probes in the monitoring system are not reported as errors
...
(cherry picked from commit 2cad5fc87c760d52c65d96cadb5dc9cc6d635df2)
2013-11-25 18:43:51 +01:00
Jaime Melis
d6438fb623
Feature #1770 : Handle non-uniform 'file -b' output in distributions
...
(cherry picked from commit c1ff1fd11b1992601c86c3eedfbb4c7c080a398d)
2013-11-25 16:59:28 +01:00
Bill Cole
c1d3f62543
Bug #2386 : Better log backup for one start
...
Backup all log files with mv, move the backups from start() into start_one() and start_sched(), and expose the fact that the *_sched commands are supported
2013-11-25 16:22:06 +01:00
Carlos Martín
444e729f03
Bug #2471 : Update log messages that refer to deprecated actions
2013-11-25 16:08:37 +01:00
Carlos Martín
2d2f7c9d41
Feature #2494 : The scheduler looks for LIMIT_MB in DS template
2013-11-25 15:27:33 +01:00
Ruben S. Montero
9eba97912c
bug #2492 : Host rename requires ADMIN rights
2013-11-23 18:56:41 +01:00
Ruben S. Montero
682f24bafd
bug #2481 : Check read permissions in downloader.sh
2013-11-23 18:39:48 +01:00
Ruben S. Montero
bc98a3fa02
bug #2487 : Always use the current system ds when resuming
2013-11-23 17:45:45 +01:00
Ruben S. Montero
c76a2cbb8e
feature #1796 : Add CEPH_USER to CEPH Datastore configuration attributes.
2013-11-22 23:53:44 +01:00
Ruben S. Montero
6f979c970d
feature #2489 : Size must be set for SOURCE based images
...
(cherry picked from commit cd177e6ab0566641a0e8810ed5947cc9c2ddcdeb)
2013-11-22 23:08:12 +01:00
Jaime Melis
291f50ba43
Update oned.conf with the new IM driver names
...
(cherry picked from commit 3e44350ba3fb95ffaff55074dc87fd011609324d)
2013-11-22 18:52:12 +01:00
Ruben S. Montero
7f2a68c5d5
Get rid of unneeded double string-int conversions
2013-11-22 10:15:57 +01:00