This patch series removes the options '--no-lvm-storage' and
'--no-drbd-storage' from 'gnt-cluster init/modify' and replaces
their logic by one useing the enabled disk templates. It also enhances
the QA wrt to those options.
Note that this is based on my previous (not yet commited) patch series. No need
to point out things I will fix there.

Helga Velroyen (6):
  Utility functions for storage
  gnt-cluster modify: deprecate --no-lvm-storage
  QA: --vg-name vs --enabled-disk-templates
  gnt-cluster modify: deprecate --no-drbd-storage
  QA: --drbd-usermode-helper vs --enabled-disk-templates
  gnt-cluster init: fix error message wrt --no-lvm-storage

 Makefile.am               |   1 +
 lib/bootstrap.py          |   7 ++--
 lib/client/gnt_cluster.py | 100 +++++++++++++++++++++++++++++++++-------------
 lib/utils/__init__.py     |   1 +
 lib/utils/storage.py      |  43 ++++++++++++++++++++
 qa/qa-sample.json         |   2 +
 qa/qa_cluster.py          |  50 ++++++++++++++++++++---
 7 files changed, 168 insertions(+), 36 deletions(-)
 create mode 100644 lib/utils/storage.py

-- 
1.8.1.3

Reply via email to