1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00
Commit Graph

1060 Commits

Author SHA1 Message Date
Ruben S. Montero
0c03f3ee20 bug: fix marketplace issues 2016-04-12 23:21:38 +02:00
Ruben S. Montero
ebf4bbf3c9 Merge branch 'feature-4403' 2016-04-12 22:45:05 +02:00
Javi Fontan
2715e80d9e Merge pull request #91 from unistra/feature-4399
Feature #4399: Add VNC/Spice keymap option to the CLI
2016-04-12 16:22:56 +02:00
Javi Fontan
d23f4f07e6 Merge remote-tracking branch 'origin/feature-4110' 2016-04-12 11:37:49 +02:00
Ruben S. Montero
29df8e2352 feature #4403: Add new offline action to Sunstone 2016-04-12 11:10:36 +02:00
goberle
d8939a86d4 Feature #4399: add --vnc-keymap and --spice-keymap options to man pages 2016-04-11 09:43:33 +02:00
Ruben S. Montero
3c389f3270 development: Homogenous VM_MAD/TM_MAD (vs VMMMAD/TMMAD) name. oned does
not store DS_LOCATION, single get_system_dir() function
2016-04-10 22:39:21 +02:00
Ruben S. Montero
9552ccfbd6 feature #3848: Fix host creation form 2016-04-07 13:06:44 +02:00
Jaime Melis
adeff7a751 Remove VMware drivers 2016-04-07 11:19:33 +02:00
Ruben S. Montero
7816a7912b Merge branch 'bug-4376' into remove-xen 2016-04-06 18:23:56 +02:00
Jaime Melis
0766d6a872 Merge branch 'master' into remove-xen 2016-04-06 18:20:47 +02:00
Ruben S. Montero
8970665d46 bug-4376: Adds vlan bitmap to handle collition and reservation.
OpenNebula now generates the vlan_id instead of the drivers
2016-04-06 18:07:56 +02:00
Carlos Martín
1887727dd4 Feature #4217: Check if DS supports export to market action in Sunstone 2016-04-06 15:28:05 +02:00
Jaime Melis
df0065c9de remove xen from the code (except from Sunstone) 2016-04-06 12:11:23 +02:00
Javi Fontan
0b091e8584 feature #4110: use lvscan instead of lvs
In Ubuntu lvs does not update device files
2016-04-05 16:55:49 +00:00
Javi Fontan
bf1d9e24a0 Merge branch 'master' of https://github.com/apocas/one into feature-4110 2016-04-05 16:08:41 +00:00
Ruben S. Montero
25169d4977 feature #2980: Add comment to oned.conf 2016-04-05 16:27:02 +02:00
Ruben S. Montero
784a4fc960 feature #2980: VNC port tracking. Includes a VNC bitmap for each cluster to
track the ports in use in the cluster and avoid port collision. VNC ports are
assigned when the VM is deployed and released when the VM is stopped, undeployed
or done.

Includes the following:
  - 9da66150dc0e3dc2731518d8a215f9598696a999
  - 4c35a9fcccf70cbe87d2947403ea815967e7b605
  - ccfccb6d2fc40aa1c07eb994f37b8da4fb479082
  - b1b64e61a39f4452c7ba00e581de42888e0e84a5
  - d474ee4db9ed520bcae743d510be35b25ea988ed
  - dacb61b1402da2ec309b6e79bdd285d0d11de84f
2016-04-05 12:56:34 +02:00
Tino Vazquez
1623570d92 Remove vCenter as System DS 2016-03-30 15:43:55 +02:00
Ruben S. Montero
0e215381e6 Moved TM_MAD_CONF for vcenter to its section 2016-03-29 15:09:39 +02:00
Ruben S. Montero
9af43a6916 feature #3848 #3707: Remove VLAN from onevnet command and core 2016-03-29 15:09:39 +02:00
goberle
9de771ea31 Feature #3848: Virtual networks should have an associated networking driver.
(cherry picked from commit 7e90463693)

