Merge "Remove the unnecessary pv_list assign during LVM object init"
This commit is contained in:
commit
29304241ad
@ -94,8 +94,6 @@ class LVM(executor.Executor):
|
|||||||
LVM.LVM_CMD_PREFIX = _lvm_cmd_prefix
|
LVM.LVM_CMD_PREFIX = _lvm_cmd_prefix
|
||||||
|
|
||||||
if create_vg and physical_volumes is not None:
|
if create_vg and physical_volumes is not None:
|
||||||
self.pv_list = physical_volumes
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._create_vg(physical_volumes)
|
self._create_vg(physical_volumes)
|
||||||
except putils.ProcessExecutionError as err:
|
except putils.ProcessExecutionError as err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user