summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: use yes option in pv-ext-flagsdev-dct-pvcreate-22David Teigland2016-02-171-4/+4
* metadata: add fixme about code used only by liblvmDavid Teigland2016-02-171-0/+11
* pvremove: use common toollib processing codeDavid Teigland2016-02-174-58/+274
* toollib: remove unsed pvcreate params functionDavid Teigland2016-02-172-117/+0
* liblvm: replace pvcreate_single with pvcreate_volDavid Teigland2016-02-173-25/+10
* vgcreate: use the common toollib pv createDavid Teigland2016-02-175-39/+86
* vgextend: use the common toollib pv createDavid Teigland2016-02-171-34/+55
* pvcreate: use the common toollib pv createDavid Teigland2016-02-171-51/+92
* toollib: add two phase pv processing codeDavid Teigland2016-02-1713-32/+1096
* vgconvert: refactor to avoid pvcreate codeDavid Teigland2016-02-173-51/+96
* metadata: use pv_write_list for _check_old_pv_ext_for_vgDavid Teigland2016-02-171-10/+9
* metadata: refactor part of add_pv_to_vgDavid Teigland2016-02-172-22/+16
* vg_write: add list of pvs to writeDavid Teigland2016-02-173-2/+12
* man: fix list of restricted LV name suffixesPeter Rajnoha2016-02-171-1/+1
* metadata: add missing _repair_inconsinstent_vg call during PV ext repairPeter Rajnoha2016-02-171-4/+15
* metadata: do not repair missing PV_EXT_USED flag for PVs belonging to foreign VGPeter Rajnoha2016-02-171-51/+58
* refactor: add common _is_foreign_vg fnPeter Rajnoha2016-02-161-2/+7
* pv: use pv->fmt to check for fake PVs, not pv->vgPeter Rajnoha2016-02-151-1/+1
* cleanup: make the message about marked PVs consistent with the othersPeter Rajnoha2016-02-151-1/+1
* toollib: skip PV if system ID is used and PV marked as used but metadata missingPeter Rajnoha2016-02-152-0/+7
* pv: mark fake PVs as not usedPeter Rajnoha2016-02-151-0/+3
* cleanup: use is_used_pv fn to detect whether PV is in use while reporting pv_...Peter Rajnoha2016-02-151-13/+5
* WHATS_NEW: PV_EXT_USED flag and relatedPeter Rajnoha2016-02-151-0/+5
* tests: fix tests checking pv_attr - there's a new bit nowPeter Rajnoha2016-02-152-5/+8
* tests: add pv-ext-flags.sh testPeter Rajnoha2016-02-151-0/+163
* vg: automatically update to newest PV ext version during vg_writePeter Rajnoha2016-02-151-0/+58
* format: format_text: add pv_needs_rewrite to format_handler and implemention ...Peter Rajnoha2016-02-152-0/+31
* report: identify used PVs in pv_attr field with 'u' charPeter Rajnoha2016-02-152-2/+5
* report: always display 0 for pv_free field if we don't have any mda and PV is...Peter Rajnoha2016-02-151-0/+14
* backup: backup_restore_vg: register PVs that need writing via vg->pvs_to_writ...Peter Rajnoha2016-02-153-89/+123
* metadata: _vg_read: check if PV_EXT_USED flag is set correctly for non-orphan...Peter Rajnoha2016-02-151-1/+56
* report: add pv_ext_vsn field to display PV header extension version usedPeter Rajnoha2016-02-153-0/+20
* metadata: check for PV extension version before doing any checks on PV extens...Peter Rajnoha2016-02-151-0/+12
* metadata: _vg_read: check if PV_EXT_USED flag is set correctly for orphan PVs...Peter Rajnoha2016-02-152-16/+81
* report: add pv_in_use field to display whether PV is in use or notPeter Rajnoha2016-02-154-0/+17
* pv: _pvcreate_write: do label removal and zeroing only if creating a new PVPeter Rajnoha2016-02-151-16/+17
* pv: issue different message of different type when we're overwriting existing...Peter Rajnoha2016-02-152-1/+8
* pv: check for the PV_EXT_USED flag and deny pvcreate/pvchange/pvremove/vgcrea...Peter Rajnoha2016-02-153-10/+55
* pv: format-text: store PV_EXT_USED flag if PV is used and unset it otherwisePeter Rajnoha2016-02-151-0/+18
* metadata: schedule PV for header rewrite if adding a PV to VG or restoring VGPeter Rajnoha2016-02-152-1/+12
* metadata: add_pv_to_vg: add 'new_pv' arg to state if the PV is about to be cr...Peter Rajnoha2016-02-152-5/+9
* pv: add is_used_pv fnPeter Rajnoha2016-02-152-0/+22
* lvmcache/lvmetad: cache PV extension versionPeter Rajnoha2016-02-156-0/+19
* lvmcache/lvmetad: cache PV extension flagsPeter Rajnoha2016-02-156-1/+23
* metadata: introduce PV_EXT_USED flag and bump PV_HEADER_EXTENSION_VSNPeter Rajnoha2016-02-152-1/+9
* format: add FMT_PV_FLAGS to indicate format supports PV flagsPeter Rajnoha2016-02-152-1/+2
* refactor: rename struct pv_to_create --> struct pv_to_writePeter Rajnoha2016-02-153-21/+21
* post-releaseAlasdair G Kergon2016-02-154-2/+8
* pre-releasev2_02_142Alasdair G Kergon2016-02-154-8/+9
* man: pvresize: remove old comment about inability to resize PV with more mdasPeter Rajnoha2016-02-122-2/+27