This cherry still needs to merge files from original contribution by       goberle <goberle@unistra.fr>:
  - src/sunstone/public/app/tabs/vnets-tab/form-panels/wizard.hbs
2016-03-28 12:38:45 +02:00
Ruben S. Montero
c6076a173a bug #3390: Reimplements the xmlrpc client using the complex one. Adds
TIMEOUT to client requests. This can be configured in sched.conf/oned.conf.
2016-03-24 02:07:04 +01:00
Ruben S. Montero
f581fae756 feature #4155: Remove :detach & :suspend strategies for disk snapshots
for VMs in ACTIVE-RUNNING. Also revert needs to be performed in
poweroff. DISK_SNAPSHOT_REVERT state has been removed.
2016-03-22 23:07:35 +01:00
Carlos Martín
82892ad70f Merge remote-tracking branch 'origin/master' into feature-4369 2016-03-17 18:22:51 +01:00
Carlos Martín
34f331a187 Feature #4369: Add multiple clusters to onedb upgrade & fsck 2016-03-17 17:58:20 +01:00
Carlos Martín
b715c4f773 Feature #4369: Remove datastore_location setting by cluster 2016-03-16 13:07:10 +01:00
Javi Fontan
1fb5f9aeff Update vendorized rbvmomi to version 1.8.2 2016-03-10 17:41:14 +01:00
Javi Fontan
ba7ffbb543 Merge branch 'feature-4186' 2016-03-08 17:34:48 +01:00
Carlos Martín
10cbac2d54 Feature #4217: Move cloning MP Apps IDs to a new image collection attribute 2016-03-04 16:31:10 +01:00
Anton Todorov
f9375eccab improve rescue of VM when node fail is detected
* Introduce new LCM states PROLOG_MIGRATE_UNKNOWN and PROLOG_MIGRATE_UNKNOWN_FAILURE

* Change VM migrate logic for when state is ACTIVE and lcm_state is UNKNOWN to
  call TM's PROLOG_MIGR action before VMM's BOOT

All core TM drivers that are not empty are skipping disks so there is no impact on
the default behaviour

The datastore addon drivers that implement access to raw block devices should check
if the LCM_STATE == 60 (PROLOG_MIGRATE_UNKNOWN) and to remove block device access
from the failed node and provide access to the current node.
There is a simple script function added to get LCM_STATE that can be used as follow

```bash
LCM_STATE=$(lcm_state)
if [ "$LCM_STATE" = "60" ]
fi
```

(cherry picked from commit 676f36e0aa)
2016-03-03 23:59:53 +01:00
Tino Vazquez
d8a63b8e1b feature #4186: Fix rbvmomi 2016-03-03 17:33:14 +01:00
Tino Vazquez
bdba6c66a7 feature #4186: Add modified rbvmomi lib Datastore.rb 2016-03-03 17:29:03 +01:00
Ruben S. Montero
7ca1036683 feature #4097: Use glibc to log thourgh syslog, removes log4cpp
dependency
2016-03-02 17:08:06 +01:00
Ruben S. Montero
a4dc856406 feature #4215: Remove public Marketplaces, even if they have images.
Associated apps are also removed.
2016-02-29 18:31:24 +01:00
Ruben S. Montero
b47406c429 Merge branch 'feature-4317' 2016-02-26 15:43:17 +01:00
Boris Parak
0064f572b8 Fixed restart-sched in opennebula init script
Fixing wrong use of `do_start` in restart-sched routine.

