~ddstreet/ubuntu/+source/lvm2:master

Last commit made on 2019-08-19
Get this branch:
git clone -b master https://git.launchpad.net/~ddstreet/ubuntu/+source/lvm2
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ddstreet/ubuntu/+source/lvm2

Recent commits

a53c157... by David Teigland <email address hidden>

man lvmthin: remove nonexistent topic

4a3e707... by Marian Csontos <email address hidden>

configure: Fix setting of CLDFLAGS default

9b63f59... by Marian Csontos <email address hidden>

configure: Fix the default in help string

0534cd9... by David Teigland <email address hidden>

pvscan: disable sleeping and retrying for udev

When systemd is running pvscans, udev may not be
entirely initialized, so the pvscan should not
sleep and retry waiting for udev info.

61fce72... by David Teigland <email address hidden>

bcache: increase max allowed bcache size

from 128MB to 512MB (the default remains 8MB)

987f273... by David Teigland <email address hidden>

tests: duplicate-pvs-md

Testing duplicate PV handling for various md device setups/states.

83261b7... by David Teigland <email address hidden>

pvscan cache: use lvmcache_label_scan

instead of the lower level label_scan. The lvmcache wrapper
around label_scan checks for and eliminates more duplicate devs
and md components.

e01fddc... by David Teigland <email address hidden>

improve duplicate pv handling for md components

Eliminate md components at the start so they don't
interfere with actual duplicates, and don't need
to be removed later. This also allows for choosing
no copy of a PVID if they all happen to be md
components.

ee4a32e... by David Teigland <email address hidden>

lvmcache: use devl list helper

96dfad5... by David Teigland <email address hidden>

lvmcache: replace found_duplicates variable

With just checking if the duplicates lists are empty.