]> sourceware.org Git - lvm2.git/blame - WHATS_NEW
add not-yet-working udev options
[lvm2.git] / WHATS_NEW
CommitLineData
28ae3fe7
AK
1Version 2.02.51 -
2================================
5d518f1f
AK
3 Added configure --enable-udev_rules --enable-udev_sync --with-udev-prefix.
4 Added udev dir to hold udev rules.
04b2a4bd 5 Add --dataalignmentoffset to pvcreate to shift start of aligned data area.
ad273af9 6 Fix _mda_setup() to not check first mda's size before pe_align rounding.
8b9e5151 7 Document -I option of clvmd in the man page.
82c445b0 8 Fix configure script to handle multiple clvmd selections.
9b6f2391 9 Fix lvm2app.pc installation filename.
9e813cc9
AK
10 Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
11 Rename lvm.h to lvm2app.h for now.
28ae3fe7 12
29c70fbd 13Version 2.02.50 - 28th July 2009
26d7762b 14================================
b0928986
AK
15 Change test/api/test.c prompt so it's not confused with the main lvm prompt.
16 Update liblvm unit tests in test/api to cover latest liblvm changes.
17 Add unimplemented lvm_lv_resize and lvm_pv_resize skeletons to liblvm.
18 Add lvm_library_get_version to liblvm.
19 Add lvm_config_override to liblvm to allow caller to override LVM config.
20 Add lvm_lv_is_active and lvm_lv_is_suspended to liblvm.
21 Add lvm_lv_activate and lvm_lv_deactivate to liblvm.
22 Add lvm_scan, lvm_vg_reduce and lvm_vg_remove_lv to liblvm.
23 Add functions to get numeric properties to liblvm.
24 Add lvm_{pv|vg|lv}_get_{name|uuid} to liblvm.
25 Add lvm_vg_list_pvs and lvm_vg_list_lvs to liblvm.
26 Add lvm_vg_open and lvm_vg_create_lv_linear to liblvm.
27 Add lvm_list_vg_names/uuids to liblvm.
28 Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.
29 Rename lvm_create/destroy to lvm_init/quit.
a44d0046 30 Rename lvm_reload_config to lvm_config_reload.
b0928986
AK
31 Refactor _override_settings to use new override_config_tree_from_string.
32 Add vg_reduce to metadata.c and metadata-exported.h.
9c492aee 33 Update lvm.h to clarify API behavior and return codes.
a66c95ce 34 Update lvm_vg_extend to do an implicit pvcreate on the device.
b0928986
AK
35 Update display.c to use vg_free(vg) instead of duplicating the calculation.
36 Refactor vg_size, vg_free, and pv_mda_count field calculations for liblvm.
a66c95ce 37 Refactor pvcreate and lvcreate for liblvm.
1cc59fa4 38 Add global/wait_for_locks to lvm.conf so blocking for locks can be disabled.
c07d773e 39 All LV locks are non-blocking so remove LCK_NONBLOCK from separate macros.
e6923120
DW
40 Fix race condition with vgcreate and vgextend on same device (2.02.49).
41 Remove redundant validate_name call from vgreduce.
1936861b 42 Remove unused handles lvseg, pvseg inside liblvm/lvm.h.
70046623
AK
43 Add liblvm2app Makefile installation targets.
44 Add liblvm pkgconfig file.
340b6b0f 45 Use newly-independent LVM_LIBAPI in liblvm soname. E.g. liblvm2app.so.2.1.
bf456146 46 Add an API version number, LVM_LIBAPI, to the VERSION string for liblvm.
df4b9706 47 Pass a pointer to struct cmd_context to init_multiple_segtypes
b68cc099 48 Return EINVALID_CMD_LINE not success when invalid VG name format is used.
e0bd7c76 49 Remove unnecessary messages after vgcreate/vgsplit refactor (2.02.49).
9fac4435 50 Add log_errno to set a specific errno and replace log_error in due course.
d917192f
AK
51 Change create_toolcontext to still return an object if it fails part-way.
52 Add EUNCLASSIFIED (-1) as the default LVM errno code.
d6146461 53 Store any errno and error messages issued while processing each command.
b8f47d5f 54 Use log_error macro consistently throughout in place of log_err.
26d7762b 55
9386a684 56Version 2.02.49 - 15th July 2009
4397ad38 57================================
7beb03dd 58 Exclude VG_GLOBAL from vg_write_lock_held so scans open devs read-only again.
867ff246
DW
59 Add unit test case for liblvm VG create/delete APIs.
60 Add liblvm APIs to implement creation and deletion of VGs.
7beb03dd
AK
61 Initialize cmd->cmd_line to "liblvm" in new liblvm library.
62 Place handles to liblvm objects for pv, vg, lv, lvseg, pvseg inside lvm.h.
cec2a2da 63 Refactor vgsplit and vgextend to remove READ_REQUIRE_RESIZEABLE flag.
a7aa8b16 64 Use _exit() not exit() after forking to avoid flushing libc buffers twice.
7beb03dd 65 Add cast to log_info arg in _find_labeller to avoid Sparc64 warning.
7f355587 66 Make cmd->cmd_line const.
c4c107f2 67 Fix dev name mismatch in vgcreate man page example.
a4f5a4cc 68 Refactor vg_remove_single for use in liblvm.
a7aa8b16
AK
69 Make all tools use consistent lock ordering obtaining VG_ORPHAN lock second.
70 Check md devices for a partition table during device scan.
71 Add extended device (blkext) and md partition (mdp) types to filters.
72 Make text metadata read errors for segment areas more precise.
73 Fix text segment metadata read errors to mention correct segment name.
74 Include segment and LV names in text segment import error messages.
25497e2f 75 Add parent node to config_node structure.
a7aa8b16 76 Update vgsplit and vgcreate to call new vg_create and 'set' functions.
0d107e70
DW
77 Change vg_create to take minimal parameters, obtain a lock, and return vg_t.
78 Refactor vgchange extent_size, max_lv, max_pv, and alloc_policy for liblvm.
79 Update t-vgcreate-usage.sh to test for default vg properties.
80 Fix memory leak in vgsplit when re-reading the vg.
7476b502 81 Make various exit/cleanup paths more robust after lvm init failures.
a7aa8b16
AK
82 Use LCK_NONBLOCK implicitly instead of explicit vg_read() flag.
83 Remove unnecessary locking and existence tests from new vg_read() interface.
dd1d42d5 84 Permit several segment types to be registered by a single shared object.
c1060e13 85 Update the man pages to document size units uniformly.
1ad6d98b 86 Allow commandline sizes to be specified in terms of bytes and sectors.
bb6a3a96 87 Update 'md_chunk_alignment' to use stripe-width to align PV data area.
6e10090b
DW
88 Update test/t-inconsistent-metadata.sh to match new vg_read interface.
89 Add lvmcache_init() to polldaemon initialization.
90 Convert tools to use new vg_read / vg_read_for_update.
91 Fix segfault in vg_release when vg->cmd is NULL.
4397ad38 92
e50c61d8 93Version 2.02.48 - 30th June 2009
4f901270 94================================
2f5a1df4 95 Abort if automatic metadata correction fails when reading VG to update it.
6391d03f 96 Explicitly request fallback to default major number in device mapper.
a330337a 97 Ignore suspended devices during repair.
476d4633
AK
98 Call vgreduce --removemissing automatically to fix missing PVs in dmeventd.
99 Suggest using lvchange --resync when adding leg to not-yet-synced mirror.
100 Destroy toolcontext on clvmd exit to avoid memory pool leaks.
101 Fix lvconvert not to poll mirror if no conversion in progress.
38ddfe7b 102 Fix memory leaks in toolcontext error path.
476d4633 103 Reinstate partial activation support in clustered mode. (2.02.40)
2565a5e5 104 Allow metadata correction even when PVs are missing.
33048414
ZK
105 Use 'lvm lvresize' instead of 'lvresize' in fsadm.
106 Do not use '-n' realine option in fsadm for busybox compatiblity.
476d4633 107 Add vg_lock_newname() library function for vgrename, vgsplit and vgcreate.
12b1f31c 108 Round up requested readahead to at least one page and print warning.
66086ce9
MB
109 Try to repair vg before actual vgremove when force flag provided.
110 Fix possible double release of VG after recovery.
111 Add parameter to process_each_vg specifying what to do with inconsistent VG.
476d4633 112 Unify error messages when processing inconsistent volume group.
c26488d3
MB
113 Use lvconvert --repair instead of vgreduce in mirror dmeventd DSO.
114 Introduce lvconvert --use_policies (repair policy according to lvm.conf).
476d4633 115 Update clvmd-corosync to match new corosync API.
b09a20e5 116 Fix lib Makefile to include any shared libraries in default target.
771e191e 117 Fix rename of active snapshot with virtual origin.
31f55a07 118 Fix convert polling to ignore LV with different UUID.
c1fdeec9
MB
119 Cache underlying device readahead only before activation calls.
120 Fix segfault when calculating readahead on missing device in vgreduce.
eca971ca 121 Remove verbose 'visited' messages.
5cffbf0b
AK
122 Handle multi-extent mirror log allocation when smallest PV has only 1 extent.
123 Add LSB standard headers and functions (incl. reload) to clvmd initscript.
5746e2e7 124 When creating new LV, double-check that name is not already in use.
ca51e5d9 125 Remove /dev/vgname/lvname symlink automatically if LV is no longer visible.
ea0e5e6e 126 Rename internal vorigin LV to match visible LV.
99113cc5
AK
127 Suppress 'removed' messages displayed when internal LVs are removed.
128 Fix lvchange -a and -p for sparse LVs.
129 Fix lvcreate --virtualsize to activate the new device immediately.
154753db
AK
130 Make --snapshot optional with lvcreate --virtualsize.
131 Generalise --virtualoriginsize to --virtualsize.
99113cc5 132 Skip virtual origins in process_each_lv_in_vg() without --all.
ea91a71b 133 Fix counting of virtual origin LVs in vg_validate.
4884e0e2 134 Attempt to load dm-zero module if zero target needed but not present.
49c27642 135
572fefeb 136Version 2.02.47 - 22nd May 2009
4b896598 137===============================
572fefeb 138 Rename liblvm.so to liblvm2app.so and use configure --enable-applib.
4b896598
AK
139 Reinstate version in liblvm2cmd.so soname. (2.02.44)
140
25a2e7b8
AK
141Version 2.02.46 - 21st May 2009
142===============================
143 Inherit readahead setting from underlying devices during activation.
144 Detect LVs active on remote nodes by querying locks if supported.
eb91c4ee
MB
145 Enable online resizing of mirrors.
146 Use suspend with flush when device size was changed during table preload.
25a2e7b8
AK
147 Implement query_resource_fn for cluster_locking.
148 Support query_resource_fn in locking modules.
fa6dca9f 149 Introduce CLVMD_CMD_LOCK_QUERY command for clvmd.
65edd11b 150 Fix pvmove to revert operation if temporary mirror creation fails.
e1b0dce7 151 Fix metadata export for VG with missing PVs.
761e5741 152 Add vgimportclone and install it and the man page by default.
970f241c 153 Force max_lv restriction only for newly created LV.
82cf9260 154 Remove unneeded import parameter from lv_create_empty.
afd9ba98 155 Merge lv_is_displayable and lv_is_visible functions.
25a2e7b8 156 Introduce lv_set_visible & lv_set_hidden functions.
b14c5af7 157 Fix lv_is_visible to handle virtual origin.
0b706ac6 158 Introduce link_lv_to_vg and unlink_lv_from_vg functions.
d60f341d 159 Remove lv_count from VG and use counter function instead.
4b13d5a8 160 Fix snapshot segment import to not use duplicate segments & replace.
cfebc626 161 Do not query nonexistent devices for readahead.
5a820745 162 Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.
2f9a9d1a 163 Remove snapshot_count from VG and use function instead.
920e68d6 164 Fix first_seg() call for empty segment list.
25a2e7b8 165 Add install_lvm2 makefile target to install only the LVM2 components.
45aff0a2 166 Reject missing PVs from allocation in toollib.
5c93cdba 167 Fix PV datalignment for values starting prior to MDA area. (2.02.45)
87f42fda 168 Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).
25a2e7b8 169 Fix minimum width of devices column in reports.
87f42fda
AK
170 Add lvs origin_size field.
171 Fix linux configure --enable-debug to exclude -O2.
25a2e7b8 172 Implement lvconvert --repair for repairing partially-failed mirrors.
cd978f74 173 Fix vgreduce --removemissing failure exit code.
dfbc015c 174 Fix remote metadata backup for clvmd.
25a2e7b8
AK
175 Introduce unlock_and_release_vg macro.
176 Introduce vg_release() to be called to free every struct volume_group.
e5656d86 177 Alloc PV internal structure from VG mempool if possible.
8f3fd69f 178 Fix metadata backup to run after vg_commit always.
c4ff1338 179 Tidy clvmd volume lock cache functions.
d66abfb8 180 Fix pvs report for orphan PVs when segment attributes are requested.
81c74829 181 Fix pvs -a output to not read volume groups from non-PV devices.
1cc75dfb 182 Add MMC (mmcblk) device type to filters.
8e1d5615 183 Introduce memory pools per volume group (to reduce memory for large VGs).
25a2e7b8 184 Use copy of PV structure when manipulating global PV lists.
1b25b6e0 185 Always return exit error status when locking of volume group fails.
6ce8f8d5 186 Fix mirror log convert validation question.
9bcd5c2f 187 Avoid referencing files from DESTDIR during build process.
25a2e7b8 188 Avoid creating some static libraries unless configured --enable-static_link.
772cac09 189 Enable use of cached metadata for pvs and pvdisplay commands.
bef749c9 190 Add missing 'device-mapper' internal subdir build dependency.
e24f357c 191 Fix memory leak in mirror allocation code.
2691077d 192 Save and restore the previous logging level when log level is changed.
e69246e1 193 Fix error message when archive initialization fails.
3330038e 194 Make sure clvmd-corosync releases the lockspace when it exits.
0ef8308f 195 Fix segfault for vgcfgrestore on VG with missing PVs.
c35df82d 196 Block SIGTERM & SIGINT in clvmd subthreads.
3402ccd4 197 Detect and conditionally wipe swapspace signatures in pvcreate.
7f436a0f 198 Fix maximal volume count check for snapshots if max_lv set for volume group.
25a2e7b8 199 Fix lvcreate to remove unused cow volume if the snapshot creation fails.
47e1baf1 200 Fix error messages when PV uuid or pe_start reading fails.
25a2e7b8
AK
201 Build new liblvm application-level library.
202 Rename liblvm.a to liblvm-internal.a.
fe3a28e2 203 Flush memory pool and fix locking in clvmd refresh and backup command.
25a2e7b8 204 Fix unlocks in clvmd-corosync. (2.02.45)
1d13e518 205 Fix error message when adding metadata directory to internal list fails.
6a8feb3c 206 Fix size and error message of memory allocation at backup initialization.
25a2e7b8 207 Remove old metadata backup file after renaming VG.
fbd97a34 208 Restore log_suppress state when metadata backup file is up-to-date.
ab5be5f0 209
33617240
AK
210Version 2.02.45 - 3rd March 2009
211================================
c3b50730 212 Avoid scanning empty metadata areas for VG names.
ed82bfd2 213 Attempt proper clean up in child before executing new binary in exec_cmd().
7b1c853b 214 Do not scan devices if reporting only attributes from PV label.
edf47283 215 Use pkgconfig to obtain corosync library details during configuration.
b36d715a 216 Fix error returns in clvmd-corosync interface to DLM.
82c29eed 217 Add --refresh to vgchange and vgmknodes man pages.
33617240
AK
218 Pass --test from lvresize to fsadm as --dry-run.
219 Supply argv[] list to exec_cmd() to allow for variable number of parameters.
220 Prevent fsadm from checking mounted filesystems.
221 No longer treats any other key as 'no' when prompting in fsadm.
222 Tidy fsadm command line processing.
5f4b7a26 223 Add lib/lvm.h and lib/lvm_base.c for the new library interface.
ec6a6fbe
AK
224 Move tools/version.h to lib/misc/lvm-version.h.
225 Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE.
7ac8b7c3 226 Add system_dir parameter to create_toolcontext().
8929ce66 227 Add --dataalignment to pvcreate to specify alignment of data area.
47c0f6ae 228 Exclude LCK_CACHE locks from _vg_lock_count, fixing interrupt unblocking.
27753447 229 Provide da and mda locations in debug message when writing text format label.
45bec967 230 Mention the restriction on file descriptors at invocation on the lvm man page.
9b99f333 231 Index cached vgmetadata by vgid not vgname to cope with duplicate vgnames.
0f817d38 232 No longer require kernel and metadata major numbers to match.
9c61679e 233 Add a fully-functional get_cluster_name() to clvmd corosync interface.
0f1917af 234 Remove duplicate cpg_initialize from clvmd startup.
d3e282c9 235 Add option to /etc/sysconfig/cluster to select cluster type for clvmd.
2095de1a 236 Allow clvmd to start up if its lockspace already exists.
ea0cdd28 237 Separate PV label attributes which do not need parse metadata when reporting.
33617240 238 Remove external dependency on the 'cut' command from fsadm.
92a4d6b2 239 Fix pvs segfault when pv mda attributes requested for not available PV.
33617240 240 Add fsadm support for reszing ext4 filesysystems.
76cc7b27 241 Move locking_type reading inside init_locking().
4631e587 242 Rename get_vgs() to get_vgnames() and clarify related error messages.
fd5c5a97
CC
243 Allow clvmd to be built with all cluster managers & select one on cmdline.
244 Mention --with-clvmd=corosync in ./configure.
b8fa5160 245 Replace internal vg_check_status() implementation.
8544a8a2 246 Rename vg_read() to vg_read_internal().
30212562 247
c6a808f1
AK
248Version 2.02.44 - 26th January 2009
249===================================
a40fb438 250 Fix --enable-static_link after the recent repository changes.
c6a808f1 251 Add corosync/DLM cluster interface to clvmd.
c0f61d7d 252 Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages.
c6a808f1 253 Fix lvresize size conversion for fsadm when block size is not 1K.
9bbd343f 254 Fix pvs segfault when run with orphan PV and some VG fields.
219b480d 255 Display a 'dev_size' of zero for missing devices in reports.
c926ea5c 256 Add pv_mda_size to pvs and vg_mda_size to vgs.
326902f0 257 Fix lvmdump /sys listing to include virtual devices directory.
6cca7a9f 258 Add "--refresh" functionality to vgchange and vgmknodes.
c6a808f1 259 Avoid exceeding LV size when wiping device.
6d1b3b53 260 Calculate mirror log size instead of using 1 extent.
c6a808f1 261 Ensure requested device number is available before activating with it.
219b480d
AK
262 Fix incorrect exit status from 'help <command>'.
263 Fix vgrename using UUID if there are VGs with identical names.
539f903f 264 Fix segfault when invalid field given in reporting commands.
f653fb2b 265 Move is_static from cmd to global is_static().
9db16312 266 Refactor init_lvm() for lvmcmdline and clvmd.
c7e363f9 267 Add liblvm interactive test infrastructure to build.
f653fb2b 268 Add skeleton lvm2.h file in preparation for a shared library interface.
d17a8e36 269 Use better random seed value in temp file creation.
c6a808f1 270 Add read_urandom to read /dev/urandom. Use in uuid calculation.
b4795264 271 Use displayable_lvs_in_vg and lv_is_displayable for consistency throughout.
9d9589d1 272 Fix race in vgcreate that would result in second caller overwriting first.
89ef434f 273 Fix uninitialised lv_count in vgdisplay -c.
e2675481 274 Don't skip updating pvid hash when lvmcache_info struct got swapped.
18dcfb69 275 Add tinfo to termcap search path for pld-linux.
acc41388 276 Fix startup race in clvmd.
c6a808f1 277 Generate Red Hat clvmd startup script at config time with correct paths.
07698bfd 278 Fix clvmd & dmeventd builds after tree restructuring.
da526553 279 Cope with snapshot dependencies when removing a whole VG with lvremove.
c6a808f1 280 Make man pages and tool help text consistent using | for alternative options.
07698bfd
AK
281
282Version 2.02.43 - 10th November 2008
283====================================
b362d126 284 Merge device-mapper into the lvm2 tree.
40387549
AK
285 Correct prototype for --permission on lvchange and lvcreate man pages.
286 Exit with non-zero status from vgdisplay if couldn't show any requested VG.
3e5b6ed2 287 Move list.c into libdevmapper and rename functions.
965566dc 288 Rename a couple of variables that matched function names.
597c3f8e 289 Use simplified x.y.z version number in libdevmapper.pc.
c249597f 290 Remove ancient debian directory.
fcc5d443 291 Split out lvm-logging.h from log.h and lvm-globals.[ch] from log.[ch].
d480ed41 292
5e4b1453 293Version 2.02.42 - 26th October 2008
44222209 294===================================
14c9a9ae 295 Accept locking fallback_to_* options in the global section as documented.
9e71c180
AK
296 Fix temp table activation in mirror conversions not to happen in other cmds.
297 Fix temp table in mirror conversions to use always-present error not zero.
44222209 298
a64041bb
AK
299Version 2.02.41 - 17th October 2008
300===================================
5da4feac 301 Use temp table to set device size when converting mirrors.
3935c3ec 302 In resume_mirror_images replace activate_lv with resume_lv as workaround.
08b959a5 303 Avoid overwriting in-use on-disk text metadata by forgetting MDA_HEADER_SIZE.
ffc4a05b 304 Fix snapshot monitoring library to not cancel monitoring invalid snapshot.
5951ef33 305 Generate man pages from templates and include version.
68f2de6d 306 Add usrlibdir and usrsbindir to configure.
9c4bf5db 307 Fix conversion of md chunk size into sectors.
7eb1c3ed 308 Free text metadata buffer after a failure writing it.
9c4bf5db 309 Fix misleading error message when there are no allocatable extents in VG.
061fa9c4 310 Fix handling of PVs which reappeared with old metadata version.
550463b5 311 Fix mirror DSO to call vgreduce with proper parameters.
ed8c4d99 312 Fix validation of --minor and --major in lvcreate to require -My always.
b906150a 313 Fix release: clvmd build, vgreduce consolidate & tests, /dev/ioerror warning.
6e410af1 314
01b1d604
AK
315Version 2.02.40 - 19th September 2008
316=====================================
f3fc2386 317 Allow lvremove to remove LVs from VGs with missing PVs.
8c5bcdab
AK
318 In VG with PVs missing, by default allow activation of LVs that are complete.
319 Track PARTIAL_LV and MISSING_PV flags internally.
320 Require --force with --removemissing in vgreduce to remove partial LVs.
321 No longer write out PARTIAL flag into metadata backups.
322 Treat new default activation/missing_stripe_filler "error" as an error target.
323 Remove internal partial_mode.
2adafc16 324 Add devices/md_chunk_alignment to lvm.conf.
3c2086ef 325 Pass struct physical_volume to pe_align and adjust for md chunk size.
225ad191 326 Store sysfs location in struct cmd_context.
324e23b7 327 Avoid shuffling remaining mirror images when removing one, retaining primary.
4bb7a2f5 328 Add missing LV error target activation in _remove_mirror_images.
08b481bb 329 Prevent resizing an LV while lvconvert is using it.
a0e00ccf 330 Avoid repeatedly wiping cache while VG_GLOBAL is held in vgscan & pvscan.
df9c7546 331 Fix pvresize to not allow resize if PV has two metadata areas.
3a2fb073 332 Fix setting of volume limit count if converting to lvm1 format.
9c520b11 333 Fix vgconvert logical volume id metadata validation.
050f5d89 334 Fix lvmdump metadata gather option (-m) to work correctly.
a4a1cd76 335 Fix allocation bug in text metadata format write error path.
8df4c374 336 Fix vgcfgbackup to properly check filename if template is used.
b145d876 337 configure aborts if lcov or genhtml are missing with --enable-profiling
e2151fb4
ZK
338 vgremove tries to remove lv snapshot first.
339 Added function lv_remove_with_dependencies().
b7961bdb 340 Improve file descriptor leak detection to display likely culprit and filename.
9125b72b 341 Change clustered mirror kernel module name from cmirror to dm-log-clustered.
131bc6f0 342 Avoid looping forever in _pv_analyze_mda_raw used by pvck.
021317a5 343 Change lvchange exit status to indicate if any part of the operation failed.
32a478cb 344 Fix pvchange and pvremove to handle PVs without mdas.
29f7cbda 345 Refactor _text_pv_read and always return mda list if requested.
ca822ab4
AK
346 Fix configure to work w/o readline unless --enable-readline used. (2.02.39)
347 Remove is_lvm_partition template which has not yet been coded.
348 Refactor pvcreate to separate parameter parsing from validation logic.
4833ac3d
DW
349 Check for label_write() failure in _text_pv_write().
350 Add pvcreate tests and update vgsplit tests to handle lvm1 and lvm2 metadata.
239c4fe6 351 Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.
82185ada
AK
352 Cease recognising snapshot-in-use percentages returned by early devt kernels.
353 Add backward-compatible flags field to on-disk format_text metadata.
367a0ac0 354 Fix dmeventd monitoring libraries to link against liblvm2cmd again. (2.02.39)
f4fa433e 355
20ee0a06 356Version 2.02.39 - 27th June 2008
d47bc382 357================================
1b523347 358 Enable readline by default if available.
5556819a
AK
359 Update autoconf to 2008-01-16.
360 Add $DISTCLEAN_DIRS to make.tmpl.in.
361 Create coverage reports with --enable-profiling and make lcov or lcov-dated.
59743245 362 Fix up cache for PVs without mdas after consistent VG metadata is processed.
6db41363 363 Update validation of safe mirror log type conversions in lvconvert.
1049bc2f 364 Fix lvconvert to disallow snapshot and mirror combinations.
36081ccf 365 Fix reporting of LV fields alongside unallocated PV segments.
1f787aca 366 Add --unquoted and --rows to reporting tools.
30ef4c73
AK
367 Add and use uninitialized_var() macro to suppress invalid compiler warnings.
368 Introduce enum for md minor sb version to suppress compiler warning.
369 Avoid undefined return value after _memlock manipulation in lvm2_run.
370 Avoid link failure if configured without --enable-cmdlib or --enable-readline.
371 Make clvmd return at once if other nodes down in a gulm or openais cluster.
372 Fix and improve readahead 'auto' calculation for stripe_size.
373 Fix lvchange output for -r auto setting if auto is already set.
374 Add test case for readahead.
f4fa433e 375 Avoid ambiguous use of identifier error_message_produced.
d0191583 376 Begin syncing configure.in for merge/unification with device-mapper.
ac27ef25 377 Fix add_mirror_images not to dereference uninitialized log_lv upon failure.
b1f8aa24 378 Don't call openlog for every debug line output by clvmd.
dc868e56 379 Add --force to lvextend and lvresize.
f4fa433e 380 Fix vgchange not to activate component mirror volumes directly.
c8c24ccd 381 Fix test directory clean up in make distclean.
ac27ef25 382
88f2c815
AK
383Version 2.02.38 - 11th June 2008
384================================
56637f2a 385 Fix tracking of validity of PVs with no mdas in lvmcache.
3a30d1db 386 Fix return values for reporting commands when run with no PVs, LVs, or VGs.
a3678fa1 387 Add omitted unlock_vg() call when sigint_caught() during vg processing.
88f2c815
AK
388 Fix free_count when reading pool metadata.
389 Fix segfault when using pvcreate on a device containing pool metadata.
80b7fe0e 390 Fix segfault after _free_vginfo by remembering to remove vginfo from list.
bfadd213 391 Tweak detection of invalid fid after changes to PVs in VG in _vg_read.
424dd43e 392 Revert assuming precommitted metadata is live when activating (unnecessary).
aa769723 393 Drop cached metadata for disappearing VG in vgmerge.
ec40d928
AK
394 In script-processing mode, stop if any command fails.
395 Warn if command exits with non-zero status code without a prior log_error.
396 Check lv_count in vg_validate.
397 Add --nameprefixes to reporting tools for field name prefix output format.
398
0b1a6c4b
AK
399Version 2.02.37 - 6th June 2008
400===============================
401 Make clvmd-cman use a hash rather than an array for node updown info.
402 Correct config file line numbers in messages when parsing comments.
179b9822 403 Drop cached metadata when renaming a VG.
57d0dc0d 404 Allow for vginfo changing during _vg_read.
e350c2f6 405 Decode numbers in clvmd debugging output.
bdf8c02f 406 Add missing deactivation after activation failure in lvcreate -Zy.
e4b34bfa 407 When activating, if precommitted metadata is still cached, assume it's live.
4bfa1324 408 When removing LV symlinks, skip any where the VG name is not determined.
ad134662 409 Drop metadata cache if update fails in vg_revert or vg_commit.
bdce11cb
AK
410 Avoid spurious duplicate VG messages referring to VGs that are gone.
411 Drop dev_name_confirmed error message to debug level.
412 Fix setpriority error message to signed int.
ace5664e 413 Temporarily disable dmeventd mirror monitoring during lvchange --resync.
fc54be10 414 Refactor some vginfo manipulation code.
98fd1ce3 415 Add assertions to trap deprecated P_ and V_ lock usage.
3d6af3e3
AK
416 Add missing mutex around clvmd lvmcache_drop_metadata library call.
417 Fix uninitialised mutex in clvmd if all daemons are not running at startup.
418 Avoid using DLM locks with LCK_CACHE type P_ lock requests.
3835ad6b 419 When asked to drop cached committed VG metadata, invalidate cached PV labels.
d9c0105f
AK
420 Drop metadata cache before writing precommitted metadata instead of after.
421 Don't touch /dev in vgrename if activation is disabled.
422
04ed52f6 423Version 2.02.36 - 29th April 2008
f6a88f32 424=================================
04ed52f6
AK
425 Fix fsadm.sh to work with older blockdev, blkid & readlink binaries.
426 Fix lvresize to pass new size to fsadm when extending device.
d474909a 427 Remove unused struct in clvmd-openais, and use correct node count.
746e7dc4 428 Fix nodes list in clvmd-openais, and allow for broadcast messages.
b5618c07 429 Exclude VG_GLOBAL from internal concurrent VG lock counter.
8e8baf89 430 Fix vgsplit internal counting of snapshot LVs.
b5618c07
AK
431 Fix vgmerge snapshot_count when source VG contains snapshots.
432 Simplify clvmd-openais by using non-async saLckResourceLock.
fd1b1189 433 Fix internal LV counter when a snapshot is removed.
a93ae114 434 Fix metadata corruption writing lvm1-formatted metadata with snapshots.
7e305eda 435 Fix lvconvert -m0 allocatable space check.
f6a88f32 436
a34eeced 437Version 2.02.35 - 15th April 2008
a6b0b935 438=================================
581b17de 439 Drop cached VG metadata before and after committing changes to it.
adb57823 440 Rename P_global to P_#global.
c4afaa05 441 Don't attempt remote metadata backups of non-clustered VGs. (2.02.29)
8b1ae3c1 442 Don't store fid in VG metadata cache to avoid clvmd segfault. (2.02.34)
6920681c
DW
443 Update vgsplit tests to verify loosening of active LV restriction.
444 Update vgsplit to only restrict split with active LVs involved in split.
445 Add lv_is_active() to determine whether an lv is active.
a6b0b935 446
9d527965
AK
447Version 2.02.34 - 10th April 2008
448=================================
3cde54c5 449 Improve preferred_names lvm.conf example.
2e050bfc
AK
450 Fix vgdisplay 'Cur LV' field to match lvdisplay output.
451 Fix lv_count report field to exclude hidden LVs.
985ca02b 452 Add vg_is_clustered() helper function.
eec663aa 453 Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.
f2696211 454 Update vgsplit tests for lvnames on the cmdline.
5656911a
DW
455 Update vgsplit man page to reflect lvnames on the cmdline.
456 Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
eb273c7c 457 Use clustered mirror log with pvmove in clustered VGs, if available.
178e1df2 458 Fix some pvmove error status codes.
9ac3596d 459 Fix vgsplit error paths to release vg_to lock.
54396b89
AK
460 Indicate whether or not VG is clustered in vgcreate log message.
461 Mention default --clustered setting in vgcreate man page.
462 Add config file overrides to clvmd when it reads the active LVs list.
6eb44b50
AK
463 Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.
464 Add (empty) orphan VGs to lvmcache during initialisation.
465 Fix orphan VG name used for format_pool.
ad607a23 466 Create a fid for internal orphan VGs.
d334793f 467 Update lvmcache VG lock state for all locking types now.
8bf70e11 468 Fix output if overriding command_names on cmdline.
5619c629 469 Add detection of clustered mirror log capability.
9da5d7ac 470 Add check to vg_commit() ensuring VG lock held before writing new VG metadata.
d2901a62 471 Add validation of LV name to pvmove -n.
ec074fcf 472 Make clvmd refresh the context correctly when lvm.conf is updated.
906935e5 473 Add some basic internal VG lock validation.
bf7dea97 474 Add per-command flags to control which commands use the VG metadata cache.
c6cb6ddf
AK
475 Fix vgsplit locking of new VG (2.02.30).
476 Avoid erroneous vgsplit error message for new VG. (2.02.29)
e283bda9 477 Suppress duplicate message when lvresize fails because of invalid vgname.
6e210a6c 478 Cache VG metadata internally while VG lock is held.
33842916 479 Fix redundant lvresize message if vg doesn't exist.
611c0689 480 Fix another allocation bug with clvmd and large node IDs.
9332d2cb 481 Add find_lv_in_lv_list() and find_pv_in_pv_list().
2aa5120e 482 Fix uninitialised variable in clvmd that could cause odd hangs.
4f618eba 483 Add vgmerge tests.
052bbfba 484 Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.
43aa4637
DW
485 Add list_move() for moving elements from one list to another.
486 Add 'is_reserved_lvname()' for identifying hidden LVs.
83465fde 487 Correct command name in lvmdiskscan man page.
7750a1ad 488 clvmd no longer crashes if it sees nodeids over 50.
ed070f41 489 Fix potential deadlock in clvmd thread handling.
dc2bdce1 490 Refactor text format initialisation into _init_text_import.
d4ce89d9
AK
491 Escape double quotes and backslashes in external metadata and config data.
492 Add functions for escaping double quotes in strings.
493 Rename count_chars_len to count_chars.
bcacf9d0
AK
494 Use return_0 in a couple more places.
495 Correct a function name typo in _line_append error message.
66db5dd8 496 Include limits.h in clvmd so it compiles with newer headers.
810e5001 497 Add VirtIO disks (virtblk) to filters.
60be88a0 498 Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV. (2.02.30)
4c0f4125 499 Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)
39d3ec0b
AK
500 Add missing no-longer-used segs_using_this_lv test to check_lv_segments.
501 Remove redundant non-NULL tests before calling free in clvmd.c.
502 Avoid a compiler warning: make is_orphan's parameter const.
9790f608 503 Fix lvconvert detection of mirror conversion in progress. (2.02.30)
b1ec1f87 504 Avoid automatic lvconvert polldaemon invocation when -R specified. (2.02.30)
814d9d5b 505 Fix 'pvs -a' to detect VGs of PVs without metadata areas.
bb097a97 506 Divide up internal orphan volume group by format type.
08152c90 507 Update usage message for clvmd.
39d3ec0b
AK
508 Fix clvmd man page not to print <br> and clarified debug options.
509 Fix lvresize to support /dev/mapper prefix in the LV name.
510 Fix unfilled parameter passed to fsadm from lvresize.
511 Update fsadm to call lvresize if the partition size differs (with option -l).
512 Fix fsadm to support VG/LV names.
f2f1da18 513
12aa1a24 514Version 2.02.33 - 31st January 2008
8abe9ec3 515===================================
4e9083db
AK
516 Fix mirror log name construction during lvconvert. (2.02.30)
517 Make monitor_dev_for_events recurse through the stack of LVs.
518 Clean up some more compiler warnings.
67cdbd7e 519 Some whitespace tidy-ups.
c51b9fff 520 Use stack return macros throughout.
962b2a55 521 Rely upon internally-cached PV labels while corresponding VG lock is held.
8abe9ec3 522
0dff5864 523Version 2.02.32 - 29th January 2008
6903d5b2 524===================================
5dc6c0de 525 Fix two check_lv_segments error messages to show whole segment.
3d13b467 526 Refactor mirror log attachment code.
311961fd 527 Fix internal metadata corruption in lvchange --resync. (2.02.30)
d39a99b2 528 Fix new parameter validation in vgsplit and test mode. (2.02.30)
5a3f869f 529 Remove redundant cnxman-socket.h file from clvmd directory.
8a19ebf4 530 Fix pvs, vgs, lvs error exit status on some error paths.
6903d5b2 531
0293b5f1 532Version 2.02.31 - 19th January 2008
aced269a 533===================================
0e0a6eb6 534 Fix lvcreate --nosync not to wait for non-happening sync. (2.02.30)
7644c656 535 Add very_verbose lvconvert messages.
51581d4d 536 Avoid readahead error message with default setting of lvcreate -M1. (2.02.29)
aced269a 537
6860fecb 538Version 2.02.30 - 17th January 2008
ce9636b2 539===================================
0c06de63 540 Set default readahead to twice maximium stripe size.
bdb91441 541 Reinstate VG extent size and stripe size defaults (halved). (2.02.29)
6860fecb 542 Add lists of stacked LV segments using each LV to the internal metadata.
72baf0c3 543 Change vgsplit -l (for unimplemented --list) into --maxlogicalvolumes.
fb3226a3 544 Fix process_all_pvs to detect non-orphans with no MDAs correctly.
f6dd48b0 545 Don't use block_on_error with mirror targets version 1.12 and above.
6860fecb 546 Update vgsplit to accept vgcreate options when new VG is destination.
f9ddc763 547 Update vgsplit to accept existing VG as destination.
272465ea 548 lvconvert waits for completion of initial sync by default.
2b0968b7 549 Refactor vgcreate for parameter validation and add tests.
c9ea4988 550 Add new convert_lv field to lvs output.
4a898ae9 551 Print warning when lvm tools are running as non-root.
67961c7c 552 Add snapshot dmeventd library (enables dmeventd snapshot monitoring).
7415ef77 553 Prevent pvcreate from overwriting MDA-less PVs belonging to active VGs.
a95892f7 554 Fix a segfault if using pvs with --all argument. (2.02.29)
48d9a74d 555 Update --uuid argument description in man pages.
8a77dd46 556 Fix vgreduce PV list processing not to process every PV in the VG. (2.02.29)
ba0c495d 557 Extend lvconvert to use polldaemon.
31e9db26 558 Add support for stacked mirrors.
a69ab652 559 Major restructuring of pvmove and lvconvert layer manipulation code.
f29e7ac5 560 Replace tools/fsadm with scripts/fsadm.sh.
dd007cfd
AK
561 Append fields to report/pvsegs_cols_verbose.
562 Permit LV segment fields with PV segment reports.
563 Add seg_start_pe and seg_pe_ranges to reports.
ce9636b2 564
5e856ed1
AK
565Version 2.02.29 - 5th December 2007
566===================================
33032891 567 Make clvmd backup vg metadata on remote nodes.
3da4613d 568 Refactor pvmove allocation code.
3e50ea9e
AK
569 Decode cluster locking state in log message.
570 Change file locking state messages from debug to very verbose.
b6f4f0c7 571 Fix --addtag to drop @ prefix from name.
37034fb8 572 Stop clvmd going haywire if a pre_function fails.
e5f7352b 573 Convert some vg_reads into vg_lock_and_reads.
223c62e7 574 Avoid nested vg_reads when processing PVs in VGs and fix associated locking.
204a12e5
AK
575 Accept sizes with --readahead argument.
576 Store size arguments as sectors internally.
df322f0b 577 Attempt to remove incomplete LVs with lvcreate zeroing/activation problems.
a6b22cf3 578 Add read_ahead activation code.
b4068515
AK
579 Add activation/readahead configuration option and FMT_RESTRICTED_READAHEAD.
580 Extend readahead arg to accept "auto" and "none".
a6b22cf3 581 Add lv_read_ahead and lv_kernel_read_ahead fields to reports and lvdisplay.
19c86543 582 Prevent lvconvert -s from using same LV as origin and snapshot.
00a7c302
AK
583 Fix human-readable output of odd numbers of sectors.
584 Add pv_mda_free and vg_mda_free fields to reports for raw text format.
2b0249ec 585 Add LVM2 version to 'Generated by' comment in metadata.
fd4ff5d2
AK
586 Show 'not usable' space when PV is too large for device in pvdisplay.
587 Ignore and fix up any excessive device size found in metadata.
612548c0 588 Fix error message when fixing up PV size in lvm2 metadata (2.02.11).
d38bf361
AK
589 Fix orphan-related locking in pvdisplay and pvs.
590 Fix missing VG unlocks in some pvchange error paths.
591 Add some missing validation of VG names.
592 Rename validate_vg_name() to validate_new_vg_name().
593 Change orphan lock to VG_ORPHANS.
594 Change format1 to use ORPHAN as orphan VG name.
9c1dbeb3 595 Convert pvchange, pvdisplay, pvscan to use is_orphan()
d38bf361 596 Add is_orphan_vg() and change all hard-coded checks to use it.
47c06763 597 Detect md superblocks version 1.0, 1.1 and 1.2.
0283c439 598 Add _alloc_pv() and _free_pv() from _pv_create() code and fix error paths.
1b8de4cb 599 Add pv_dev_name() to access PV device name.
70d9f98e 600 Add const attributes to pv accessor functions.
0283c439 601 Refactor vg_add_snapshot() and lv_create_empty().
6aca8e92 602 Handle new sysfs subsystem/block/devices directory structure.
5e856ed1 603 Run test with LVM_SYSTEM_DIR pointing to private root and /dev dirs.
da08e40f 604 Fix a bug in lvm_dump.sh checks for lvm/dmsetup binaries.
216283b6 605 Fix underquotations in lvm_dump.sh.
479921f1 606 Refactor lvcreate stripe and mirror parameter validation.
5e856ed1
AK
607 Print --help output to stdout, not stderr.
608 After a cmdline processing error, don't print help text but suggest --help.
dfef7f69 609 Add %PVS extents option to lvresize, lvextend, and lvcreate.
b680c5c6 610 Add 'make check' to run tests in new subdirectory 'test'.
d5f554ab 611 Moved the obsolete test subdirectory to old-tests.
b680c5c6 612 Cope with relative paths in configure --with-dmdir.
13aba081 613 Remove no-longer-correct restrictions on PV arg count with stripes/mirrors.
9eea0107 614 Fix strdup memory leak in str_list_dup().
533a024a
AK
615 Link with -lpthread when static SELinux libraries require that.
616 Detect command line PE values that exceed their 32-bit range.
b45b8464 617 Include strerror string in dev_open_flags' stat failure message.
c6ea067f 618 Move guts of pvresize into library.
2b849ab4
AK
619 Avoid error when --corelog is provided without --mirrorlog. (2.02.28)
620 Correct --mirrorlog argument name in man pages (not --log).
621 Clear MIRROR_NOTSYNCED LV flag when converting from mirror to linear.
f603fe64
DW
622 Modify lvremove to prompt for removal if LV active on other cluster nodes.
623 Add '-f' to vgremove to force removal of VG even if LVs exist.
b45b8464 624
230948b9
AK
625Version 2.02.28 - 24th August 2007
626==================================
d2fb8b66 627 Fix clvmd logging so you can get lvm-level debugging out of it.
e935d217 628 Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.
230948b9 629 Change locking_flags from int to uint32_t.
88fc506b 630 Fix clvmd -R, so it fully refreshes the caches.
3b3948f1 631 Change lvconvert_mirrors to use mirror segtype not striped.
ea041b12 632 Fix lvconvert_mirrors detection of number of existing mirrors.
230948b9 633 Clean up numerous compiler warnings that appeared in recent releases.
21bc3664 634 Remove several unused parameters from _allocate().
edb3374d 635 Only permit --force, --verbose and --debug arguments to be repeated.
be684599 636 Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.
230948b9
AK
637 Move guts of vgremove and lvremove into library, including yes_no_prompt.
638 Allow clvmd debug to be turned on in a running daemon using clvmd -d [-C].
7a197a62 639 Update to use autoconf 2.61, while still supporting 2.57.
230948b9
AK
640 Add more cluster info to lvmdump.
641 Add further const attributes throughout.
48bb503f 642 Add support for renaming mirrored LVs.
230948b9 643 Factor out core of lvrename() to library function.
edb3374d 644 Add --mirrorlog argument to specify log type for mirrors.
230948b9
AK
645 Don't attempt to monitor devices if their creation failed in _lv_activate.
646 Don't leak a file descriptor in fcntl_lock_file() when fcntl fails.
edb3374d 647 Replace create_dir with dm_create_dir.
230948b9 648 Detect stream write failure reliably with lvm_fclose using dm_fclose.
3c116860 649 Fix clvmd if compiled with gulm support. (2.02.26)
230948b9 650 Fix lvdisplay man page to say LV size is reported in sectors, not KB.
891c3d29 651 Add vg_lock_and_read() external library function.
8a0de6c3 652 Fix loading of persistent cache if cache_dir is used. (2.02.23)
230948b9
AK
653 Reduce _compare_paths lstat error message from log_error to log_very_verbose.
654 Create util.h with last_path_component replacing strdup + basename.
bbcd2460 655 Use gcc's printf attribute wherever possible.
230948b9 656 In _line_append, use "sizeof buf - 1" rather than equivalent "4095".
c93e6b5f 657 Introduce is_same_inode macro, now including a comparison of st_dev.
230948b9 658 Don't leak a file descriptor in _lock_file() when flock fails.
3579b652 659 Add SUN's LDOM virtual block device (vdisk) and ps3disk to filters.
03eee0e2 660 Split metadata-external.h out from metadata.h for the tools to use.
f5840016 661
6fb02eb2 662Version 2.02.27 - 17th July 2007
6dee7d31 663================================
5b7d1629 664 Fix snapshot cow area deactivation if origin is not active. (2.02.13)
d1158c75 665 Fix configure libdevmapper.h check when --with-dmdir is used.
0c795e2e 666 Turn _add_pv_to_vg() into external library function add_pv_to_vg().
33e56019 667 Add pv_by_path() external library function.
b3ae66ae 668 Tidy clvmd-openais of redundant bits, and improve an error report.
3c21da17 669 Cope with find_seg_by_le() failure in check_lv_segments().
fb697f28 670 Call dev_iter_destroy() if _process_all_devs() is interrupted by sigint.
d27e1233 671 Add vg_mda_count and pv_mda_count columns to reports.
68c87619 672 Fix dumpconfig to use log_print instead of stdout directly.
fba549f8 673 Remove unused parameter 'fid' from _add_pv_to_vg.
68c87619
AK
674 Add kernel and device-mapper targets versions to lvmdump.
675 Replace BSD (r)index with C89 str(r)chr.
676 Handle vgsplit of an entire VG as a vgrename.
677 Reinitialise internal lvmdiskscan variables when called repeatedly.
86df68f3 678 Fix missing lvm_shell symbol in lvm2cmd library. (2.02.23)
69483a8a 679 Add vg_status function and clean up vg->status in tools directory.
53c774b9 680 Add --ignoremonitoring to disable all dmeventd interaction.
69483a8a 681 Remove get_ prefix from get_pv_* functions.
8e2f0361 682 clvmd-openais now uses cpg_local_get() to get nodeid, rather than Clm.
e7ddf416 683 Print warnings to stderr instead of stdout.
6dee7d31 684
8f1fb4ad
AK
685Version 2.02.26 - 15th June 2007
686================================
1471bc87 687 Update vgcfgrestore man page.
8f1fb4ad
AK
688 Allow keyboard interrupt during user prompts when appropriate.
689 Remove unused clvmd system-lv code.
690 Replace many physical_volume struct dereferences with new get_pv_* functions.
691 Suppress a benign compile-time warning.
b496210d 692 Convert find_pv_in_vg_by_uuid and pv_create to use PV handles.
4e5f3e73 693 Add wrappers to some functions in preparation for external LVM library.
8f1fb4ad 694 Add -f to vgcfgrestore to list metadata backup files.
c221b0bc 695 Add vg_check_status to consolidate vg status checks and error messages.
5a4ba89a 696 Add pvdisplay --maps implementation.
8f1fb4ad
AK
697 Remove unsupported LVM1 options from vgcfgrestore man page.
698 Update vgcfgrestore man page to show mandatory VG name.
699 Update vgrename man page to include UUID and be consistent with lvrename.
59231b56 700 Add (experimental) OpenAIS support to clvmd.
8f1fb4ad 701 Fix deactivation code to follow dependencies and remove symlinks.
b3b0f199 702 Fix and clarify vgsplit error messages.
8f1fb4ad
AK
703 Fix a segfault in device_is_usable() if a device has no table.
704 Add some more debug messages to clvmd startup.
705 Misc clvmd cleanups.
ffd5c5c8 706
e3a12d14 707Version 2.02.25 - 27th April 2007
a8f51fa2 708=================================
19eb95f7 709 Fix get_config_uint64() to read a 64-bit value not a 32-bit one.
7c03887b 710 Add -Wformat-security and change one fprintf() to fputs().
e6edd1d7 711 Move regex functions into libdevmapper.
1bf5aae9 712 Change some #include lines to search only standard system directories.
4f2f566b
AK
713 Add devices/preferred_names config regex list for displayed device names.
714 Free a temporary dir string in fcntl_lock_file() after use.
715 Fix a dm_pool_destroy() in matcher_create().
716 Introduce goto_bad macro.
717 Fix warnings on x86_64 involving ptrdiff_t in log_error messages.
718 Update pvck to include text metadata area and record detection.
719 Add support functions for token counting in config file extracts.
720 Update pvck to read labels on disk, with --labelsector parameter.
721 Add count_chars and count_chars_len functions.
722 Add /sys/block listings to lvm_dump.sh.
723 Make lvm_dump.sh list /dev recursively.
05aa860f 724 Fix thread race in clvmd.
17a6fc0b 725 Add scan_sector param to label_read and _find_labeller.
4f2f566b
AK
726 Make clvmd cope with quorum devices.
727 Add extra internal error checking to clvmd.
662e0238 728 Add dev_read_circular.
cc5a4e1d 729 Add pvck command stub.
b4fb5226
AK
730 Update lists of attribute characters in man pages.
731 Change cling alloc policy attribute character from 'C' to l'.
5d06515c 732 Fix creation and conversion of mirrors with tags.
851002b8
MB
733 Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
734 Split metadata areas in vgsplit properly.
a8f51fa2 735
91dc07af
AK
736Version 2.02.24 - 19th March 2007
737=================================
eca7ef18 738 Fix processing of exit status in init scripts
d330e660 739 Fix vgremove to require at least one vg argument.
74e2acb6
AK
740 Fix reading of striped LVs in LVM1 format.
741 Flag nolocking as clustered so clvmd startup sees clustered LVs. (2.02.10)
b9b26011 742 Add a few missing pieces of vgname command line validation.
9397354a 743 Support the /dev/mapper prefix on most command lines.
13e5d242
AK
744
745Version 2.02.23 - 8th March 2007
746================================
b45c9f49 747 Fix vgrename active LV check to ignore differing vgids.
8fe54fdd 748 Remove no-longer-used uuid_out parameter from activation info functions.
af914569 749 Fix two more segfaults if an empty config file section encountered.
87cec8eb
AK
750 Move .cache file into a new /etc/lvm/cache directory by default.
751 Add devices/cache_dir & devices/cache_file_prefix, deprecating devices/cache.
752 Create directory in fcntl_lock_file() if required.
f359c9b8 753 Exclude readline support from lvm.static.
0558b928 754 Fix a leak in a reporting error path (2.02.19).
2f2c9932 755
187c689f
AK
756Version 2.02.22 - 13th February 2007
757====================================
d8ff86fd
AK
758 Correct -b and -P on a couple of man pages.
759 Add global/units to example.conf.
e09dfed8 760 Fix loading of segment_libraries.
37fb985a
AK
761 If a PV reappears after it was removed from its VG, make it an orphan.
762 Don't update metadata automatically if VGIDs don't match.
aa350ef4 763 Fix some vgreduce --removemissing command line validation.
612209c8 764
f21f60d5 765Version 2.02.21 - 30th January 2007
67fa4fd4 766===================================
319e74e2 767 Add warning to lvm2_monitoring_init_rhel4 if attempting to stop monitoring.
ce4c3310
AK
768 Fix vgsplit to handle mirrors.
769 Reorder fields in reporting field definitions.
898b3d4d 770 Fix vgs to treat args as VGs even when PV fields are displayed.
fce67134 771 Fix md signature check to handle both endiannesses.
67fa4fd4 772
667eb775 773Version 2.02.20 - 25th January 2007
07473c2b 774===================================
aca04336 775 dmeventd mirror sets ignore_suspended_devices and avoids scanning mirrors.
f247a4e7 776 Add devices/ignore_suspended_devices to ignore suspended dm devices.
2e1b92e3
AK
777 Add some missing close() and fclose() return code checks.
778 Fix exit statuses of reporting tools (2.02.19).
00fc37f1 779 Add init script for dmeventd monitoring.
20db8ffc 780 lvm.static no longer interacts with dmeventd unless explicitly asked to.
57fc4cc0
AK
781 Add field definitions to report help text.
782 Remove unnecessary cmd arg from target_*monitor_events().
3329c698 783 Add private variable to dmeventd shared library interface.
dd9927bc 784 Long-lived processes write out persistent dev cache in refresh_toolcontext().
f72de1dc
AK
785 Fix refresh_toolcontext() always to wipe persistent device filter cache.
786 Add is_long_lived to toolcontext.
147b7d5e 787 Add --clustered to man pages.
7fee061a 788 Streamline dm_report_field_* interface.
8a37910d 789 Change remaining dmeventd terminology 'register' to 'monitor'.
10232bd9 790 Update reporting man pages.
147b7d5e 791 No longer necessary to specify alignment type for report fields.
07473c2b 792
c3afa8df 793Version 2.02.19 - 17th January 2007
99a4014f 794===================================
6a91a99b 795 Fix a segfault if an empty config file section encountered.
d838a1e3 796 Move basic reporting functions into libdevmapper.
b1ab8b00
AK
797 Fix partition table processing after sparc changes (2.02.16).
798 Fix cmdline PE range processing segfault (2.02.13).
02059c81 799 Some libdevmapper-event interface changes.
8ef6eb30
AK
800 Report dmeventd mirror monitoring status.
801 Fix dmeventd mirror status line processing.
99a4014f 802
96710ad8
AK
803Version 2.02.18 - 11th January 2007
804===================================
6b36e863 805 Revised libdevmapper-event interface for dmeventd.
65e635b6 806 Remove dmeventd mirror status line word limit.
3b007b27 807 Use CFLAGS when linking so mixed sparc builds can supply -m64.
fb12fd44
AK
808 Prevent permission changes on active mirrors.
809 Print warning instead of error message if lvconvert cannot zero volume.
810 Add snapshot options to lvconvert man page.
2eeb2a1f
AK
811 dumpconfig accepts a list of configuration variables to display.
812 Change dumpconfig to use --file to redirect output to a file.
7c0cd273 813 Avoid vgreduce error when mirror code removes the log LV.
7cb59417 814 Remove 3 redundant AC_MSG_RESULTs from configure.in.
e62436fc
AK
815 Free memory in _raw_read_mda_header() error paths.
816 Fix ambiguous vgsplit error message for split LV.
817 Fix lvextend man page typo.
33f732c5
AK
818 Add configure --with-dmdir to compile against a device-mapper source tree.
819 Use no flush suspending for mirrors.
6032a223 820 Add dmeventd_mirror register_mutex, tidy initialisation & add memlock.
aa8a4d96 821 Fix create mirror with name longer than 22 chars.
0ce83a83 822 Fix some activate.c prototypes when compiled without devmapper.
0c8569ed 823 Fix dmeventd mirror to cope if monitored device disappears.
1a42d65a 824
dced1554
AK
825Version 2.02.17 - 14th December 2006
826====================================
67e6c7e7 827 Add missing pvremove error message when device doesn't exist.
5b61ca72
AK
828 When lvconvert allocates a mirror log, respect parallel area constraints.
829 Use loop to iterate through the now-ordered policy list in _allocate().
830 Check for failure to allocate just the mirror log.
831 Introduce calc_area_multiple().
832 Support mirror log allocation when there is only one PV: area_count now 0.
948ee3e3 833 Fix detection of smallest area in _alloc_parallel_area() for cling policy.
699b275a 834 Add manpage entry for clvmd -T
e3e6eba1 835 Fix gulm operation of clvmd, including a hang when doing lvchange -aey
47436a42 836 Fix hang in clvmd if a pre-command failed.
193992de 837
b3bafefd
AK
838Version 2.02.16 - 1st December 2006
839===================================
0357f18e 840 Fix VG clustered read locks to use PR not CR.
4dc0ec22 841 Adjust some alignments for ia64/sparc.
6c48fe74 842 Fix mirror segment removal to use temporary error segment.
a16f48e3
PC
843 Always compile debug logging into clvmd.
844 Add startup timeout to RHEL4 clvmd startup script.
bd8be78c 845 Add -T (startup timeout) switch to clvmd.
d9cc9173 846 Improve lvm_dump.sh robustness.
066ac2ef 847 Update lvm2create_initrd to support gentoo.
55b5ce87 848
efecd5c1 849Version 2.02.15 - 21st November 2006
3b276539 850====================================
efecd5c1 851 Fix clvmd_init_rhel4 line truncation (2.02.14).
4eee5764 852 Install lvmdump by default.
25375165 853 Fix check for snapshot module when activating snapshot.
ba4f5d80 854 Fix pvremove error path for case when PV is in use.
9f7e7709 855 Warn if certain duplicate config file entries are seen.
15545b91 856 Enhance lvm_dump.sh for sysreport integration and add man page.
b65e33f4 857 Fix --autobackup argument which could never disable backups.
deb202bd 858 Fix a label_verify error path.
3b276539 859
9f74b2fc
AK
860Version 2.02.14 - 10th November 2006
861====================================
f96cde8c
AK
862 Fix adjusted_mirror_region_size() to handle 64-bit size.
863 Add some missing bounds checks on 32-bit extent counters.
a89d6014
AK
864 Add Petabyte and Exabyte support.
865 Fix lvcreate error message when 0 extents requested.
581e8111 866 lvremove man page: volumes must be cluster inactive before being removed.
c1c16a8f
AK
867 Protect .cache manipulations with fcntl locking.
868 Change .cache timestamp comparisons to use ctime.
1c3c2df9 869 Fix mirror log LV writing to set all bits in whole LV.
df52a8b5 870 Fix clustered VG detection and default runlevels in clvmd_init_rhel4.
c8902451 871 Fix high-level free space check for partial allocations.
7d1c3fcd 872
ffe524cc 873Version 2.02.13 - 27th October 2006
38a5f0b6 874===================================
7f31917d 875 Add couple of missing files to tools/Makefile CLEAN_TARGETS.
013577fb 876 When adding snapshot leave cow LV mapped device active after zeroing.
99d00efa 877 Fix a clvmd debug message.
4098f628 878 Add dev_flush() to set_lv().
e51d50a1 879 Add lvchange --resync.
2bdc8e12 880 Perform high-level free space check before each allocation attempt.
77fcc207 881 Don't allow a node to remove an LV that's exclusively active on anther node.
9766c3c9 882 Cope if same PV is included more than once in cmdline PE range list.
b16b9c2b 883 Set PV size to current device size if it is found to be zero.
7c5ec126 884 Add segment parameter to target_present functions.
38a5f0b6 885
0b0fd330 886Version 2.02.12 - 16th October 2006
89a4e806 887===================================
e663b4e8 888 Fix pvdisplay to use vg_read() for non-orphans.
04dabc15 889 Fall back to internal locking if external locking lib is missing or fails.
a590f3b6
AK
890 Retain activation state after changing LV minor number with --force.
891 Propagate clustered flag in vgsplit and require resizeable flag.
89a4e806 892
181b5f00
AK
893Version 2.02.11 - 12th October 2006
894===================================
efa483c5 895 Add clvmd function to return the cluster name. not used by LVM yet.
de5c82a0 896 Add cling allocation policy.
4a2ca1b9 897 Change _check_contiguous() to use _for_each_pv().
b6f85520
AK
898 Extend _for_each_pv() to allow termination without error.
899 Abstract _is_contiguous().
68d7c0e6 900 Remove duplicated pv arg from _check_contiguous().
705eabf7 901 Accept regionsize with lvconvert.
d547cbb0
AK
902 Add report columns with underscore before field names ending 'size'.
903 Correct regionsize default on lvcreate man page (MB).
e37a2415 904 Fix clvmd bug that could cause it to die when a node with a long name crashed.
b4e2a0e1 905 Add device size to text metadata.
209f03f2 906 Fix format_text mda_setup pv->size and pv_setup pe_count calculations.
8d18637e 907 Fix _for_each_pv() for mirror with core log.
92921054 908 Add lvm_dump.sh script to create a tarball of debugging info from a system.
2a7f7fc1 909 Capture error messages in clvmd and pass them back to the user.
7089e02c 910 Remove unused #defines from filter-md.c.
dc9dcb3d 911 Make clvmd restart init script wait until clvmd has died before starting it.
13583874 912 Add -R to clvmd which tells running clvmds to reload their device cache.
6c81ed26 913 Add LV column to reports listing kernel modules needed for activation.
1baed0e1 914 Show available fields if report given invalid field. (e.g. lvs -o list)
8b1a3214 915 Add timestamp functions with --disable-realtime configure option.
34fadac4 916 Add %VG, %LV and %FREE suffices to lvcreate/lvresize --extents arg.
5095de51 917 Fix two potential NULL pointer derefs in error cases in vg_read().
e0a26692 918 Separate --enable-cluster from locking lib options in lvmconf.sh.
d1a1e1a3 919 Add a missing comma in lvcreate man page.
71fc0206 920
19513ad8
AK
921Version 2.02.10 - 19th September 2006
922=====================================
13ba0f94
AK
923 Fix lvconvert mirror change case detection logic.
924 Fix mirror log detachment so it correctly becomes a standalone LV.
bbb06856
AK
925 Extend _check_contiguous() to detect single-area LVs.
926 Include mirror log (untested) in _for_each_pv() processing.
927 Use MIRROR_LOG_SIZE constant.
928 Remove struct seg_pvs from _for_each_pv() to generalise.
929 Avoid adding duplicates to list of parallel PVs to avoid.
d9c6bbab
AK
930 Fix several incorrect comparisons in parallel area avoidance code.
931 Fix segment lengths when flattening existing parallel areas.
932 Log existing parallel areas prior to allocation.
933 Fix mirror log creation when activation disabled.
fe748f00 934 Don't attempt automatic recovery without proper locking.
dc4d7417
AK
935 When using local file locking, skip clustered VGs.
936 Add fallback_to_clustered_locking and fallback_to_local_locking parameters.
a45da5f6
AK
937 lvm.static uses built-in cluster locking instead of external locking.
938 Don't attempt to load shared libraries if built statically.
1c792fad 939 Change default locking_lib to liblvm2clusterlock.so.
08c060cf
AK
940 Add skip_dev_dir() to process command line VGs.
941 Stop clvmd complaining about nodes that have left the cluster.
0550c1b6 942 Move lvm_snprintf(), split_words() and split_dm_name() into libdevmapper.
48432c88
AK
943 Add lvconvert man page.
944 Add mirror options to man pages.
d68336a5 945 Prevent mirror renames.
6711231a 946 Move CMDLIB code into separate file and record whether static build.
ade81b8a 947
086b63ca 948Version 2.02.09 - 17th August 2006
64c84579 949==================================
94d501ed 950 Fix PE_ALIGN for pagesize over 32KB.
b5d761e1 951 Separate out LVM1_PE_ALIGN and pe_align().
916490f8 952 Add lvm_getpagesize wrapper.
e95d8284 953 Add --maxphysicalvolumes to vgchange.
64c84579 954
a9a6934b
AK
955Version 2.02.08 - 15th August 2006
956==================================
438abca8
AK
957 Add checks for duplicate LV name, lvid and PV id before writing metadata.
958 Report all sanity check failures, not just the first.
9cd3426d 959 Fix missing lockfs on first snapshot creation.
e3ad1d19 960 Add unreliable --trustcache option to reporting commands.
8b0d546f 961 Fix locking for mimage removal.
b813f533 962 Fix clvmd_init_rhel4 'status' exit code.
7a21367d 963
cecdabd9
AK
964Version 2.02.07 - 17th July 2006
965================================
443a8f76 966 Fix activation logic in lvchange --persistent.
fe686a51 967 Don't ignore persistent minor numbers when activating.
0b431b8a 968 Use RTLD_GLOBAL when loading shared libraries.
e67ed94b 969 Add some forgotten memlock checks to _vg_read to protect against full scans.
f1dc5cc9
AK
970 Add mutex to dmeventd_mirror to avoid concurrent execution.
971 Fix vgreduce --removemissing to return success if VG is already consistent.
4bfab20a 972 Fix return code if VG specified on command line is not found.
2415c1ef
AK
973 Fix PV tools to include orphaned PVs in default output again.
974 Fixed unaligned access when using clvm.
9f100d60 975 Fix an extra dev_close in a label_read error path.
4cd33f98 976 Append patches to commit emails.
4aae7246 977 Fix target_register_events args.
83de5aa6 978 Prevent snapshots of mirrors.
aba30ebc
AK
979 Add DISTCLEAN_TARGETS to make template for configure.h.
980 More fixes to error paths.
2293567c
AK
981 Fix lvcreate corelog validation.
982 Add --config for overriding most config file settings from cmdline.
983 Quote arguments when printing command line.
984 Remove linefeed from 'initialising logging' message.
985 Add 'Completed' debug message.
986 Don't attempt library exit after reloading config files.
987 Always compile with libdevmapper, even if device-mapper is disabled.
476d09d0 988
396cbbde
AK
989Version 2.02.06 - 12th May 2006
990===============================
3e3d5d85
AK
991 Propagate --monitor around cluster.
992 Add --monitor to vgcreate and lvcreate to control dmeventd registration.
993 Filter LCK_NONBLOCK in clvmd lock_vg.
de828433 994 Add --nosync to lvcreate with LV flag NOTSYNCED.
49fba23c 995 Use mirror's uuid for a core log.
aeb2c277
AK
996 Add mirror log fault-handling policy.
997 Improve mirror warning messages and tidy dmeventd syslog output.
526a3c21 998 Propagate nosync flag around cluster.
532dae48 999 Allow vgreduce to handle mirror log failures.
f17f6814 1000 Add --corelog to lvcreate and lvconvert.
5c9d70c9
AK
1001 Create a log header for replacement in-sync mirror log.
1002 Use set_lv() and dev_set() to wipe sections of devices.
1003 Add mirror_in_sync() flag to avoid unnecessary resync on activation.
898e6f8e 1004 Add mirror_library description to example.conf.
eba586f0 1005 Fix uuid_from_num() buffer overrun.
72b2cb61
AK
1006 Make SIZE_SHORT the default for display_size().
1007 Fix some memory leaks in error paths found by coverity.
1008 Use C99 struct initialisers.
1009 Move DEFS into configure.h.
1010 Clean-ups to remove miscellaneous compiler warnings.
12de747d
AK
1011 Improve stripe size validation.
1012 Increase maximum stripe size limit to physical extent size for lvm2 metadata.
2f1489a6 1013 Fix activation code to check for pre-existing mirror logs.
089ae9a5 1014 Tighten region size validation.
81b4308b 1015 Ignore empty strings in config files.
12ccdb25 1016 Require non-zero regionsize and document parameter on lvcreate man page.
26b25249
AK
1017 Invalidate cache if composition of VG changed externally.
1018
05ffaffe 1019Version 2.02.05 - 21st April 2006
c05fbac2 1020=================================
05ffaffe 1021 Fix vgid string termination in recent cache code.
c05fbac2 1022
13eadfc9 1023Version 2.02.04 - 19th April 2006
3ab3766f 1024=================================
8a2fc586
AK
1025 Check for libsepol.
1026 Add some cflow & scope support.
1027 Separate out DEFS from CFLAGS.
1028 Remove inlines and use unique function names.
3ab3766f 1029
7fae84d7
AK
1030Version 2.02.03 - 14th April 2006
1031=================================
dbd3026f 1032 vgrename accepts vgid and exported VG.
f855ac38 1033 Add --partial to pvs.
2ab16287
AK
1034 When choosing between identically-named VGs, also consider creation_host.
1035 Provide total log suppression with 2.
a5fe5a7c
AK
1036 Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.
1037 Add vgid to struct physical_volume and pass with vg_name to some functions.
e8db7023 1038 If two or more VGs are found with the same name, use one that is not exported.
f084e627 1039 Whenever vgname is captured, also capture vgid and whether exported.
cced28da 1040 Remove an incorrect unlock_vg() from process_each_lv().
76f97cd7 1041 Update extent size information in vgchange and vgcreate man pages.
ace652e6 1042 Introduce origin_from_cow() and lv_is_visible().
7810d55d 1043 pvremove without -f now fails if there's no PV label.
1c8b86c7 1044 Support lvconvert -s.
1a01b0c1 1045 Suppress locking library load failure message if --ignorelockingfailure.
9f5d8283 1046 Propagate partial mode around cluster.
d6207798 1047 Fix archive file expiration.
ed2b1bc5 1048 Fix dmeventd build.
e7f55bb4 1049 clvmd now uses libcman rather than cman ioctls.
a3167672 1050 clvmd will allow new cman to shutdown on request.
ed2b1bc5 1051
b5f90860
AK
1052Version 2.02.02 - 7th February 2006
1053===================================
f0c9fe01 1054 Add %.so: %.a make template rule.
e4c11ad1
AK
1055 Switchover library building to use LIB_SUFFIX.
1056 Only do lockfs filesystem sync when suspending snapshots.
bfe2b548 1057 Always print warning if activation is disabled.
079ac15e 1058 vgreduce removes mirror images.
c9dcba6b 1059 Add --mirrorsonly to vgreduce.
3fc3e48c 1060 vgreduce replaces active LVs with error segment before removing them.
bbf83db1
AK
1061 Set block_on_error parameter if available.
1062 Add target_version.
cad9fac9 1063 Add details to format1 'Invalid LV in extent map' error message.
e6493477 1064 Fix lvscan snapshot full display.
15d91f5a 1065 Bring lvdisplay man page example into line.
06f62ad1 1066 Add mirror dmeventd library.
e2619d9e
AK
1067 Add some activation logic to remove_mirror_images().
1068 lvconvert can remove specified PVs from a mirror.
1069 lvconvert turns an existing LV into a mirror.
1070 Allow signed mirrors arguments.
1071 Move create_mirror_log() into toollib.
c27920b1 1072 Determine parallel PVs to avoid with ALLOC_NORMAL allocation.
2fb492f6 1073 Fix lv_empty.
ebf78e7d 1074
20e5495e 1075Version 2.02.01 - 23rd November 2005
0c32d9db 1076====================================
f3ce273f 1077 Fix lvdisplay cmdline to accept snapshots.
349216a6 1078 Fix open RO->RW promotion.
749caf94 1079 Fix missing vg_revert in lvcreate error path.
0c32d9db 1080
da5edd8e
AK
1081Version 2.02.00 - 10th November 2005
1082====================================
b79c897e 1083 Extend allocation areas to avoid overflow with contiguous with other PVs.
ad6b0ebb
AK
1084 Stop lvcreate attempting to wipe zero or error segments.
1085 Added new lvs table attributes.
1086 Separated out activation preload.
1087 Moved activation functions into libdevmapper.
1088 Fixed build_dm_name.
1089 Add return macros.
436d3694 1090 Added xen xvd devices.
7a593325 1091 Clear up precommitted metadata better.
3bf5f6f5 1092 A pvresize implementation.
a78c7609 1093 Fix contiguous allocation when there are no preceding segments.
5727a8fa 1094 Add mirror_seg pointer to lv_segment struct.
5f5355cb 1095 Only keep a device open if it's known to belong to a locked VG.
f9a8e6ee 1096 Fix lvdisplay to show all mirror destinations.
76c8ddc0 1097 Replacement suspend code using libdevmapper dependency tree.
352a99b9
AK
1098 Add DEFS to make.tmpl.
1099 Use dm_is_dm_major instead of local copy.
1100 Allow mapped devices to be used as PVs.
ffbfce30 1101 Move set_selinux_context into libdevmapper.
78aa12e1
AK
1102 Fix automatic text metadata buffer expansion (using macro).
1103 Cache formatted text metadata buffer between metadata area writes.
31b5c6e6 1104 Add pe_start field to pvs.
03b49fe1 1105 Add 'LVM-' prefix to uuids.
06820362 1106 Split lv_segment_area from lv_segment to permit extension.
9fdc84c3 1107 Replacement deactivation code using libdevmapper dependency tree.
f894b4b1 1108 Simplify dev_manager_info().
a653923f 1109 Attempt to load missing targets using modprobe.
191abde9 1110 Add -a to lvscan.
2262b320
AK
1111 Move mknodes into libdevmapper.
1112 Move bitset, hash, pool and dbg_malloc into libdevmapper.
58d83f1a 1113
9aa2fec0
AK
1114Version 2.01.15 - 16th October 2005
1115===================================
9b02bdbc 1116 Refuse to run pvcreate/pvremove on devices we can't open exclusively.
9c9e30cd 1117 Use ORPHAN lock definition throughout.
0858a992 1118 Validate chunksize in lvcreate.
2b96712a 1119 Reduce chunksize limit to 512k.
88d2bdc6 1120 Fix chunksize field in reports.
540b3799 1121 Don't hide snapshots from default 'lvs' output.
68366c99
AK
1122 Add is_dm_major() for use in duplicate device detection in lvmcache_add().
1123 Really switch device number in lvmcache when it says it is doing so.
1124 Option for bitset memory allocation using malloc as well as pool.
dbb43034 1125 Don't assume exactly two mirrors when parsing mirror status.
40ec1e8a 1126 Suppress fsync() error message on filesystems that don't support it.
ae9c3f16
AK
1127 Fix yes_no_prompt() error handling.
1128 Add lvm.conf comment warning against multiple filter lines.
721b61a4 1129 Tidy lvmconf.sh.
fd0eec20 1130 Add format1 dev_write debug messages.
3d387697 1131 Add clustered VG attribute to report.
2d9e596f 1132 Move lvconvert parameters into struct lvconvert_params.
4c60a352 1133 Add clustered VG flag to LV lock requests.
0fb173aa 1134 Change LV locking macros to take lv instead of lvid.
07d31831
AK
1135 Prepend 'cluster' activation parameter to mirror log when appropriate.
1136 Pass exclusive flag to lv_activate and on to target activation code.
1137 Prevent snapshot creation in a clustered VG for now.
fb9d44da 1138 Factor out adjusted_mirror_region_size() and generate_log_name_format().
19763200 1139 Move compose_log_line() into mirror directory.
4bf57ace 1140 Factor out _get_library_path().
0c09c9d9 1141 Don't kill idling clvmd threads.
fe6c7862 1142 clvmd no longer takes out locks for non-clustered LVs.
0b63cc1e 1143 Recognise ATA over Ethernet (aoe) devices.
3bb7a8c8
AK
1144
1145Version 2.01.14 - 4th August 2005
1146=================================
190f6945 1147 Fix lvconvert PV parameter in help string.
78a352c2 1148 Prevent snapshots getting activated in a clustered VG.
a4be2c01 1149 Separate out _build_dev_string.
a9b5af1d
AK
1150 Move zero_lv to toollib.
1151 Fix pool format handler to work with pv segment code.
d87b3a61 1152
42043c23 1153Version 2.01.13 - 13th July 2005
f92853b4 1154================================
0440a206
AK
1155 Fix pvmove segment splitting.
1156 Abstract vg_validate.
10b44b2d 1157 Only make one attempt at contiguous allocation.
4f878105
AK
1158 Fix lvm1 format metadata read.
1159 Fix lvm1 format non-mirror lvcreate.
f92853b4 1160
1956b7be 1161Version 2.01.12 - 14th June 2005
3a373791 1162================================
5e947dac 1163 Various allocation-related pvmove fixes.
1956b7be
AK
1164 Log an error if clvmd can't resolve a host name got from CCS.
1165 Fix potential spin loop in clvmd.
3a373791 1166
5e2a6b8f
AK
1167Version 2.01.11 - 13th June 2005
1168================================
5e947dac 1169 Added lvmconf.sh.
56c3d1f7
AK
1170 Use matchpathcon mode parameter.
1171 Don't defer closing dead FDs in clvmd.
5748cb17 1172 Remove hard-coded 64k text metadata writing restriction.
8b80d2a5 1173 Make VG name restrictions consistent.
1a1f3d3e 1174 Introduce lvconvert. So far only removes mirror images.
ffb0e538 1175 Allow mirror images to be resized.
c77de777 1176 Allow mirror images to have more than one segment.
8211a13c
AK
1177 Centralise restrictions on LV names.
1178 Always insert an intermediate layer for mirrors.
1179 Suppress hidden LVs from reports unless --all is given.
1180 Use square brackets for hidden LVs in reports.
60f13f01
AK
1181 Allow the creation of mirrors with contiguous extents.
1182 Always perform sanity checks against metadata before committing it to disk.
1183 Split lv_extend into two steps: choosing extents + allocation to LV(s).
1184 Add mirror log region size to metadata.
1185 Use list_iterate_items throughout and add list*back macros.
1186 Introduce seg_ macros to access areas.
1187 Add segtype_is_ macros.
1188 Support tiny metadata areas for pool conversions.
1189 Mirror activation handles disk log as well as core.
1190 Activation code recognises mirror log dependency.
1191 Add mirror_log and regionsize fields to report.
bd236f65 1192 Fix non-orphan pvchange -u.
21ca3b12 1193 Fix vgmerge to handle duplicate LVIDs.
7ac8c238 1194 Move archiver code from tools into library.
24e65464 1195 vgscan/change/display/vgs automatically create metadata backups if needed.
e7c47a5d 1196 Merge cloned allocation functions.
0888dc43 1197 Fix contiguous allocation policy with linear.
17ae61cc 1198 Cope with missing format1 PVs again.
7f2def9e
AK
1199 Remove lists of free PV segments.
1200 Simplify pv_maps code and remove slow bitset algorithm.
1201 Red-Hat-ify the clvmd rhel4 initscript.
c44c04a6 1202 %Zu->%zu
c708ec79 1203 Fix loopfiles alias alloc & mem debugging.
4d122676 1204 Un-inline dbg_strdup.
32469fb2
AK
1205 lv_reduce tidying.
1206 Remove some unnecessary parameters.
1207 Introduce seg_is macros.
b8e2ad3d 1208
f81656fd
AK
1209Version 2.01.10 - 3rd May 2005
1210==============================
abe198c0 1211 Don't create backup and archive dirs till needed.
15db9fcf
AK
1212 Reinstate full PV size when removing from VG.
1213 Support loopfiles for testing.
e40d124e 1214 Tidy lv_segment interface.
15db9fcf 1215 pv_segment support.
66278a80 1216 vgchange --physicalextentsize
90395b8d 1217 Internal snapshot restructuring.
69b2cc0e 1218 Remove unused internal non-persistent snapshot option.
864de9ce 1219 Allow offline extension of snapshot volumes.
367b9cb1 1220 Move from 2-step to 3-step on-disk metadata commit.
864de9ce 1221 Scan ramdisks too and allow non-O_DIRECT fallback.
1128f56b 1222 Annotate, tidy and extend list.h.
1165258c 1223 Alignment tidying.
2b7e4013 1224 Make clvmd work around some "bugs" in gulm's node state notifications.
30bda776 1225 Tidy clvmd's SIGHUP handler
4a0623f9 1226
37baa586
AK
1227Version 2.01.09 - 4th April 2005
1228================================
0a0f13e6 1229 Add --ignorelockingfailure to vgmknodes.
11270d07 1230 clvmd: Don't allow user operations to start until the lvm thread is fully up.
a478de3d 1231 clvmd-gulm: set KEEPALIVE on sockets.
11270d07 1232
c8f9c82d
AK
1233Version 2.01.08 - 22nd March 2005
1234=================================
343a8c92 1235 Add clustered attribute so vgchange can identify clustered VGs w/o locking.
e5b836d2 1236 Improve detection of external changes affecting internal cache.
162d85b9 1237 Add 'already in device cache' debug message.
200ef4db 1238 Add -a to pvdisplay -C.
0aa8e5be 1239 Avoid rmdir opendir error messsages when dir was already removed.
779b7713 1240 Tighten signal handlers.
7e0b7fd0 1241 Avoid some compiler warnings.
e5def0ba 1242 Additional rename failure error message.
1cbfe699 1243 read/write may be macros.
02c6d3f2 1244 clvmd: don't take out lvm thread lock at startup, it only protects jobs list.
47de3990 1245
b9565b40 1246Version 2.01.07 - 8th March 2005
4c908521 1247================================
b9565b40 1248 Cope with new devices appearing by rescanning /dev if a uuid can't be found.
8f5d81cb 1249 Remove DESTDIR from LVM_SHARED_PATH.
3329bbfd
PC
1250 clvmd fixes: make FDs close-on-exec
1251 gulm unlocks VG & orphan locks at startup in case they are stale
1252 gulm now unlocks VG & orphan locks if client dies.
4c908521 1253
9a56fc81
AK
1254Version 2.01.06 - 1st March 2005
1255================================
aa70fe8b 1256 Suppress 'open failed' error messages during scanning.
432cd1e4 1257 Option to suppress warnings of file descriptors left open.
f3b0ea28 1258 Fix default value of metadatacopies in documentation (2->1).
ce1aa2c3 1259 Fix clvmd-gulm locking.
eb3037dd
PC
1260 ./configure --enable-debug now enables debugging code in clvmd.
1261 Fix clvmd-gulm node up/down code so it actually works.
1262 clvmd-gulm now releases locks when shut down.
8b307a08 1263
8e3a97ba
AK
1264Version 2.01.05 - 18th February 2005
1265====================================
1266 Static binary invokes dynamic binary if appropriate.
a3dfa1c7 1267 Make clvmd config check a little more tolerant.
c9808c32 1268 gulm clvmd can now cope with >1 message arriving in a TCP message.
50e3a3f3 1269
f1b2dad4 1270Version 2.01.04 - 9th February 2005
939a307d 1271===================================
f1b2dad4
AK
1272 Add fixed offset to imported pool minor numbers.
1273 Update binary pathnames in clvmd_init_rhel4.
3ef1acee 1274 lvm2cmd.so should skip the check for open fds.
421c2a6a 1275 Remove unused -f from pvmove.
28b4320c 1276 Gulm clvmd doesn't report "connection refused" errors.
d9656543 1277 clvmd does a basic config file sanity check at startup.
ceda2b14 1278 Fix potential thread shutdown race in clvmd.
939a307d 1279
07a2b9f8 1280Version 2.01.03 - 1st February 2005
2efec8b2 1281===================================
274c88be 1282 More 64-bit display/report fixes.
51c2a813 1283 More informative startup mesg if can't create /etc/lvm.
7851b13b 1284 Fix snapshot device size bug (since 2.01.01).
c9f9a8b2 1285 clvmd announces startup and cluster connection in syslog.
4e224cf0 1286 Gulm clvmd doesn't hang trying to talk to a rebooted node.
9549da27 1287 Gulm clvmd doesn't print cman error on startup.
2efec8b2 1288
a918e733 1289Version 2.01.02 - 21st January 2005
c44c015a 1290===================================
eaafeaaa 1291 Update clvmd_init_rhel4: use lvm.static and don't load dlm.
ed2799e7 1292 Fix some size_t printing.
894a05ff 1293 Fix 64 bit xlate consts.
da73b38d 1294 Split out pool sptype_names to avoid unused const.
52f9afec 1295 Always fail if random id generation fails.
c44c015a 1296 Recognise gnbd devices.
6f4d25ec
PC
1297 Fix clvmd startup bug introduced in cman/gulm amalgamation.
1298 Improve reporting of node-specific locking errors.
c44c015a 1299
5d0b9f47 1300Version 2.01.01 - 19th January 2005
34d9b431 1301===================================
5d0b9f47 1302 Fix clvmd lv_info_by_lvid open_count.
c45a8a2c 1303 Store snapshot and origin sizes separately.
73a9487f 1304 Update vgcreate man page.
34d9b431 1305
3833b9cc
AK
1306Version 2.01.00 - 17th January 2005
1307===================================
73543ee7 1308 Fix vgscan metadata auto-correction.
e9c761b8 1309 Only ask libdevmapper for open_count when we need it.
bfe848e1 1310 Adjust RHEL4 clvmd init script priority.
5c7fc7c4 1311 Enable building of CMAN & GULM versions of clvmd into a single binary
968b11a9 1312
b7b17625
AK
1313Version 2.00.33 - 7th January 2005
1314==================================
2245e1c4 1315 pvcreate wipes first 4 sectors unless given --zero n.
a057a834 1316 gulm clvmd now uses new ccsd key names.
67443fad 1317 gulm clvmd now doesn't ignore the first node in cluster.conf
0d194755
PC
1318 Improve clvmd failure message if it's already running.
1319 Allow user to kill clvmd during initialisation.
b9fb9b20 1320 Fix off-by-one error in cluster_locking that could cause read hangs.
a057a834 1321
01a0beed 1322Version 2.00.32 - 22nd December 2004
158fe3d3 1323====================================
7e9e9502 1324 Drop static/dl restriction for now.
01a0beed 1325 Fix an error fprintf.
bc0d0ce0 1326 Fix vgdisplay -s. Breaks (undocumented) lvs/pvs/vgs -s instead for now.
165f49ba 1327 Fix device reference counting on re-opens.
f6ab00eb 1328 Ignore sysfs symlinks when DT_UNKNOWN.
57b08371 1329 Add clvmd init script for RHEL4.
d46fd67f 1330 Skip devices that are too small to be PVs.
8c9a1d6a 1331 Fix pvchange -x segfault with lvm2-format orphan.
9ec48461 1332 Cope with empty msdos partition tables.
db1cd377 1333 Add CONTRIBUTORS file.
158fe3d3 1334
9a2abb82 1335Version 2.00.31 - 12th December 2004
6aad6545 1336====================================
9a2abb82 1337 Reopen RO file descriptors RW if necessary.
6aad6545 1338
c4bb9aa6 1339Version 2.00.30 - 10th December 2004
0ef6cc3f 1340====================================
09a7dce6
AK
1341 Additional device-handling debug messages.
1342 Additional verbosity level -vvvv includes line numbers and backtraces.
1343 Verbose messages now go to stderr not stdout.
1344 Close any stray file descriptors before starting.
1345 Refine partitionable checks for certain device types.
1346 Allow devices/types to override built-ins.
21c42c7f 1347 Fix lvreduce man page .i->.I
80b04895 1348 Fix vgsplit man page title.
db7e9905 1349 Fix clvmd man makefile.
39de4a2a
AK
1350 Extend dev_open logging.
1351 Make clvmd_fix_conf.sh UNDOable.
0ef6cc3f 1352
66f04084
AK
1353Version 2.00.29 - 27th November 2004
1354====================================
1355 xlate compilation fix.
1356
bbdab3fc 1357Version 2.00.28 - 27th November 2004
a266258f 1358====================================
bbdab3fc 1359 Fix partition table & md signature detection.
a266258f
AK
1360 Minor configure/makefile tidy.
1361 Export version.h from tools for clvmd.
1362
2e605167 1363Version 2.00.27 - 24th November 2004
a614641a 1364====================================
c3a4c63c 1365 Trap large memory allocation requests.
2e605167 1366 Fix to partition table detection code.
7f1e8db7 1367 Improve filter debug mesgs.
838ebb83 1368 Make clvmd_fix_conf.sh UNDOable
a614641a 1369
d528aaa6
AK
1370Version 2.00.26 - 23rd November 2004
1371====================================
bd46a496 1372 Improve pool debugging stats.
985ef461 1373 Detect partition table signature.
5ab925de 1374 pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.)
b2dd0bb1 1375 Separate out md superblock detection code.
0ec78e98
AK
1376 Prevent snapshot origin resizing.
1377 Improve a vgremove error message.
fcac0642
AK
1378 Update some man pages.
1379 Allow y/n with -ae args (exclusive activation).
cb8920e6 1380 Fixes to lvcreate vgname parsing.
56f5c04d 1381 Fix dm_name string size calculation.
bfd4b014 1382 Improve clvmd error reporting during startup.
cf541774 1383 Make clvmd cope with large gaps in node numbers IDs.
bfd4b014 1384 Make clvmd initialisation cope better with debugging output.
63bea03e 1385 Tidy clvmd socket callbacks so all work happens outside main loop.
3d4159b6 1386 clvmd -V now displays lvm version too.
b1098701 1387 Add optional gulm build for clvmd
b44dc25e 1388
c3c9d9b0 1389Version 2.00.25 - 29th September 2004
f2b2f485 1390=====================================
be495a46
AK
1391 Fix return code from rm_link for vgmknodes.
1392 Make clvmd LV hash table thread-safe.
c3c9d9b0
AK
1393 Fix clvmd locking so it will lock out multiple users on the same node.
1394 Fix clvmd VG locking to it can cope with multiple VG locks.
1395 Remove spurious trailing dot in lvreduce man page.
1396 Fix vgremove locking.
f2b2f485 1397
f663e437 1398Version 2.00.24 - 16th September 2004
5b3d93c8 1399=====================================
2b176f90 1400 Fix pool_empty so it really does empty the memory pool.
c4ddb31a 1401 Rename old segtypes files to segtype.
e26c4fd2
AK
1402 Some fixes to memory debugging code.
1403 Exclude internal commands formats & segtypes from install.
5b3d93c8 1404
47ded66e
AK
1405Version 2.00.23 - 15th September 2004
1406=====================================
7f64c8e5 1407 Export dm name build & split functions.
60bd7179 1408 Use O_NOATIME on devices if available.
19d1e710 1409 Write log message when each segtype/format gets initialised.
156dd4f1 1410 New commands 'segtypes' and 'formats'.
17d1ae7e 1411 Suppress pvmove abort message in test mode.
b9ade4bc 1412 Improve pvcreate/remove device not found error message.
00b47204 1413 Allow pvmove to move data within the same PV.
05503c5e 1414 Describe how pvmove works on man page.
68eb9e3b 1415 Test for incompatible format/segtype combinations in lv_extend.
075ab744
PC
1416 Fix lvchange example on man page.
1417
6e047bb5
AK
1418Version 2.00.22 - 3rd September 2004
1419====================================
b588726e 1420 Fix /dev/vgname perms.
f15c75cb
AK
1421 Restructure xlate.h.
1422 Add clvmd man page.
9c2f42bd 1423
311cea83
AK
1424Version 2.00.21 - 19th August 2004
1425==================================
1426 Update cnxman-socket.h from cman.
acac21c4 1427 Recognise iseries/vd devices.
cab8ea7c 1428 Use 'make install_cluster' to install cluster extensions only.
cf076dd3 1429 Cope with DT_UNKNOWN in sysfs.
392b28ec
AK
1430 Fix extents_moved metadata size comment.
1431 Remove duplicate line in pvremove help text.
1432 Support variable mirror region size.
1433 Support PE ranges in pvmove source PV.
1434 Fixes to as-yet-unused LV segment splitting code.
eabaa339 1435 Change alloc_areas to pe_ranges and allow suppression of availability checks.
a303dcde 1436 Add dev_size column to pvs.
5fd24a89 1437 Add report columns for in-kernel device number.
3b55d300 1438
ad6254c5
AK
1439Version 2.00.20 - 3 July 2004
1440=============================
1441 More autoconf fixes.
8bad0339 1442 Fix device number handling for 2.6 kernels.
8630c7fb 1443
8ce0cbda 1444Version 2.00.19 - 29 June 2004
2e15e5e4 1445==============================
8ce0cbda
AK
1446 Reduce severity of setlocale failure message.
1447 Recognise argv[0] "initrd-lvm" (pld-linux).
1448 Make -O2 configurable.
80992638
AK
1449 Added --disable-selinux to configure script.
1450 LD_FLAGS->LDFLAGS & LD_DEPS->LDDEPS in configure script.
1451 Add init_debug to clvmd.
2e15e5e4 1452
d3c8211f
AK
1453Version 2.00.18 - 24 June 2004
1454==============================
88be836f 1455 Fix vgchange activation.
d3c8211f
AK
1456 Add cluster support.
1457
809fae91
AK
1458Version 2.00.17 - 20 June 2004
1459==============================
1460 configure --enable-fsadm to try out fsadm. fsadm is not tested yet.
c29d2465 1461 Display all filtered devices, not just PVs, with pvs -a.
01c263e9 1462 Fix sync_dir() when no / in filename
8d267798 1463 vgcfgbackup -f accepts template with %s for VG name.
374df1cf 1464 Extend hash functions to handle non-null-terminated data.
b86ef8e2 1465 Add local activation support.
b7d0982a 1466 Tidy relative paths in makefile includes.
1a9ea74d 1467 fsadm support for fsck and resizing - needs testing.
d8ac0fbc 1468 Add read-only GFS pool support.
8c670f83 1469 Add lvm2create_initrd script from http://poochiereds.net/svn/lvm2/
30bab85b 1470 Fix rounding of large diplayed sizes.
7d36b514 1471 Suppress decimal point when using units of sectors/bytes.
abaf083d 1472 Additional kernel target checks before pvmove & snapshot creation.
2ea0f30f 1473 Add i2o_block.
abaf083d 1474
ea556d1f 1475Version 2.00.16 - 24 May 2004
25579907 1476=============================
bfa258b3 1477 Set area_count within alloc_lv_segment.
7f0dc9c4 1478 Remove error labels from lvresize.
199fa12a 1479 Fix a pvs error path.
36cfd887 1480 xxchange -ae for exclusive activation.
29e94d95 1481 Don't return non-zero status if there aren't any volume groups.
a0a23eff
AK
1482 Add --alloc argument to tools.
1483 Rename allocation policies to contiguous, normal, anywhere, inherit.
1484 nextfree becomes normal; anywhere isn't implemented yet.
1485 LV inherits allocation policy from VG. Defaults: LV - inherit; VG - normal
1486 Additional status character added to vgs to indicate allocation policy.
b61702ce 1487 Add reset_fn to external_locking.
e0a86d8c
AK
1488 Ensure presence of virtual targets before attempting activating.
1489 Attempt to fix resizing of snapshot origins.
241913fe 1490 Restructure lvresize, bringing it closer to lvcreate.
6925cbe6 1491 A quick sanity check on vg_disk struct when read in. More checks needed.
ff4b8b64 1492 Only include visible LVs in active/open counts.
1832f310
AK
1493 Add virtual segment types, zero and error. A large sparse device can be
1494constructed as a writeable snapshot of a large zero segment.
1495 Add --type to lvcreate/resize.
1d2ebf62
AK
1496 Push lv_create & alloc policy up to tool level.
1497 Fix pvdisplay return code.
e3adcd79 1498 Detect invalid LV names in arg lists.
0e3d9452
AK
1499 Reporting uses line-at-a-time output.
1500 lvm2 format sets unlimited_vols format flag.
ea601b75
AK
1501 Internal-only metadata flag support.
1502 Basic checking for presence of device-mapper targets.
cb919290 1503 Separate out polldaemon.
23289e6d
AK
1504 Revise internal locking semantics.
1505 Move find_pv_by_name to library.
0b2b87b7
AK
1506 Rename move->copy.
1507 Add devices to segments report.
4922197a
AK
1508 Begin separating out segment code. There's a lot of change here.
1509 Compress any (obsolete) long LVM1 pvids encountered.
25579907
AK
1510 Support for tagged config files.
1511 Don't abort operations if selinux present but disabled.
1512 Fix typo in configure which left HAVE_LIBDL unset.
1513
a38df97f
AK
1514Version 2.00.15 - 19 Apr 2004
1515=============================
1516 configure --with-owner= --with-group= to avoid -o and -g args to 'install'
1517
96185e9c
AK
1518Version 2.00.14 - 16 Apr 2004
1519=============================
1520 Use 64-bit file functions by default.
1521
01c6121b 1522Version 2.00.13 - 16 Apr 2004
121c5c06 1523=============================
01c6121b
AK
1524 Set devices/md_component_detection = 1 to ignore devices containing md
1525 superblocks. [Luca Berra]
121c5c06
AK
1526 Ignore error setting selinux file context if fs doesn't support it.
1527
a218a29c
AK
1528Version 2.00.12 - 14 Apr 2004
1529=============================
4563e036
AK
1530 Install a default lvm.conf into /etc/lvm if there isn't one already.
1531 Allow different installation dir for lvm.static (configure --staticdir=)
1532 Fix inverted selinux error check.
1533 Recognise power2 in /proc/devices.
1534 Fix counting in lvs_in_vg_opened. [It ignored devices open more than once.]
1535
e5b28125
AK
1536Version 2.00.11 - 8 Apr 2004
1537============================
1538 Set fallback_to_lvm1 in lvm.conf (or configure --enable-lvm1_fallback)
1539 to run lvm1 binaries if running a 2.4 kernel without device-mapper.
1540
0d0b3357 1541Version 2.00.10 - 7 Apr 2004
35030bb0
AK
1542============================
1543 More fixes for static build.
0d0b3357
AK
1544 Add basic selinux support.
1545 Fix sysfs detection.
35030bb0 1546
6b493d07
AK
1547Version 2.00.09 - 31 Mar 2004
1548=============================
cd242223
AK
1549 Update copyright notices for Red Hat.
1550 Fix vgmknodes to remove dud /dev/mapper entries. (libdevmapper update reqd).
1551 Add LVM1-style colon output to vgdisplay.
1552 lvchange --refresh to reload active LVs.
1553 Add string display to memory leak dump.
1554 Add locking flags & memlock option.
1555 Add list_versions to library.
1556 Ignore open hidden LVs when checking if deactivation is OK.
1557 Suppress move percentage when device inactive.
1558 Add lv_info_by_lvid.
1559 Various tidy-ups to the build process.
1560 Rebaseline internal verbose level.
1561 Add --nolocking option for read operations if locking is failing.
1562 Add option to compile into a library.
1563 When compiled without libdevmapper, only print warning message once.
1564 Fix lvreduce PV extent calculations.
1565 Fix DESTDIR to work with configure path overrides.
1566 Always use / as config file separator & rename internal config file variables.
1567 Add support for tagging PV/VG/LVs and hosts.
1568 Fix rare bug in recognition of long cmdline argument forms.
1569 Add basic internationalisation infrastructure.
1570 Don't recurse symlinked dirs such as /dev/fd on 2.6 kernels.
1571 Update autoconf files.
1572 Add sysfs block device filtering for 2.6 kernels.
1573 Update refs for move to sources.redhat.com.
1574
f74d51d9
AK
1575Friday 14th November 2003
1576=========================
1577Some bug fixes & minor enhancements, including:
1578 Backwards compatibility with LVM1 metadata improved.
1579 Missing man pages written.
1580 Tool error codes made more consistent.
1581 vgmknodes written.
1582 O_DIRECT can be turned off if it doesn't work in your kernel.
b2bb7264 1583 dumpconfig to display the active configuration file
f74d51d9
AK
1584
1585You need to update libdevmapper before using 'vgmknodes' or 'vgscan --mknodes'.
1586If your root filesystem is on an LV, you should run one of those two
57015b12 1587commands to fix up the special files in /dev in your real root filesystem
f74d51d9
AK
1588after finishing with your initrd. Also, remember you can use
1589'vgchange --ignorelockingfailure' on your initrd if the tool fails because
1590it can't write a lock file to a read-only filesystem.
1591
541f8753
AK
1592Wednesday 30th April 2003
1593=========================
1594A pvmove implementation is now available for the new metadata format.
1595
1596When running a command that allocates space (e.g. lvcreate), you can now
57015b12 1597restrict not only which disk(s) may be used but also the Physical Extents
541f8753
AK
1598on those disks. e.g. lvcreate -L 10 vg1 /dev/hda6:1000-2000:3000-4000
1599
1600
1601Monday 18th November 2002
5a52dca9
AK
1602========================
1603
1604The new format of LVM metadata is ready for you to test!
1605 We expect it to be more efficient and more robust than the original format.
1606 It's more compact and supports transactional changes and replication.
1607 Should things go wrong on a system, it's human-readable (and editable).
1608
57015b12 1609Please report any problems you find to the mailing list,
5a52dca9
AK
1610linux-lvm@sistina.com. The software has NOT yet been thoroughly
1611tested and so quite possibly there'll still be some bugs in it.
1612Be aware of the disclaimer in the COPYING file.
1613
57015b12 1614While testing, we recommend turning logging on in the configuration file
5a52dca9
AK
1615to provide us with diagnostic information:
1616 log {
1617 file="/tmp/lvm2.log"
541f8753 1618 level=7
5518374b 1619 activation=1
5a52dca9
AK
1620 }
1621
1622You should schedule regular backups of your configuration file and
1623metadata backups and archives (normally kept under /etc/lvm).
1624
57015b12 1625Please read docs/example.conf and "man lvm.conf" to find out more about
5a52dca9
AK
1626the configuration file.
1627
1628To convert an existing volume group called vg1 to the new format using
1629the default settings, use "vgconvert -M2 vg1". See "man vgconvert".
1630
1631-M (or --metadatatype in its long form) is a new flag to indicate which
1632format of metadata the command should use for anything it creates.
1633Currently, the valid types are "lvm1" and "lvm2" and they can be
1634abbreviated to "1" and "2" respectively. The default value for this
1635flag can be changed in the global section in the config file.
1636
1637Backwards-compatible support for the original LVM1 metadata format is
1638maintained, but it can be moved into a shared library or removed
1639completely with configure's --with-lvm1 option.
1640
1641Under LVM2, the basic unit of metadata is the volume group. Different
1642volume groups can use different formats of metadata - vg1 could use
1643the original LVM1 format while vg2 used the new format - but you can't
1644mix formats within a volume group. So to add a PV to an LVM2-format
1645volume group you must run "pvcreate -M2" on it, followed by "vgextend".
1646
1647With LVM2-format metadata, lvextend will let you specify striping
1648parameters. So an LV could consist of two or more "segments" - the
1649first segment could have 3 stripes while the second segment has just 2.
1650
1651LVM2 maintains a backup of the current metadata for each volume group
1652in /etc/lvm/backup, and puts copies of previous versions in
1653/etc/lvm/archive. "vgcfgbackup" and "vgcfgrestore" can be used to
57015b12 1654create and restore from these files. If you fully understand what
5a52dca9
AK
1655you're doing, metadata can be changed by editing a copy of a current
1656backup file and using vgcfgrestore to reload it.
1657
1658Please read the pvcreate man page for more information on the new
1659format for metadata.
1660
1661All tools that can change things have a --test flag which can be used
1662to check the effect of a set of cmdline args without really making the
1663changes.
1664
1665
1666What's not finished?
1667====================
1668The internal cache. If you turn on debugging output you'll see lots of
914c9723 1669repeated messages, many of which will eventually get optimised out.
5a52dca9 1670
57015b12
JM
1671--test sometimes causes a command to fail (e.g. vgconvert --test) even
1672though the real command would work: again, fixing this is waiting for
5a52dca9
AK
1673the work on the cache.
1674
1675Several of the tools do not yet contain the logic to handle full
1676recovery: combinations of pvcreate and vgcfgrestore may sometimes be
1677needed to restore metadata if a tool gets interrupted or crashes or
1678finds something unexpected. This applies particularly to tools that
1679work on more than one volume group at once (e.g. vgsplit).
1680
1681Display output. Some metadata information cannot yet be displayed.
5a52dca9
AK
1682
1683Recovery tools to salvage "lost" metadata directly from the disks:
1684but we hope the new format will mean such tools are hardly ever needed!
This page took 0.621136 seconds and 5 git commands to generate.