(cherry picked from commit 820d562f53)
2016-02-23 11:08:59 +01:00
Carlos Martín
7693ae7af5 Feature #4317: Support user_inputs in vm resize dialog 2016-02-17 18:50:16 +01:00
Tino Vazquez
5eb891eb9d feature #4186: Add support for flat vmdk for vcenter to marketplace export 2016-02-12 19:00:50 +01:00
Tino Vazquez
8c07d9d7b9 feature #4186: Add export functionality from vCenter DS to Marketplace 2016-02-11 18:28:45 +01:00
Jaime Melis
f5737b8944 Feature #4217: Fix supported marketapp actions checking 2016-02-10 18:16:59 +01:00
Tino Vazquez
006ba41c62 feature #4186: Merge branch 'feature-4217' into feature-4186
Marketplace branch into vcenter storage
2016-02-10 12:25:28 +01:00
Jaime Melis
a04861703d Feature #4217: Minor typo in oned.conf 2016-02-10 09:58:01 +01:00
Ruben S. Montero
c53425c0ed feature #4217: Generic class for supported actions, used in
VirtualRouter, VirtualMachine & MarketPlace. Simplify enum names for
MarketPlaceApps
2016-02-09 16:34:25 +01:00
Tino Vazquez
6ec461acce feature #4186: Add upload functionality for vCenter 2016-02-04 18:57:34 +01:00
Jaime Melis
07fb60dd83 Feature #4217: Bootstrap the OpenNebula Systems Marketplace 2016-02-03 21:50:20 +01:00
Jaime Melis
a85da12036 Feature #4217: Define required attrs for Market templates 2016-02-03 16:03:22 +01:00
Ruben S. Montero
49575e163a Merge branch 'master' into feature-4217 2016-02-02 14:50:46 +01:00
Ruben S. Montero
b01e2336c5 Merge branch 'feature-4215' into feature-4217 2016-02-02 14:17:20 +01:00
Tino Vazquez
6be46a6bfa feature #4186: Remove attached disks from VM before shutdown/cancel 2016-01-19 17:38:07 +01:00
Javi Fontan
bf65d9a3ea feature #4215: add onevrouter man page 2016-01-11 12:25:09 +01:00
Tino Vazquez
c08f6e5b80 feature #4186: Add vcenter image ds driver 2016-01-11 11:21:24 +01:00
Tino Vazquez
893bec936e feature-#4186: Add vcenter DS to oned.conf 2016-01-08 15:46:48 +01:00
Tino Vazquez
24e1c46186 feature #4186: Merge branch 'master' into feature-4186 2016-01-08 13:21:20 +01:00
Tino Vazquez
a931ec36bd feature #4186: Add vCenter TM 2016-01-08 13:18:22 +01:00
Carlos Martín
19a58bfbae Feature #4215: Add support for VROUTER_HOOKS 2016-01-08 11:38:29 +01:00
Tino Vazquez
5873a8bc64 feature #4186: Remove space in oned.conf preventing correct argument passing to one_datastore 2016-01-07 17:55:20 +01:00
Tino Vazquez
836adaa292 feature #4186: Add vcenter tm and ds to oned.conf 2016-01-07 17:19:26 +01:00
Jaime Melis
dc7776e911 Feature #4238: Read the DS_MAD_CONF in Sunstone and manage persisent
images and datastore required attributes correctly
2016-01-05 18:34:17 +01:00
Ruben S. Montero
49b9de94f5 feature #4217: Monitor external marketplaces. Import functionality for
existing apps. Drivers for OpenNebula public marketplace
2015-12-28 01:08:33 +01:00
Jaime Melis
d7b8aa1cd3 Feature #4238: Datastores can now be PERSISTENT_ONLY 2015-12-22 14:06:12 +01:00
Jaime Melis
5db705deae Feature #4238: Add DS_MAD_CONF attributes to handle
mandatory attributes in Datastore templates
2015-12-21 19:27:26 +01:00
Jaime Melis
5d1262ca66 Feature #4238: Short-hand method to register single
attribute parameters
2015-12-18 16:22:53 +01:00
Ruben S. Montero
125e485e04 feature #4217: First version of import/datastore plugins. Star
marketplace manager and load driver
2015-12-17 12:39:27 +01:00
Jaime Melis
431a9d3bc6 Feature #4238: Add support in the Core for the iSCSI Datastore 2015-12-15 11:23:25 +01:00
Ruben S. Montero
753c885714 feature #4217: Adds manpages to scons file 2015-12-11 23:55:04 +01:00
Ruben S. Montero
042b3467c6 feature #4217: Manpages for onemarket tools 2015-12-11 23:51:42 +01:00
Ruben S. Montero
ed92441582 feature #4217: OpenNebula core methods for MarketPlace class. OCA
binding and onemarket tool
2015-12-05 23:52:28 +01:00
Carlos Martín
64ebcdd5c3 Feature #4215: Virtual Router pool in ruby oca and CLI 2015-11-30 16:55:22 +01:00
Ruben S. Montero
57ca5f414b bug #4164: Moved imported_vm_action logic to the driver class. Add
defaults for well-known drivers
2015-11-20 15:45:20 +01:00
Carlos Martín
efb59a92ba Bug #4045: Update states reference link in vm xsd
(cherry picked from commit 2bc5032504)
2015-11-19 16:18:27 +01:00
Carlos Martín
6595df3b01 Bug #4164: Remove poweroff action for kvm & xen imported VMs
(cherry picked from commit d369908da2)
2015-11-18 13:17:09 +01:00
Javi Fontan
ba28277d05 Revert "bug #3374: fix status result for Debian and Ubuntu"
This reverts commit 7724a1c883.

