Merge "Remove the unnecessary pv_list assign during LVM object init"

This commit is contained in:
Zuul 2017-10-19 03:36:59 +00:00 committed by Gerrit Code Review
commit 29304241ad

View File

@ -94,8 +94,6 @@ class LVM(executor.Executor):
LVM.LVM_CMD_PREFIX = _lvm_cmd_prefix
if create_vg and physical_volumes is not None:
self.pv_list = physical_volumes
try:
self._create_vg(physical_volumes)
except putils.ProcessExecutionError as err: