]> sourceware.org Git - lvm2.git/log
lvm2.git
19 years agoupdate
Alasdair Kergon [Fri, 15 Oct 2004 17:31:37 +0000 (17:31 +0000)]
update

19 years agoFixes to lvcreate vgname processing.
Alasdair Kergon [Fri, 15 Oct 2004 15:53:18 +0000 (15:53 +0000)]
Fixes to lvcreate vgname processing.

19 years agoAdd --noheadings option to dmsetup -c for colon-separated output.
Alasdair Kergon [Tue, 12 Oct 2004 16:42:40 +0000 (16:42 +0000)]
Add --noheadings option to dmsetup -c for colon-separated output.

19 years agoFix size of dm_name string.
Alasdair Kergon [Mon, 11 Oct 2004 15:59:23 +0000 (15:59 +0000)]
Fix size of dm_name string.

19 years agoMake clvmd -V display the lvm version number too rather than just
Patrick Caulfield [Wed, 6 Oct 2004 12:36:47 +0000 (12:36 +0000)]
Make clvmd -V display the lvm version number too rather than just
the protocol version (which is not that useful and doesn't change very often).

19 years agoRevert the fork back to where it was as it seems to confuse pthreads.
Patrick Caulfield [Wed, 6 Oct 2004 10:12:34 +0000 (10:12 +0000)]
Revert the fork back to where it was as it seems to confuse pthreads.
Instead, the parent now waits for the daemon to signal that it has
completed successfully (or not) so it can return status to the user.

19 years agoChange some perror() calls to log_error() so they'll appear in
Patrick Caulfield [Wed, 6 Oct 2004 10:02:25 +0000 (10:02 +0000)]
Change some perror() calls to log_error() so they'll appear in
syslog when we're a daemon.

19 years agoCheck the UUID length when readingthe output of the "lvs" command at startup.
Patrick Caulfield [Mon, 4 Oct 2004 09:23:52 +0000 (09:23 +0000)]
Check the UUID length when readingthe output of the "lvs" command at startup.
This way we should not get quite so confused by any debugging output
that may come our way.

19 years agoSupport device referencing by uuid or major/minor.
Alasdair Kergon [Fri, 1 Oct 2004 19:11:37 +0000 (19:11 +0000)]
Support device referencing by uuid or major/minor.

19 years agoprintf->fprintf
Alasdair Kergon [Fri, 1 Oct 2004 19:07:41 +0000 (19:07 +0000)]
printf->fprintf

19 years agoMake clvmd cope with large gaps in nodeIDs
Patrick Caulfield [Thu, 30 Sep 2004 14:18:29 +0000 (14:18 +0000)]
Make clvmd cope with large gaps in nodeIDs

19 years agoFork a little later in the startup sequence so that we can return
Patrick Caulfield [Thu, 30 Sep 2004 14:16:28 +0000 (14:16 +0000)]
Fork a little later in the startup sequence so that we can return
an error code if the cluster infrastructure isn't there.

19 years agopost-2.00.25
Alasdair Kergon [Wed, 29 Sep 2004 15:25:43 +0000 (15:25 +0000)]
post-2.00.25

19 years ago2.00.25
Alasdair Kergon [Wed, 29 Sep 2004 15:08:20 +0000 (15:08 +0000)]
2.00.25

19 years agoUse macro in vgremove locking fix.
Alasdair Kergon [Mon, 27 Sep 2004 10:32:36 +0000 (10:32 +0000)]
Use macro in vgremove locking fix.

19 years agoHold VG lock while doing vgremove.
Patrick Caulfield [Fri, 24 Sep 2004 12:48:43 +0000 (12:48 +0000)]
Hold VG lock while doing vgremove.

agk - you may want to check this.

19 years agoRemove spurious trailing dot in man page.
Patrick Caulfield [Fri, 24 Sep 2004 10:34:53 +0000 (10:34 +0000)]
Remove spurious trailing dot in man page.

19 years agoKeep client locks (VG locks usually) in their own hash table so
Patrick Caulfield [Fri, 24 Sep 2004 09:39:57 +0000 (09:39 +0000)]
Keep client locks (VG locks usually) in their own hash table so
we can actually have more then one of them per client.

19 years agoUpdate WHATS_NEW with latest clvmd change
Patrick Caulfield [Thu, 23 Sep 2004 13:12:09 +0000 (13:12 +0000)]
Update WHATS_NEW with latest clvmd change

19 years agoMake the thread handling a little less cavalier. In particular, calling
Patrick Caulfield [Thu, 23 Sep 2004 12:51:56 +0000 (12:51 +0000)]
Make the thread handling a little less cavalier. In particular, calling
pthread_exit in a signal handler was a /really/ bad idea.

19 years agoDon't use hold_lock for VG locks as that doesn't stop processes contending
Patrick Caulfield [Thu, 23 Sep 2004 12:29:35 +0000 (12:29 +0000)]
Don't use hold_lock for VG locks as that doesn't stop processes contending
on the same node, only across the cluster.

19 years agoFix return code from rm_link for vgmknodes.
Alasdair Kergon [Wed, 22 Sep 2004 13:38:37 +0000 (13:38 +0000)]
Fix return code from rm_link for vgmknodes.

19 years agoPut some locking round the LV hash table as it could be accessed by
Patrick Caulfield [Wed, 22 Sep 2004 12:10:34 +0000 (12:10 +0000)]
Put some locking round the LV hash table as it could be accessed by
different threads concurrently.

20 years agopost-2.00.24
Alasdair Kergon [Thu, 16 Sep 2004 21:48:26 +0000 (21:48 +0000)]
post-2.00.24

20 years ago2.00.24
Alasdair Kergon [Thu, 16 Sep 2004 20:56:18 +0000 (20:56 +0000)]
2.00.24

20 years agoFix pool_empty so it really does empty the memory pool.
Alasdair Kergon [Thu, 16 Sep 2004 20:09:55 +0000 (20:09 +0000)]
Fix pool_empty so it really does empty the memory pool.

20 years agoRename old segtypes files to segtype.
Alasdair Kergon [Thu, 16 Sep 2004 18:40:56 +0000 (18:40 +0000)]
Rename old segtypes files to segtype.

20 years agoSome fixes to memory debugging code.
Alasdair Kergon [Thu, 16 Sep 2004 16:53:39 +0000 (16:53 +0000)]
Some fixes to memory debugging code.
Exclude internal commands formats & segtypes from install.

20 years agopost-2.00.23
Alasdair Kergon [Wed, 15 Sep 2004 15:59:19 +0000 (15:59 +0000)]
post-2.00.23

20 years ago2.00.23
Alasdair Kergon [Wed, 15 Sep 2004 15:32:21 +0000 (15:32 +0000)]
2.00.23

20 years agoAdd formats & segtypes files.
Alasdair Kergon [Wed, 15 Sep 2004 15:27:26 +0000 (15:27 +0000)]
Add formats & segtypes files.

20 years agoExport dm name build & split functions.
Alasdair Kergon [Wed, 15 Sep 2004 15:02:36 +0000 (15:02 +0000)]
Export dm name build & split functions.

20 years agoUse O_NOATIME on devices if available.
Alasdair Kergon [Tue, 14 Sep 2004 22:23:23 +0000 (22:23 +0000)]
Use O_NOATIME on devices if available.

20 years agoWrite log message when each segtype/format gets initialised.
Alasdair Kergon [Tue, 14 Sep 2004 17:37:51 +0000 (17:37 +0000)]
Write log message when each segtype/format gets initialised.

20 years agoNew commands 'segtypes' and 'formats'.
Alasdair Kergon [Tue, 14 Sep 2004 16:42:46 +0000 (16:42 +0000)]
New commands 'segtypes' and 'formats'.

20 years agoSuppress pvmove abort message in test mode.
Alasdair Kergon [Tue, 14 Sep 2004 15:23:42 +0000 (15:23 +0000)]
Suppress pvmove abort message in test mode.

20 years agoImprove pvcreate/remove device not found error message.
Alasdair Kergon [Tue, 14 Sep 2004 14:54:58 +0000 (14:54 +0000)]
Improve pvcreate/remove device not found error message.

20 years agoAllow pvmove to move data within the same PV.
Alasdair Kergon [Tue, 14 Sep 2004 13:59:17 +0000 (13:59 +0000)]
Allow pvmove to move data within the same PV.

20 years agoDescribe how pvmove works on man page.
Alasdair Kergon [Tue, 14 Sep 2004 13:58:11 +0000 (13:58 +0000)]
Describe how pvmove works on man page.

20 years agoTest for incompatible format/segtype combinations in lv_extend.
Alasdair Kergon [Tue, 14 Sep 2004 13:56:18 +0000 (13:56 +0000)]
Test for incompatible format/segtype combinations in lv_extend.

20 years agoFix man page for lvchange. The example seems to have been lifted from pvchange.
Patrick Caulfield [Mon, 13 Sep 2004 08:01:54 +0000 (08:01 +0000)]
Fix man page for lvchange. The example seems to have been lifted from pvchange.

20 years agopost 2.00.22
Alasdair Kergon [Fri, 3 Sep 2004 19:18:23 +0000 (19:18 +0000)]
post 2.00.22

20 years ago2.00.22
Alasdair Kergon [Fri, 3 Sep 2004 19:08:50 +0000 (19:08 +0000)]
2.00.22

20 years agoFix /dev/vgname mkdir perms.
Alasdair Kergon [Thu, 2 Sep 2004 14:38:46 +0000 (14:38 +0000)]
Fix /dev/vgname mkdir perms.

20 years agoclvmd man page tweaks
Alasdair Kergon [Thu, 2 Sep 2004 14:16:54 +0000 (14:16 +0000)]
clvmd man page tweaks

20 years agoRestructure xlate.h
Alasdair Kergon [Thu, 2 Sep 2004 13:53:25 +0000 (13:53 +0000)]
Restructure xlate.h

20 years agoclvmd man page.
Patrick Caulfield [Mon, 23 Aug 2004 08:42:53 +0000 (08:42 +0000)]
clvmd man page.

20 years agopost-2.4.21
Alasdair Kergon [Thu, 19 Aug 2004 17:13:49 +0000 (17:13 +0000)]
post-2.4.21

20 years ago2.00.21
Alasdair Kergon [Thu, 19 Aug 2004 16:10:15 +0000 (16:10 +0000)]
2.00.21

20 years agoRecognise iseries/vd devices.
Alasdair Kergon [Wed, 18 Aug 2004 19:13:01 +0000 (19:13 +0000)]
Recognise iseries/vd devices.

20 years agoCluster-extension-only installation.
Alasdair Kergon [Wed, 18 Aug 2004 18:57:40 +0000 (18:57 +0000)]
Cluster-extension-only installation.

20 years agoCope with DT_UNKNOWN in sysfs.
Alasdair Kergon [Wed, 18 Aug 2004 18:50:21 +0000 (18:50 +0000)]
Cope with DT_UNKNOWN in sysfs.

20 years agoUpdate pvmove prototype.
Alasdair Kergon [Wed, 18 Aug 2004 18:49:29 +0000 (18:49 +0000)]
Update pvmove prototype.

20 years agoUpdated file from cman.
Patrick Caulfield [Wed, 18 Aug 2004 16:04:35 +0000 (16:04 +0000)]
Updated file from cman.

20 years agoSupport for PE ranges in pvmove source PV.
Alasdair Kergon [Tue, 17 Aug 2004 22:09:02 +0000 (22:09 +0000)]
Support for PE ranges in pvmove source PV.

20 years agoRemove duplicate line in pvremove help text.
Alasdair Kergon [Tue, 17 Aug 2004 22:06:06 +0000 (22:06 +0000)]
Remove duplicate line in pvremove help text.

20 years agoChange alloc_areas to pe_ranges and allow suppression of availability checks.
Alasdair Kergon [Tue, 17 Aug 2004 21:55:23 +0000 (21:55 +0000)]
Change alloc_areas to pe_ranges and allow suppression of availability checks.

20 years agoAdd a const.
Alasdair Kergon [Wed, 11 Aug 2004 13:15:35 +0000 (13:15 +0000)]
Add a const.

20 years agoAdd dev_size column to pvs.
Alasdair Kergon [Wed, 11 Aug 2004 13:15:05 +0000 (13:15 +0000)]
Add dev_size column to pvs.

20 years agoAdd report columns for in-kernel device number.
Alasdair Kergon [Sat, 3 Jul 2004 22:07:52 +0000 (22:07 +0000)]
Add report columns for in-kernel device number.

20 years agoupdate version
Alasdair Kergon [Sat, 3 Jul 2004 18:29:48 +0000 (18:29 +0000)]
update version

20 years agoMisc autoconf fixes
Alasdair Kergon [Sat, 3 Jul 2004 18:21:13 +0000 (18:21 +0000)]
Misc autoconf fixes

20 years agoFix ftp urls
Alasdair Kergon [Sat, 3 Jul 2004 18:20:25 +0000 (18:20 +0000)]
Fix ftp urls

20 years agomisc autoconf fixes
Alasdair Kergon [Sat, 3 Jul 2004 18:17:32 +0000 (18:17 +0000)]
misc autoconf fixes

20 years agofix a newline
Alasdair Kergon [Sat, 3 Jul 2004 18:15:14 +0000 (18:15 +0000)]
fix a newline

20 years agoset_selinux_context() return code fix
Alasdair Kergon [Sat, 3 Jul 2004 18:14:12 +0000 (18:14 +0000)]
set_selinux_context() return code fix

20 years agoFix device number handling for 2.6 kernels.
Alasdair Kergon [Thu, 1 Jul 2004 15:14:29 +0000 (15:14 +0000)]
Fix device number handling for 2.6 kernels.

20 years agoupdate version
Alasdair Kergon [Tue, 29 Jun 2004 13:46:44 +0000 (13:46 +0000)]
update version

20 years agomake -O2 optimisation flag configurable.
Alasdair Kergon [Tue, 29 Jun 2004 13:29:25 +0000 (13:29 +0000)]
make -O2 optimisation flag configurable.

20 years agoReduce severity of setlocale failure message (ie suppress during boot).
Alasdair Kergon [Tue, 29 Jun 2004 13:28:57 +0000 (13:28 +0000)]
Reduce severity of setlocale failure message (ie suppress during boot).

20 years agoAdd initrd-lvm to list of recognised argv[0]s. [pld-linux]
Alasdair Kergon [Tue, 29 Jun 2004 13:27:19 +0000 (13:27 +0000)]
Add initrd-lvm to list of recognised argv[0]s.  [pld-linux]

20 years agoFix LD_FLAGS->LDFLAGS. LD_DEPS->LDDEPS.
Alasdair Kergon [Mon, 28 Jun 2004 14:01:24 +0000 (14:01 +0000)]
Fix LD_FLAGS->LDFLAGS.  LD_DEPS->LDDEPS.
Update configure script: add --disable-selinux & some missing messages.

20 years agoMake sure errors reach syslog().
Patrick Caulfield [Mon, 28 Jun 2004 10:26:42 +0000 (10:26 +0000)]
Make sure errors reach syslog().

20 years agoupdate version
Alasdair Kergon [Fri, 25 Jun 2004 10:31:04 +0000 (10:31 +0000)]
update version

20 years agoFix vgchange (de)activation of (open) LVs.
Alasdair Kergon [Thu, 24 Jun 2004 14:48:01 +0000 (14:48 +0000)]
Fix vgchange (de)activation of (open) LVs.

20 years agoMissing .exported_symbols
Alasdair Kergon [Thu, 24 Jun 2004 08:16:09 +0000 (08:16 +0000)]
Missing .exported_symbols

20 years agoAdd cluster support.
Alasdair Kergon [Thu, 24 Jun 2004 08:02:38 +0000 (08:02 +0000)]
Add cluster support.

20 years agoRemove pv segments line from backport.
Alasdair Kergon [Sun, 20 Jun 2004 15:14:31 +0000 (15:14 +0000)]
Remove pv segments line from backport.

20 years agoFix targets string size calc in driver.
Alasdair Kergon [Sun, 20 Jun 2004 13:50:42 +0000 (13:50 +0000)]
Fix targets string size calc in driver.
Fix a uuid free in libdm-iface. [Eric Taylor]
Update version.

20 years agofsadm configurable (default disabled as untested)
Alasdair Kergon [Sun, 20 Jun 2004 13:38:54 +0000 (13:38 +0000)]
fsadm configurable (default disabled as untested)
version update

20 years agoDisplay all filtered devices, not just PVs, with pvs -a.
Alasdair Kergon [Sat, 19 Jun 2004 19:27:00 +0000 (19:27 +0000)]
Display all filtered devices, not just PVs, with pvs -a.

20 years agoFix sync_dir() when no / in filename.
Alasdair Kergon [Sat, 19 Jun 2004 19:24:33 +0000 (19:24 +0000)]
Fix sync_dir() when no / in filename.

20 years agovgcfgbackup -f accepts template with %s for VG name.
Alasdair Kergon [Sat, 19 Jun 2004 18:55:29 +0000 (18:55 +0000)]
vgcfgbackup -f accepts template with %s for VG name.

20 years agoExtend hash functions to handle non-null-terminated data.
Alasdair Kergon [Fri, 18 Jun 2004 15:08:22 +0000 (15:08 +0000)]
Extend hash functions to handle non-null-terminated data.

20 years agoAdd local activation support.
Alasdair Kergon [Wed, 16 Jun 2004 17:13:41 +0000 (17:13 +0000)]
Add local activation support.

20 years agoAdd dmsetup -C for column-based output.
Alasdair Kergon [Wed, 16 Jun 2004 16:44:12 +0000 (16:44 +0000)]
Add dmsetup -C for column-based output.

20 years agofsadm
Alasdair Kergon [Tue, 15 Jun 2004 17:29:20 +0000 (17:29 +0000)]
fsadm

20 years agotidy relative paths in makefile includes
Alasdair Kergon [Tue, 15 Jun 2004 17:25:07 +0000 (17:25 +0000)]
tidy relative paths in makefile includes

20 years agolvresize + fsadm support - needs testing
Alasdair Kergon [Tue, 15 Jun 2004 17:23:49 +0000 (17:23 +0000)]
lvresize + fsadm support - needs testing

20 years agoClear message buffer before use.
Alasdair Kergon [Thu, 10 Jun 2004 16:14:16 +0000 (16:14 +0000)]
Clear message buffer before use.

20 years agoSupport new target message ioctl.
Alasdair Kergon [Tue, 8 Jun 2004 20:34:40 +0000 (20:34 +0000)]
Support new target message ioctl.

20 years agomark pool support read-only; fix makefile typo
Alasdair Kergon [Mon, 7 Jun 2004 19:26:13 +0000 (19:26 +0000)]
mark pool support read-only; fix makefile typo

20 years agoAdd read-only GFS pool support.
Alasdair Kergon [Mon, 7 Jun 2004 19:10:21 +0000 (19:10 +0000)]
Add read-only GFS pool support.

20 years agolvm2create_initrd submitted by Jeff Layton <jtlayton@poochiereds.net>
Alasdair Kergon [Mon, 7 Jun 2004 16:20:05 +0000 (16:20 +0000)]
lvm2create_initrd submitted by Jeff Layton <jtlayton@poochiereds.net>
sourced from http://poochiereds.net/svn/lvm2/

20 years agoFix rounding of large displayed sizes.
Alasdair Kergon [Mon, 7 Jun 2004 15:22:43 +0000 (15:22 +0000)]
Fix rounding of large displayed sizes.

20 years agoi2o_block
Alasdair Kergon [Tue, 1 Jun 2004 18:33:50 +0000 (18:33 +0000)]
i2o_block

20 years agoSuppress decimal point when using units of sectors/bytes.
Alasdair Kergon [Fri, 28 May 2004 12:47:57 +0000 (12:47 +0000)]
Suppress decimal point when using units of sectors/bytes.

20 years agoAdditional kernel target checks before pvmove & snapshot creation.
Alasdair Kergon [Mon, 24 May 2004 20:51:56 +0000 (20:51 +0000)]
Additional kernel target checks before pvmove & snapshot creation.

20 years agov2.00.16
Alasdair Kergon [Mon, 24 May 2004 19:20:57 +0000 (19:20 +0000)]
v2.00.16

20 years agoSet area_count within alloc_lv_segment
Alasdair Kergon [Mon, 24 May 2004 17:30:00 +0000 (17:30 +0000)]
Set area_count within alloc_lv_segment

This page took 0.059778 seconds and 5 git commands to generate.