1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

11439 Commits

Author SHA1 Message Date
Javi Fontan
73b04fe1c0 bug #4052: do not create snap dirs for CDs
for qcow2 TM drivers
2015-11-16 12:00:12 +01:00
Ruben S. Montero
c35c18a776 bug #4146: Fix bug when the target is already in use
(cherry picked from commit f6ec52dddc)
2015-11-13 17:17:09 +01:00
Anton Todorov
d0b9591464 feature #4064: support quiesce for ceph snapshots 2015-11-13 16:48:38 +01:00
Javi Fontan
ace8f04e34 Fail when the live snapshot can not be done 2015-11-13 15:59:21 +01:00
Anton Todorov
1245c82c1f feature #4064: support quiesce for disk snapshots 2015-11-13 15:45:56 +01:00
Javi Fontan
f6fa8d6a4e Do not use rescue when not neccesary in vmm
It makes ruby -wd unusable
2015-11-13 15:45:56 +01:00
Javi Fontan
a35b4d483c bug #4048: take out TM ROLLBACK from snap create 2015-11-13 15:45:56 +01:00
Javi Fontan
ea53ff904b bug #4056: return correct action in disk snap revert 2015-11-13 15:45:56 +01:00
Ruben S. Montero
38416b684c bug #4022: Do not set snapshots on persistent images if its TM ln mode
is SYSTEM. Update quota update and snapshot survival after delete
--recreate according to:

 +--------+-------------------------------------+
 |LN/CLONE|     PERSISTENT    |   NO PERSISTENT |
 |        |---------+---------+-----------------+
 | TARGET | created |  quota  | created | quota |
 +--------+---------+---------+-----------------+
 | SYSTEM | system  | VM + DS | system  | VM    |
 | SELF   | image   | DS      | image   | DS    |
 | NONE   | image   | DS      | image   | DS    |
 +----------------------------------------------+

Snapshots created at system ds (LN_TARGET/TM_TARGET) will be deleted
after a recreate.

(cherry picked from commit c5ad05fc60680cda2763973f5079598c2bf166e7)
2015-11-13 01:42:37 +01:00
Ruben S. Montero
34c8d17e6e bug #4022: Removes snapshots from non-shared persistent disks. Update
Datastore Quota management to deal with bulk updates. Hook on DM & LCM
resubmit and clean_up_vm to remove snapshots

(cherry picked from commit 6f02a240ec8f4be7ef232e8f8c584665e6747233)
2015-11-13 01:42:37 +01:00
Carlos Martín
978e1afaeb Bug #4022: Delete disk snapshotds for non-persistent images on delete --recreate
(cherry picked from commit 5ba0b121976964ce1f939d7a5f17c5b9182dd921)
2015-11-13 01:42:37 +01:00
Daniel Molina
d236d5509f feature #4101: Add query param to avoid cache issues 2015-11-12 17:52:27 +01:00
Daniel Molina
dea4201d6a feature #4145: Add option to request VNC password for external windows 2015-11-12 17:14:18 +01:00
Daniel Molina
92b71bc1f5 bug #4039: Add opennebula-sunstone-v4.14-small.png to install.sh 2015-11-12 11:11:42 +01:00
Daniel Molina
940b21b712 feature #4145: Add vnc button to open in an external tab with pass 2015-11-11 17:41:56 +01:00
Anton Todorov
584aca535b bug-4137 enable possibility to predefine variables
This is proposition for a general solution for solving bug #4137

For example on CentOS 7 to create XFS filesystem on block device set in the environment or befo the script is called:

MKFS="sudo /sbin/mkfs"
2015-11-11 17:36:15 +01:00
Javi Fontan
6975b16859 bug #4092: fix units in lvm monitor 2015-11-11 15:57:43 +01:00
Carlos Martín
9a3ab43b22 Feature #4126: Rename VM in cloud view 2015-11-11 13:21:53 +01:00
Tino Vazquez
514d07a09b feature #4083: Fix wrong nettx netrx switching
(cherry picked from commit 2a7403dd0d0f5b202aa9f6e07d58feddda96bdcf)
2015-11-11 13:15:11 +01:00
Javi Fontan
4b9e02958d bug #4033: show error message on ldap connection error 2015-11-11 13:00:21 +01:00
Dan Kelleher
6546928dfe Bug #4125: Probes cleaned by systemd-tmpfiles
Add systemd-tmpfiles exemption for /var/tmp/one
2015-11-11 12:23:03 +01:00
Carlos Martín
21a15a7875 Bug #4121: Use default cost values from oned.conf in sunstone 2015-11-11 10:59:52 +01:00
Javi Fontan
d5cc771dd9 feature #4065: fix bug generating gate token
(cherry picked from commit 9185474f2eb0754ac5b8a4bb5d0970a78981023e)
2015-11-11 10:13:48 +01:00
Tino Vazquez
cf8d8e8242 feature #4065: Add onegate token to vcenter contextualization
(cherry picked from commit 497831ab74de7149271090d368672a950eded2f0)
2015-11-11 10:13:40 +01:00
Tino Vazquez
fd8bae2294 feature #4083: Nettx -> netrx
(cherry picked from commit 668bd77c73360b166c55b23028c9bb2469eb4510)
2015-11-10 19:22:47 +01:00
Tino Vazquez
cbe1ae33b1 feature #4083: Fix for cloudwatch 5 minutes window
(cherry picked from commit 698f32ef87ae050c815793ad3c50ebc07ae7f0af)
2015-11-10 19:22:37 +01:00
Tino Vazquez
5d39b89b2c feature #4083: Network polling with last poll
Remove exits from exception handling

