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

This commit is contained in:
Zuul 2018-01-18 01:53:43 +00:00 committed by Gerrit Code Review
commit fbdb1777c2
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ class LVM(executor.Executor):
'LVM_SYSTEM_DIR=' + lvm_sys_dir]
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: