goberle
112052c8e2
Feature #3666 : Clean VXLAN devices when no VM is left in the hypervisor
2015-06-11 09:17:31 +02:00
Tino Vazquez
b7a862bed0
Better check for keymap VNC information present in vCenter VMs
...
(cherry picked from commit db3a97335557ed7097ab5d599095942cdec3effc)
2015-06-09 18:29:19 +02:00
Ruben S. Montero
bdb1e591da
Merge branch 'master' into feature-3782
2015-06-08 23:44:21 +02:00
Ruben S. Montero
ee1fb2c637
feature #3782 : Do not snapshot volatile disks
2015-06-08 19:59:17 +02:00
Jaime Melis
58a260f96f
Feature #3782 : Add dummy snapshot_* placeholders for all the TM drivers but Ceph
2015-06-08 15:00:32 +02:00
Jaime Melis
c3621e3327
Feature #3782 : Update install.sh and remotes with ds snap actions
2015-06-08 12:45:16 +02:00
Tino Vazquez
56af55f57f
Small refactor to have a self-contained deploy action in vCenter
2015-06-08 12:42:42 +02:00
Jaime Melis
211619d806
Feature #3782 : Action for Ceph snapshot flatten
2015-06-08 12:04:46 +02:00
Jaime Melis
85a5e5f859
Handle snap_revert, snap_delete
...
TM_MAD/delete and DS_MAD/rm for persistent
Ceph images with snapshots
2015-06-05 19:24:23 +02:00
Javi Fontan
ced1a29bfb
Copy ONE_AUTH and ONE_XMLRPC before stripping
...
The strings that come from the environment are frozen and cannot
be modified.
2015-06-05 11:31:30 -04:00
Javi Fontan
ce6f465b95
Only create predefined set of filesystems
2015-06-05 11:06:11 -04:00
Ruben S. Montero
08356ed8c3
feature #3782 : Flatten action for Images
2015-06-05 16:01:06 +02:00
Ruben S. Montero
0bbb99a240
feature #3782 : Image are in LOCKED state while performing snapshot
...
operations
2015-06-05 13:32:00 +02:00
Ruben S. Montero
9348a0d455
feature #3782 : Revert action for images
2015-06-05 04:45:20 +02:00
Ruben S. Montero
78c7bdbd5d
feature #3782 : Ruby OCA method for snapshot-delete, cli command.
...
Datastore driver action for snapshot delete
2015-06-05 03:27:51 +02:00
Ruben S. Montero
62a98c550d
feature #3782 : Image XML-RPC methods for snapshot delete
2015-06-05 03:24:46 +02:00
Ruben S. Montero
1bd6ffe60a
feature #3782 : Delete operations for image snapshots. Core image manager
...
and driver functions
2015-06-05 03:18:40 +02:00
Ruben S. Montero
28d3dcb82d
feature #3782 : Snapshot operations for Image class. Add target_snapshot to
...
Image class to identify operation on progress
2015-06-05 03:15:39 +02:00
Javi Fontan
43962031df
Merge branch 'bug-3768'
2015-06-04 15:44:39 -04:00
Javi Fontan
adc3e0e4e7
bug #3768 : add placeholder failmigrate script
2015-06-04 15:43:32 -04:00
Ruben S. Montero
480ad9178d
feature #3782 : Add missing unlocks to failure exits
2015-06-04 20:17:45 +02:00
Ruben S. Montero
5510b56bd5
feature #3782 : Delete operations are now two-phase. More checks on
...
disk-snapshots actions. Improve const-ness of Snapshot class
2015-06-04 20:17:45 +02:00
Tino Vazquez
94105537f4
Add capacity resizing and honoring capacity changes in VM templates in the VM drivers
...
(cherry picked from commit d2f7e7bb28468451f1b73ab1eb0c30a1b692a8f9)
2015-06-04 18:47:24 +02:00
Javi Fontan
bdd231bf51
bug #3768 : add tm/failmigrate call on error
2015-06-03 18:17:52 -04:00
Jaime Melis
8978f56c90
feature #3782 : Display snapshots in oneimage show
2015-06-03 14:37:30 +02:00
Ruben S. Montero
023c853b6e
feature #3782 : Cannot clone images with snapshots
2015-06-02 23:42:19 +02:00
Ruben S. Montero
43be9c663e
feature #3782 : Image with snapshots can be only of type OS or DATABLOCK
2015-06-02 23:12:42 +02:00
Ruben S. Montero
14da3131b9
feature #3782 : Image with snapshots cannot be made non-persistent
2015-06-02 20:45:42 +02:00
Tino Vazquez
71d4bdd0ec
Fix wrongly generated GRAPHICS section
2015-06-02 11:55:14 +02:00
Ruben S. Montero
da79447688
feature #3782 : Transfer snapshot list from/to attach disks
2015-06-02 01:50:28 +02:00
Ruben S. Montero
e599187ad5
feature #3782 : Copy snapshots from Image to VM disks, and back. Still
...
needs to do the same on attach dettach operations
2015-06-01 19:28:37 +02:00
Ruben S. Montero
a841b12e94
feature #3782 : Copy assignment operator for Templates
2015-06-01 19:26:03 +02:00
Ruben S. Montero
82eac63f12
feature #3782 : Assignment copy constructor for Snapshots. Clear disk_id
2015-06-01 19:25:02 +02:00
Ruben S. Montero
9e30da08c1
feature #3782 : Add snapshots to Image object. Transfer them back from VM
...
disk
2015-05-30 13:33:06 +02:00
Ruben S. Montero
c2bf13fe00
feature #3782 : Copy constructor for Snapshots. Used to transfer the
...
snapshot lisk from VM disk to Image objects
2015-05-30 13:31:25 +02:00
Ruben S. Montero
3f54b6f611
feature #3782 : Update copy constructor for Template. It should purge
...
before copying. Adds a generic clear() method, and use it in class
implementation
2015-05-30 13:29:27 +02:00
Tino Vazquez
14557d9cd2
Fix lamely introduced bug
2015-05-30 00:40:16 +02:00
Tino Vazquez
0c3bee9ec3
Feature #3767 : Add support for resource pool confinment in vCenter drivers
2015-05-29 18:52:01 +02:00
Jaime Melis
b96c2e635e
Bug #3732 : The FILES datastores should use NO_DECOMPRESS = yes
2015-05-29 14:59:03 +02:00
Jaime Melis
4929b50b2b
Feature #3782 : add support for snapshots of persistent images in ceph
2015-05-29 14:02:51 +02:00
Jaime Melis
f3c70ff374
Feature #3782 : remove debug info
2015-05-28 17:30:01 +02:00
Jaime Melis
b0f72d5ad4
Feature #3782 : Add ceph disk snapshot actions
2015-05-28 17:19:48 +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
Jaime Melis
b3fa5d776f
Merge branch 'bug-3807'
2015-05-27 16:54:01 +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
dc318dd064
Bug #3807 : Remove only rules for ATTACH=YES nics when
...
doing a detach (deactivate method)
2015-05-26 19:01:08 +02:00
Tino Vazquez
d3feae9b03
Bug #3818 : Fix wrong polling in shutdown
2015-05-26 17:30:55 +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
d89ba1692a
Feature #3650 : Use NebulaTemplate to set the
...
default value of DEFAULT_AUTH
2015-05-26 15:25:51 +02:00
Jaime Melis
aa43470233
Feature #3650 : Specify the default auth driver in oned.conf
2015-05-26 15:11:49 +02:00