]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Brick LVM: Remove self.lv_list
authorEric Harney <eharney@redhat.com>
Mon, 17 Nov 2014 20:01:02 +0000 (15:01 -0500)
committerEric Harney <eharney@redhat.com>
Tue, 23 Dec 2014 20:07:45 +0000 (15:07 -0500)
commit17221668fcf5615fc0e9a805924f1176ee21ffcf
treee1cd773c8979717c3697a99306be28d7f7ba9b6f
parent522c640bc3ee003e704858cc68c579d065cb7d29
Brick LVM: Remove self.lv_list

This member isn't used anywhere, and now that requests for
specific LVs are overwriting self.lv_list with a subset of
the LVs that are present, it doesn't contain coherent info
anyway.

Change-Id: I4d661869012937cc40177e53c8546d5cd7c98cd9
cinder/brick/local_dev/lvm.py