Breaks service startup
2015-11-18 11:46:52 +01:00
Dan Kelleher
a79c1fbd3f Bug #4125: Probes cleaned by systemd-tmpfiles
Add systemd-tmpfiles exemption for /var/tmp/one

(cherry picked from commit 6546928dfe)
2015-11-11 12:23:37 +01:00
Javi Fontan
7724a1c883 bug #3374: fix status result for Debian and Ubuntu
(cherry picked from commit 9905064092)
2015-11-10 15:59:04 +01:00
Carlos Martín
29c0a05948 Merge remote-tracking branch 'origin/feature-3987'
Conflicts:
	src/sunstone/public/app/utils/disks-resize.js
	src/sunstone/public/app/utils/vcenter/networks.js
	src/sunstone/public/app/utils/vcenter/templates.js
2015-11-06 17:09:03 +01:00
Ruben S. Montero
ee89a2185a feature #3987: Monitor system datastores through the front-end +
BRIDGE_LIST. Add monitor scripts for shared, ceph. Distributed system DS
as ssh monitored through probes.
2015-11-04 18:42:40 +01:00
Jaime Melis
e12490913d Feature #3987: update sudoers 2015-11-02 15:47:42 +01:00
Carlos Martín
b57d35f42a Bug #4077: Remove include from user_pool.xsd
(cherry picked from commit 1f08b4bf06)
2015-10-29 11:08:37 +01:00
Ruben S. Montero
117a3df0c7 feature #3987: Define DS_MIGRATE for TM_MAD_CONF. Do not allow System DS
migrations for TM_MAD with ds_migrate="no"
2015-10-29 00:57:43 +01:00
Pedro Dias
654ef79b89 clvm OFF 2015-10-26 18:07:24 +00:00
Javi Fontan
396ef7d639 Bug #4095: Add patch as dependency to nokogiri in install_gems 2015-10-26 17:00:03 +01:00
Jaime Melis
92836842b0 Feature #3987: First batch of actions 2015-10-23 14:13:08 +02:00
Jaime Melis
41b929d4b3 Merge branch 'feature-3362' 2015-10-16 11:43:37 +02:00
Jaime Melis
df899199c6 Merge branch 'feature-3362' into one-4.14 2015-10-16 11:42:31 +02:00
Jaime Melis
0a5d7f3ffd feature #3362: Add configuration option for ceph: CEPH_CONF 2015-10-15 17:44:39 +02:00
Ruben S. Montero
4c523c716c feature #3362: Update Ceph DS & TM drivers with clone optimization 2015-10-08 17:30:42 +02:00
Javi Fontan
7b1db08a5c bug #3944: add openssl-devel dependecy to install_gems
(cherry picked from commit 32d963996f)
2015-10-06 17:59:02 +02:00
Javi Fontan
32d963996f bug #3944: add openssl-devel dependecy to install_gems 2015-10-06 17:57:56 +02:00
Javi Fontan
daad3ffe06 Bump version to 4.14.1 2015-10-05 17:04:53 +02:00
Jaime Melis
e20fb5c4c4 Fix copyright in banners 2015-09-23 16:51:10 +02:00
Jaime Melis
f651893864 Bump version 4.14.0 2015-09-22 15:02:27 +02:00
Javi Fontan
bc0a3a0439 Install a compatible version of treetop gem 2015-09-07 15:41:12 +02:00
Jaime Melis
5ecbfee4e2 Bump version 4.13.85 (beta2) 2015-09-04 14:41:50 +02:00
Javi Fontan
0bc2987286 Add CloudClient lib to rubygem 2015-09-03 19:03:38 +02:00
Javi Fontan
15e75aa91f Add memcache-client to install_gems 2015-09-02 15:13:51 +02:00
Carlos Martín
fe479a30c5 Feature #3028: Update host xsd with pci_devices 2015-09-02 11:27:17 +02:00
Ruben S. Montero
8e8da32686 feature #3028: Make PCI restricted attribute for VMs 2015-09-01 21:42:14 +02:00
Javi Fontan
f3d571190d bug #3889: add command description in man pages 2015-08-31 16:04:53 +02:00
Jaime Melis
a4b60a16e9 Feature #3782: disable default live disk snapshot 2015-08-14 12:33:23 +02:00
Jaime Melis
3ba03db8e8 Feature #3782: make 'suspend' the default disk snapshot technique 2015-08-13 15:38:10 +02:00
Jaime Melis
887f698d0f Merge branch 'merge-virsh' 2015-08-13 15:37:06 +02:00
Jaime Melis
40086e5c8e Feature #3782: Refactor and separate snap_create into two:
snap_create and snap_create_live
2015-08-13 15:19:00 +02:00
Carlos Martín
de73086981 Feature #1727: Add DISK/ORIGINAL_SIZE to restricted attributes 2015-08-04 11:11:22 +02:00
Ruben S. Montero
6fb47ac1be Merge branch 'feature-1727' 2015-07-29 12:33:57 +02:00
Javi Fontan
9af2e695f1 Bump version and man pages to 4.13.80 2015-07-27 09:56:07 -04:00
Carlos Martín
e0cee6b08b Update XSD files 2015-07-27 13:29:09 +02:00
Carlos Martín
6e3e25ff59 Feature #1727: Rename VOLATILE_SIZE quota to SYSTEM_DISK_SIZE 2015-07-21 11:10:57 +02:00
Carlos Martín
8a6bc86fb1 Feature #3782: Add new history reasons to xsd and sunstone 2015-07-15 11:39:16 +02:00
Ruben S. Montero
5e2d06401f feature #3718: Add DISK on oned.conf comment. DISK_COST is now a restricted
attribute
2015-07-09 14:07:01 +02:00
Ruben S. Montero
ae86849be6 feature #3782: Snapshots (create & revert operations) in running can be
performed either in a suspend/snap/restore cycle or in a detach/snap/attach one.
Allow to revert to the current snapshot
2015-07-08 17:58:00 +02:00
Anton Todorov
21484817a6 feature-3060: enable disk discard option for qemu-kvm
This is proposed solution for feature in Backlog #3060

