ion settings. - Introduce lvmconfig as the preferred form of 'lvm dumpconfig'. - Add lv_ancestors and lv_descendants reporting fields. - Add --ignorelocal option to dumpconfig to ignore the local section. - Close connection to lvmetad after fork. - Make lvchange able to resume background pvmove polling again. - Split pvmove update metadata fn in an initial one and a subsequent one. - Refactor shared pvmove and lvconvert code into new _poll files. - Add --unconfigured option to dumpconfig to print strings unconfigured. - Add --withsummary option to dumpconfig to print first line - summary comment. - Use number of device holders to help choose between duplicate PVs. - Try to make lvmetad and non-lvmetad duplicate PV handling as similar as poss. - Issue warnings about duplicate PVs discovered by lvmetad. - Track alternative devices with matching PVIDs in lvmetad. - Check for lvm binary in blkdeactivate and skip LVM processing if not present. - Add --enable-halvm and --disable-halvm options to lvmconf script. - Add --services, --mirrorservice and --startstopservices option to lvmconf. - Use proper default value of global/use_lvmetad when processing lvmconf script. - Respect allocation/cling_tag_list during intial contiguous allocation. - Make changes persist with python addTag/removeTag. - Set correct vgid when updating cache when writing PV metadata. - More efficient clvmd singlenode locking emulation. - Reject lvcreate -m with raid4/5/6 to avoid unexpected layout. - Don't skip invalidation of cached orphans if vg write lck is held (2.02.118). - Log relevant PV tags when using cling allocation. - Fix selection to not match if using reserved value in criteria with >,<,>=,<. - Fix selection to not match reserved values for size fields if using >,<,>=,<. - Include uuid or device number in log message after ioctl failure. - Add DM_INTERNAL_SUSPEND_FLAG to dm-ioctl.h. - Move blkdeactivate script from lvm2 package to device-mapper subpackage. - Install blkdeactivate script and its man page with make instalˆ