wang yong c1bd361b93 Remove the unnecessary pv_list assign during LVM object init
The pv_list of LVM object actually wanted to be a list of dict of
physical volumes' info, but in the routine of creating a new vg,
we assign a list of physical volumes' name to it, which is unnecessary,
and also confuse people.

Change-Id: I5f74200e6df954258f261a30e9f5a5b56c6def2f
2018-01-11 00:59:31 +00:00
..