Hi,

Up until now gnt-backup export was supported only for the plain and drbd
disk templates. This patch set adds support for the ext disk template as
well. Also "fixes" Issue #545:

https://code.google.com/p/ganeti/issues/detail?id=545

and is a step towards disk/instance snapshotting mechanism.

Thanks,
dimara

Dimitris Aragiorgis (4):
  Introduce Snapshot() method at bdev
  Support Snapshot() for the ExtStorage interface
  Add snap_name/size to the blockdev_snapshot RPC
  Update docs wrt snapshot support for ext

 doc/design-shared-storage.rst       |   10 +++++++++
 lib/backend.py                      |   27 ++++++++++++++---------
 lib/masterd/instance.py             |   14 +++++++++---
 lib/objects.py                      |    1 +
 lib/rpc_defs.py                     |    2 ++
 lib/server/noded.py                 |    7 +++---
 lib/storage/base.py                 |   16 ++++++++++++++
 lib/storage/bdev.py                 |   20 +++++++++++------
 lib/storage/extstorage.py           |   41 +++++++++++++++++++++++++++++++----
 man/ganeti-extstorage-interface.rst |   22 ++++++++++++++++++-
 src/Ganeti/Constants.hs             |    9 +++++++-
 11 files changed, 140 insertions(+), 29 deletions(-)

-- 
1.7.10.4

Reply via email to