Truncate cpiu consumption value
(cherry picked from commit 3ab0a1c6154f93c83b006a2974d615d63e7b6d50)
2015-11-10 19:22:30 +01:00
Daniel Molina
6a47c4a2f7 feature #4083: Remove hidden chars and report exception(cherry picked from commit 34a5d7d124082758946ecd2974ed19703de78972) 2015-11-10 19:22:20 +01:00
Daniel Molina
f898a9ef28 feature #4083: Enable network graphs for ec2(cherry picked from commit 50fe6a7e09664b19609caa453124eed4e56afeaa) 2015-11-10 19:22:12 +01:00
Tino Vazquez
bdeff997f8 feature #4083: Add cloudwatch information to EC2 monitoring
(cherry picked from commit afad1f05d53b20d63b6edf4b3aa9aca62a51215a)
2015-11-10 19:22:08 +01:00
Javi Fontan
c825150c06 bug #4107: bug in ldap group code
Tested with net-ldap 0.8.0
2015-11-10 18:32:44 +01:00
Javi Fontan
9905064092 bug #3374: fix status result for Debian and Ubuntu 2015-11-10 15:57:50 +01:00
Carlos Martín
6e9eb2ff5c Bug #4113: Show full descriptions on hover 2015-11-06 16:05:50 +01:00
Daniel Molina
ec3c6f8402 bug #4127: Swap volatile dist size and format header 2015-11-06 13:36:05 +01:00
Carlos Martín
ebf34a69c4 Bug #4069: Honor the value requested in the disk-resize input
This way if the value is lower the user will be notified with
an error from the core. A nicer way would be to use a custom
abide validator
2015-11-06 13:32:04 +01:00
Carlos Martín
6e459ad19a Bug #4120: Change cooldown color to 'running' 2015-11-06 12:40:31 +01:00
Daniel Molina
d5fd283dee feature #4038: Do not use xmlRoot if not defined
(cherry picked from commit 4ace9f5e92)
2015-11-06 11:49:09 +01:00
Daniel Molina
a9ace3362d feature #4038: Fix marketplace context selector
(cherry picked from commit b88b210d3d)
2015-11-06 11:49:05 +01:00
Daniel Molina
7127678362 feature #4038: Fix tab dependencies for minify process
(cherry picked from commit 2a260b231b)
2015-11-06 11:49:01 +01:00
Daniel Molina
27db195a5f feature #4038: Require tabs dynamically
TODO: Fix minify process
(cherry picked from commit 415f5110e5)

Conflicts:
	src/sunstone/public/app/sunstone.js
2015-11-06 11:48:45 +01:00
Carlos Martín
edec54018c Feature #3987: Fix radio button reset code
(cherry picked from commit e809611707)
2015-11-05 18:06:29 +01:00
Carlos Martín
1f642ac2f0 Feature #3987: Use context in jquery selectors, new DS wizard
(cherry picked from commit a21897060f)
2015-11-05 18:06:23 +01:00
Carlos Martín
13cd7c7989 Bug #4135: Remove the settings button when the tab is disabled 2015-11-05 16:01:44 +01:00
Carlos Martín
9ac387cc7d Bug #4134: Create a hook to fill tabs headers 2015-11-05 15:44:02 +01:00
Carlos Martín
d16104baed Bug #4134: Move vm state code from info panel to a hook 2015-11-05 12:44:19 +01:00
Carlos Martín
39494e364d Bug #4099: Remove html chars from tips 2015-11-04 17:32:33 +01:00
Carlos Martín
44234b5954 Feature #4082: Add editor support for user inputs in CLI 2015-11-04 16:54:41 +01:00
Carlos Martín
f4a2d332da Bug #4117: Hide VM cpu & mem when showback is disabled, show VM disk cost in storage tab 2015-11-04 16:06:46 +01:00
Carlos Martín
276bfbdfe6 Bug #4129: Fix undefined image name 2015-11-03 19:00:20 +01:00
Carlos Martín
d69f999c62 Bug #4114: Do not delete instance type name on vm instantiate 2015-11-03 18:25:44 +01:00