This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/33/

Review request for OpenLMI Developers.
By Jan Safranek.
Repository: openlmi-storage

Description

Allow multiple storage actions to be run in one job.

Sometimes we need to execute multiple StorageActions in one
openlmi.storage.util.storage.do_storage_action call, e.g. when destroying
btrfs filesystem.

do_storage_action() now accepts array of actions instead of single action.

Also, this patch removes wiping of MD RAID metadata from destroyed arrays,
the code is obsolete now.

Diffs

  • src/openlmi/storage/LMI_DiskPartitioningConfigurationService.py (a9f16961a55d0e88b07db340c9fad34cb00ca7a1)
  • src/openlmi/storage/LMI_FileSystemConfigurationService.py (2a9c94d26cf63c86ce42edf681b6f0716cce7d1a)
  • src/openlmi/storage/LMI_LVStorageExtent.py (4a166e295351fe89d4e0d75865a39b9050daac9c)
  • src/openlmi/storage/LMI_MDRAIDStorageExtent.py (ce783e8eb97c9a56f2785d677eec7c28c733740c)
  • src/openlmi/storage/LMI_StorageConfigurationService.py (33b5590c5f33615c708c1411787344b5978f0446)
  • src/openlmi/storage/LMI_VGStoragePool.py (622e470e53ced639008b1caf5e61ae65d39caf62)
  • src/openlmi/storage/util/storage.py (76b1b039714c07d6081a538d1b077b156dcef60a)

View Diff