By default this feature is not touching the xml configuration for backward compatibility.

There is global VM config in vmm/remotes/kvm/kvmrc named 'DEFAULT_ATTACH_DISCARD' that if set
will enforce the discard option to all VMs if there is no configuranito per template.

It is possible to enable the discard feature per VM in their template by adding
DISCARD=unmap
to enable and
DISCARD=ignore
to disable the discard

(cherry picked from commit 35b864b897)
2015-07-07 21:05:57 +02:00
Carlos Martín
3c3050b10c Feature #3782: Add disk-snapshot commands to states-complete.dot 2015-07-07 18:46:06 +02:00
Justin Riley
659948917a add LISTEN_ADDRESS config for oned XMLRPC
(cherry picked from commit ad351b12c0)
2015-07-07 13:45:32 +02:00
Ruben S. Montero
6ca1ff4b6e feature #3782: Delete snapshots in RUNNING. Added new states for disk
snapshots in running
2015-06-30 20:45:43 +02:00
Ruben S. Montero
803592d43b feature #3782: Snapshots in SUSPENDED state + dummy changed to exit 0 2015-06-25 15:36:22 +02:00
Ruben S. Montero
872ef3af73 feature #3718: Add disk_cost, use disk_actual_size (needs to revisit) 2015-06-20 02:29:47 +02:00
Ruben S. Montero
3e6159f70f feature #3781: DISK_VIRTUAL/ACTUAL_SIZE first class element in VM
template
2015-06-20 00:42:20 +02:00
Ruben S. Montero
bdb1e591da Merge branch 'master' into feature-3782 2015-06-08 23:44:21 +02:00
Javi Fontan
f503bcbffe bug #3743: add Debian8 directory and fix ipset path in Debian 7 2015-05-28 16:09:00 +02:00
Ruben S. Montero
83ac6188de feature #3782: New state to delete snapshots. Delete action OCA (Ruby),
core and CLI
2015-05-27 16:29:41 +02:00
Jaime Melis
4eb305b721 Feature #3650: Clarify documenation in oned.conf for DEFAULT_AUTH 2015-05-26 15:52:24 +02:00
Jaime Melis
aa43470233 Feature #3650: Specify the default auth driver in oned.conf 2015-05-26 15:11:49 +02:00
Ruben S. Montero
a5c04b47e6 feature #3782: Re-design of revert operation. New action for drivers, and new state. 2015-05-26 11:24:34 +02:00
Ruben S. Montero
e306680729 feature #3782: Add DISK_SNAPSHOT_POWEROFF state 2015-05-20 00:21:26 +02:00
Ruben S. Montero
4d50231681 feature #3654: PROLOG_RESUME_FAILURE & PROLOG_UNDEPLOY_FAILURE states 2015-05-08 13:47:48 +02:00
Ruben S. Montero
5c0cd43d42 feature #3654: Update states diagram 2015-04-28 11:51:26 +02:00
Ruben S. Montero
a03e3054e5 feature #3654: Add BOOT_UNDEPLOY_FAILURE and BOOT_STOPPED_FAILURE. Get rid of map<string, string> empty declarations. 2015-04-28 11:44:56 +02:00
Carlos Martín
f919242634 Feature #3654: Remove boot action from oca, cli & sunstone 2015-04-27 16:38:05 +02:00
Ruben S. Montero
41782d01e5 feature #3654: Retry PROLOGs, EPILOGs, SHUTDOWNs and BOOTs through recover. Remove restart action from oned, removed shutdown retries through shutdown
feature #3214: Redo saveas check.

