This series fixes a few bugs related to disk creation. Most important: unhandled
exceptions, wiping not done when it should, missing clean-up. The first patch is
a cherry-pick that fixes a problem, but I included it mostly to be able to write
cleaner code. The alternative would have been to fix the same bugs in different
ways in 2.7 and 2.8.

Bernardo Dal Seno (3):
  Always honor the prealloc_wipe_disks flag
  Don't catch an exception that cannot be raised
  Refactor disk creation in cmdlib.LUInstanceSetParams

Michael Hanselmann (1):
  Wipe disks added through "gnt-instance modify"

 lib/cmdlib.py | 89 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

-- 
1.8.2.1

Reply via email to