Revert "Feature #3654: Allow to run a shutdown again from shutdown state". This reverts 36afa9c864

Revert "Feature #3654: Allow to run a poweroff/undeploy again from shutdown_poweroff/undeploy". This reverts 9be8b151bc
2015-04-26 22:54:15 +02:00
Carlos Martín
36afa9c864 Feature #3654: Allow to run a shutdown again from shutdown state 2015-04-24 15:33:35 +02:00
Carlos Martín
ae7fab2ff8 Feature #3654: Merge the cancel and shutdown states 2015-04-24 15:25:47 +02:00
Carlos Martín
9be8b151bc Feature #3654: Allow to run a poweroff/undeploy again from shutdown_poweroff/undeploy 2015-04-24 12:46:58 +02:00
Carlos Martín
7f13981543 Feature #3654: Allow graceful shutdown from suspended and poweroff
(cherry picked from commit 004c2cb1411c4bf99fe16db5cfa312d28e603807)
2015-04-23 14:25:34 +02:00
Carlos Martín
df40f760a8 Feature #3654: Transition from poweroff to undeployed
(cherry picked from commit b69a0e649f24df69eb7e3ff394b5db889fb45277)
(cherry picked from commit df6d271a9b6e40c69c45fff9e4bf4c11c7590f64)
2015-04-23 13:20:08 +02:00
Carlos Martín
2f3511300f Feature #3654: Transition from suspended to stopped
(cherry picked from commit 9f56a2445748d7b07592b551f42ef06d1b81dcde)
(cherry picked from commit 0d157414579ef0e79b9613f5f1ce17d91a868874)
2015-04-23 13:11:55 +02:00
Carlos Martín
099ab8573e Feature #3214: Add action to cancel deferred disk snapshots
(cherry picked from commit 2ea26af01e1156594c70bfadf7f05ed67c4a190f)
2015-04-23 12:33:27 +02:00
Carlos Martín
f46afca372 Feature #3654: Transitions to migrate suspended VMs
(cherry picked from commit ee7bccf48a6852117091ae3051d219cd93addd3d)
2015-04-23 10:46:07 +02:00
Carlos Martín
6d3e9f4fcf Feature #3654: Transitions to migrate VMs in poweroff
(cherry picked from commit 783775471eae90759b9ca74431415551b2b83495)
(cherry picked from commit 07015c349ffe6ca2d6d0afa08c2f4091f7b23513)
2015-04-22 19:41:24 +02:00
Carlos Martín
94559dedcc Merge branch 'master' of git.opennebula.org:one 2015-04-21 15:38:29 +02:00
Carlos Martín
d3b9969c71 Feature #3496: Disk/nic attach/detach actions create a new history record 2015-04-21 15:35:07 +02:00
Ruben S. Montero
44ab9678a3 feature #3564: Remove FAILED and FAILURE states 2015-04-21 14:00:52 +02:00
Carlos Martín
33d23af546 Feature #3654 #2095: Add misssing transitions
(cherry picked from commit e2f0b681007cd821198495b113b6044eff0fae3e)
2015-04-14 22:31:10 +02:00
Carlos Martín
f8c728639c Feature #3654: Transitions to recover a failed epilog
(cherry picked from commit 75a275d0115390dd2cc2dab4dbb8d83bd3c3d32d)
2015-04-14 16:20:37 +02:00
Ruben S. Montero
25d6c2a7f0 feature #3564: Recover PROLOG FAILED with retry 2015-04-14 15:36:33 +02:00
Carlos Martín
c9cecaeca1 Feature #3654: Transitions to recover a failed prolog
(cherry picked from commit 00aec5067ce3961e5e3a2e42ed69314d4735e26e)
2015-04-14 14:10:37 +02:00
Ruben S. Montero
dd3edff65b feature #3654: Recover through retry 2015-04-12 21:20:28 +02:00
Ruben S. Montero
83f0805430 feature #3654: Recover PROLOG_MIGRATE_FAILURE with retries and recover (boot) action 2015-04-09 16:05:39 +02:00
Carlos Martín
a7394113e1 Feature #3654: Transitions to recover a failed prolog migrate
(cherry picked from commit a14a143b6a05c78f29099aa8958ac5cbb5511e83)
2015-04-09 12:54:25 +02:00
Ruben S. Montero
7c7a7e3a92 Merge commit 'd683fbcdfb92b27913961b598a5ed78359b15ba1' 2015-04-09 12:18:16 +02:00