]> sourceware.org Git - lvm2.git/log
lvm2.git
16 years agoDon't make configure fail when readline library is not available.
Jim Meyering [Thu, 24 Jul 2008 14:54:06 +0000 (14:54 +0000)]
Don't make configure fail when readline library is not available.

16 years agoRemove dead code, is_lvm_partition() - no functional change.
Dave Wysochanski [Wed, 23 Jul 2008 19:46:33 +0000 (19:46 +0000)]
Remove dead code, is_lvm_partition() - no functional change.

This code does nothing.  The function is #defined to 1 which ensures the only
two if statements referencing it will never be true.

16 years agoRefactor pvcreate - move labelsector parameter parsing & validation.
Dave Wysochanski [Wed, 23 Jul 2008 19:29:58 +0000 (19:29 +0000)]
Refactor pvcreate - move labelsector parameter parsing & validation.

16 years agoRefactor pvcreate - divide parameter parsing & validation from create logic.
Dave Wysochanski [Mon, 21 Jul 2008 19:27:22 +0000 (19:27 +0000)]
Refactor pvcreate - divide parameter parsing & validation from create logic.

Move size (setphysicalvolumesize option), metadatacopies and metadatasize
validation.

16 years agoRefactor pvcreate to divide parameter parsing & validation from create logic.
Dave Wysochanski [Mon, 21 Jul 2008 19:26:33 +0000 (19:26 +0000)]
Refactor pvcreate to divide parameter parsing & validation from create logic.

16 years agoAdd more pvcreate tests to validate writing lvm2 label using --labelsector.
Dave Wysochanski [Mon, 21 Jul 2008 18:50:10 +0000 (18:50 +0000)]
Add more pvcreate tests to validate writing lvm2 label using --labelsector.

16 years agoRefactor _lvcreate() - no functional change.
Dave Wysochanski [Thu, 17 Jul 2008 15:19:42 +0000 (15:19 +0000)]
Refactor _lvcreate() - no functional change.

16 years agoOnly use lvm2 metadata for now.
Dave Wysochanski [Thu, 17 Jul 2008 04:03:04 +0000 (04:03 +0000)]
Only use lvm2 metadata for now.

16 years agoUpdate pvcreate and vgsplit tests.
Dave Wysochanski [Thu, 17 Jul 2008 03:17:01 +0000 (03:17 +0000)]
Update pvcreate and vgsplit tests.

Add more pvcreate tests.
Start handling lvm1 and lvm2 metadata and metadatacopies=0,1.

16 years agoAdd pvcreate sanity tests, check for label_write() failure in _text_pv_write().
Dave Wysochanski [Wed, 16 Jul 2008 21:32:38 +0000 (21:32 +0000)]
Add pvcreate sanity tests, check for label_write() failure in _text_pv_write().

Failure to check for label_write() return code caused the following test
to indicate it passed when it really failed:
pvcreate rejects labelsector > 1000000000000

16 years agoFix pvchange -M1 -u to preserve existing extent locations when there's a VG.
Alasdair Kergon [Wed, 16 Jul 2008 10:46:12 +0000 (10:46 +0000)]
Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.

16 years agoCease recognising snapshot-in-use percentages returned by early development kernels.
Alasdair Kergon [Tue, 15 Jul 2008 00:25:52 +0000 (00:25 +0000)]
Cease recognising snapshot-in-use percentages returned by early development kernels.

16 years agoFix gcc warnings.
Petr Rockai [Fri, 11 Jul 2008 09:19:54 +0000 (09:19 +0000)]
Fix gcc warnings.

16 years agoAdd "flags" metadata field (akin to "status") for backward-compatible flags.
Petr Rockai [Thu, 10 Jul 2008 11:30:57 +0000 (11:30 +0000)]
Add "flags" metadata field (akin to "status") for backward-compatible flags.

The "status" field is treated as it ever has been, unknown flags there are
treated as fatal metadata errors. However, in the "flags" field, any unknown
flags will be ignored and silently dropped. This improves
backward-compatibility possibilities. (Any versions without support for this
new "flag" field will drop the field altogether, which is same as ignoring all
the flags there.)

16 years ago.
Alasdair Kergon [Thu, 10 Jul 2008 09:50:23 +0000 (09:50 +0000)]
.

16 years agoAdd #include <signal.h> to dmeventd.c, fixes compilation on NetBSD.
Petr Rockai [Wed, 9 Jul 2008 13:26:07 +0000 (13:26 +0000)]
Add #include <signal.h> to dmeventd.c, fixes compilation on NetBSD.

16 years agoFix dmeventd regression where mirror and snapshot monitoring libraries
Petr Rockai [Wed, 9 Jul 2008 09:59:42 +0000 (09:59 +0000)]
Fix dmeventd regression where mirror and snapshot monitoring libraries
failed to link against liblvm2cmd.

Dmeventd DSOs *require* lvm2cmd to be linked in.

For the future:
1) AC_SUBST does not create Makefile variables, only @foo@-style substitutions
2) When using `test', whitespace around `=' is essential:
    test a=b is true, as is test a=a

16 years agopost-release
Alasdair Kergon [Fri, 27 Jun 2008 22:35:22 +0000 (22:35 +0000)]
post-release

16 years agopre-release
Alasdair Kergon [Fri, 27 Jun 2008 21:56:35 +0000 (21:56 +0000)]
pre-release

16 years agoEnable readline by default if available.
Alasdair Kergon [Fri, 27 Jun 2008 19:57:27 +0000 (19:57 +0000)]
Enable readline by default if available.

16 years agotweak lcov configuration/makefiles
Alasdair Kergon [Fri, 27 Jun 2008 19:24:17 +0000 (19:24 +0000)]
tweak lcov configuration/makefiles

16 years agoAdded generation of the versioned libdevmapper-event.so for LVM's test
Zdenek Kabelac [Fri, 27 Jun 2008 15:36:51 +0000 (15:36 +0000)]
Added generation of the versioned libdevmapper-event.so for LVM's test

16 years agoextended configure with --enable-profiling for compiling code with gcov info
Zdenek Kabelac [Fri, 27 Jun 2008 15:35:09 +0000 (15:35 +0000)]
extended configure with --enable-profiling for compiling code with gcov info
extended Makefile with targets:
  cov-reset - reset counters
  cov       - generete report to covhtml subdirectory
  covd      - generate report to covhtml-DATE-TIME subdirectory

16 years agoFix up cache for PVs without mdas after consistent VG metadata is processed.
Alasdair Kergon [Fri, 27 Jun 2008 15:18:31 +0000 (15:18 +0000)]
Fix up cache for PVs without mdas after consistent VG metadata is processed.

16 years agoUpdate validation of safe mirror log type conversions in lvconvert. (brassow)
Alasdair Kergon [Thu, 26 Jun 2008 23:05:11 +0000 (23:05 +0000)]
Update validation of safe mirror log type conversions in lvconvert. (brassow)

16 years agoFix lvconvert to disallow snapshot and mirror combinations. (mpatocka)
Alasdair Kergon [Thu, 26 Jun 2008 21:38:58 +0000 (21:38 +0000)]
Fix lvconvert to disallow snapshot and mirror combinations. (mpatocka)

16 years agoUnderline longer report help text headings.
Alasdair Kergon [Wed, 25 Jun 2008 19:52:52 +0000 (19:52 +0000)]
Underline longer report help text headings.

16 years agoFix reporting of LV fields alongside unallocated PV segments.
Alasdair Kergon [Wed, 25 Jun 2008 16:52:27 +0000 (16:52 +0000)]
Fix reporting of LV fields alongside unallocated PV segments.

16 years agoTest script cleanup.
Dave Wysochanski [Wed, 25 Jun 2008 16:51:26 +0000 (16:51 +0000)]
Test script cleanup.

16 years agopost-release
Alasdair Kergon [Wed, 25 Jun 2008 14:44:00 +0000 (14:44 +0000)]
post-release

16 years agopre-commit
Alasdair Kergon [Wed, 25 Jun 2008 14:24:17 +0000 (14:24 +0000)]
pre-commit

16 years agoAlign struct memblock in dbg_malloc for sparc.
Alasdair Kergon [Wed, 25 Jun 2008 14:10:33 +0000 (14:10 +0000)]
Align struct memblock in dbg_malloc for sparc.

16 years agoCope with missing field values.
Alasdair Kergon [Wed, 25 Jun 2008 00:10:36 +0000 (00:10 +0000)]
Cope with missing field values.

16 years agoAdd --rows to dmsetup.
Alasdair Kergon [Tue, 24 Jun 2008 22:53:48 +0000 (22:53 +0000)]
Add --rows to dmsetup.

16 years agoAdd --rows to reports.
Alasdair Kergon [Tue, 24 Jun 2008 22:48:53 +0000 (22:48 +0000)]
Add --rows to reports.

16 years agoAdd --unquoted to reporting tools.
Alasdair Kergon [Tue, 24 Jun 2008 21:21:04 +0000 (21:21 +0000)]
Add --unquoted to reporting tools.

16 years agodmsetup --unquoted
Alasdair Kergon [Tue, 24 Jun 2008 20:16:47 +0000 (20:16 +0000)]
dmsetup --unquoted

16 years agoRefactor pv_create() to take cmd_context - no functional change.
Dave Wysochanski [Tue, 24 Jun 2008 20:10:32 +0000 (20:10 +0000)]
Refactor pv_create() to take cmd_context - no functional change.

16 years agoSuppress invalid 'sb_offset' compiler warning (FC8) with uninitialized_var().
Dave Wysochanski [Mon, 23 Jun 2008 19:26:21 +0000 (19:26 +0000)]
Suppress invalid 'sb_offset' compiler warning (FC8) with uninitialized_var().

device/dev-md.c:61: warning: ‘sb_offset’ may be used uninitialized in this function

16 years agoAdd uninitialized_var macro to suppress invalid compiler warnings.
Dave Wysochanski [Mon, 23 Jun 2008 19:04:34 +0000 (19:04 +0000)]
Add uninitialized_var macro to suppress invalid compiler warnings.

One such warning is seen on fedora9 gcc compiler:
/metadata.c:1923: warning: 'results' may be used uninitialized in this function

16 years agoSuppress 'sb_offset' compiler warning by using enum for md superblock versions.
Dave Wysochanski [Mon, 23 Jun 2008 14:54:50 +0000 (14:54 +0000)]
Suppress 'sb_offset' compiler warning by using enum for md superblock versions.

The warning is bogus and is only seen on certain versions of gcc.
However using the enum does seem to clarify the intent of the code - only
3 possible md minor superblock versions.

Related compiler warning:
device/dev-md.c:53: warning: 'sb_offset' may be used uninitialized in this function

16 years agolvm2_run: don't return uninitialized for _memlock_inc or _memlock_dec
Jim Meyering [Mon, 23 Jun 2008 09:27:45 +0000 (09:27 +0000)]
lvm2_run: don't return uninitialized for _memlock_inc or _memlock_dec

* tools/lvmcmdlib.c: Initialize "ret".  Also avoid useless string
comparison.

16 years agoconfigure: regenerate
Jim Meyering [Mon, 23 Jun 2008 09:25:57 +0000 (09:25 +0000)]
configure: regenerate

16 years agoavoid link failure when configuring without --enable-cmdlib
Jim Meyering [Mon, 23 Jun 2008 09:25:08 +0000 (09:25 +0000)]
avoid link failure when configuring without --enable-cmdlib

* configure.in (LVM2CMD_LIB): Define if --enable-cmdlib.
* dmeventd/mirror/Makefile.in (CLDFLAGS): Use $(LVM2CMD_LIB) rather
than hard-coding -llvm2cmd.
* dmeventd/snapshot/Makefile.in (CLDFLAGS): Likewise.

16 years agoavoid link failure when configuring without --enable-readline
Jim Meyering [Mon, 23 Jun 2008 09:23:48 +0000 (09:23 +0000)]
avoid link failure when configuring without --enable-readline

* configure.in: Define READLINE_SUPPORT not when processing
--enable-readline or --disable-readline, but rather only after
determining that readline support is desired and the readline
library is available/usable.

16 years agoMake clvmd return immediately if other nodes are down in an openais cluster.
Christine Caulfield [Fri, 20 Jun 2008 12:46:21 +0000 (12:46 +0000)]
Make clvmd return immediately if other nodes are down in an openais cluster.

16 years agoMake clvmd return immediately if other nodes are down in a gulm cluster.
Christine Caulfield [Fri, 20 Jun 2008 10:58:28 +0000 (10:58 +0000)]
Make clvmd return immediately if other nodes are down in a gulm cluster.
bz#447799

16 years agoImprove/Fix read ahead 'auto' calculation for stripe_size
Zdenek Kabelac [Wed, 18 Jun 2008 11:32:14 +0000 (11:32 +0000)]
Improve/Fix read ahead 'auto' calculation for stripe_size
Fix lvchange output for -r auto setting if auto is already set
Add testcase for read ahead

16 years agoavoid compiler warning about cast in OFFSET_OF macro
Jim Meyering [Wed, 18 Jun 2008 10:19:25 +0000 (10:19 +0000)]
avoid compiler warning about cast in OFFSET_OF macro

* dmsetup/dmsetup.c (OFFSET_OF): Use an equivalent definition
that does not cast a pointer value to a narrower type.

16 years agoFix identifier 'error_message_produced' used ambiguously.
Dave Wysochanski [Tue, 17 Jun 2008 14:14:00 +0000 (14:14 +0000)]
Fix identifier 'error_message_produced' used ambiguously.

Related compiler warning:
log/log.c:242: warning: declaration of 'error_message_produced' shadows a global declaration
../include/log.h:98: warning: shadowed declaration is here

16 years agoTrivial fix to lvcreate man page for --mirrorlog option.
Dave Wysochanski [Mon, 16 Jun 2008 14:16:02 +0000 (14:16 +0000)]
Trivial fix to lvcreate man page for --mirrorlog option.

16 years agoBegin syncing configure.in for merge/unification with device-mapper.
Jim Meyering [Fri, 13 Jun 2008 14:37:18 +0000 (14:37 +0000)]
Begin syncing configure.in for merge/unification with device-mapper.

16 years agoDon't deref uninitialized log_lv upon failed mirror addition.
Jim Meyering [Fri, 13 Jun 2008 12:15:55 +0000 (12:15 +0000)]
Don't deref uninitialized log_lv upon failed mirror addition.

* mirror.c (add_mirror_images): Ensure that log_lv is initialized.

16 years agoDon't call openlog for every invocation of debuglog.
Christine Caulfield [Fri, 13 Jun 2008 07:44:14 +0000 (07:44 +0000)]
Don't call openlog for every invocation of debuglog.
Patch from Masatake YAMATO

16 years agoAdd --force to lvextend and lvresize.
Alasdair Kergon [Thu, 12 Jun 2008 13:24:02 +0000 (13:24 +0000)]
Add --force to lvextend and lvresize.

16 years agoFix vgchange to not activate mirror leg and log volumes directly.
Milan Broz [Thu, 12 Jun 2008 11:49:46 +0000 (11:49 +0000)]
Fix vgchange to not activate mirror leg and log volumes directly.

16 years agoMakefile.in: correct distclean rule
Jim Meyering [Thu, 12 Jun 2008 09:48:45 +0000 (09:48 +0000)]
Makefile.in: correct distclean rule

* Makefile.in (SUBDIRS): Remove long-unused test/* names.
(SUBDIRS) [distclean]: Append "test".
Discovered with Zdeněk Kabeláč.

16 years agobreak (rather than return) so we have only one point of return
Jim Meyering [Wed, 11 Jun 2008 15:02:52 +0000 (15:02 +0000)]
break (rather than return) so we have only one point of return

* tools/toollib.c (process_each_segment_in_lv): Upon sigint_caught,
break rather than returning ret_max.  No semantic change.

16 years agocopy vgid only when volume group is present in import_pool_pv
Zdenek Kabelac [Wed, 11 Jun 2008 13:14:41 +0000 (13:14 +0000)]
copy vgid only when volume group is present in import_pool_pv

16 years agopost-release
Alasdair Kergon [Wed, 11 Jun 2008 12:14:41 +0000 (12:14 +0000)]
post-release

16 years agopre-release
Alasdair Kergon [Wed, 11 Jun 2008 12:08:19 +0000 (12:08 +0000)]
pre-release

16 years agoFix tracking of validity of PVs with no mdas in lvmcache.
Alasdair Kergon [Wed, 11 Jun 2008 11:02:05 +0000 (11:02 +0000)]
Fix tracking of validity of PVs with no mdas in lvmcache.

16 years agoFix return values for reporting commands when run with no PVs, LVs, or VGs.
Dave Wysochanski [Tue, 10 Jun 2008 20:07:04 +0000 (20:07 +0000)]
Fix return values for reporting commands when run with no PVs, LVs, or VGs.
The new error checking code caught some commands that were returning '0' as
an exit status for success.  This is incorrect and resulted in a benign error
message displayed (see below).  As of today, all commands should return a
value defined in lib/commands/errors.h (1-5).  This results in an exit code of
0 on success, or > 0 on failure (as stated in the lvm.8 man page).

Before change:
1. Make sure no PVs are on the system
2. Run 'pvs'
  Command failed with status code 0.

After change:
<no output>

16 years agoAdd ommitted unlock_vg() call when sigint_caught() during vg processing.
Dave Wysochanski [Tue, 10 Jun 2008 15:25:38 +0000 (15:25 +0000)]
Add ommitted unlock_vg() call when sigint_caught() during vg processing.

Specific test case:
1. pvcreate /dev/loop1; vgcreate vg1 /dev/loop1; lvcreate -L 64M -n lv1 vg1
2. vgremove vg1 (will prompt user)
3. CTRL-C
Code will exit with:
Do you really want to remove volume group "vg2" containing 2 logical volumes? [y/n]:
  Volume group "vg2" not removed
  Command failed with status code 5.
  Internal error: Volume Group vg2 was not unlocked
  Device '/dev/loop1' has been left open.

After change:
Do you really want to remove volume group "vg2" containing 2 logical volumes? [y/n]:
  Volume group "vg2" not removed
  Command failed with status code 5.

16 years agoFix wrong free_count on imported volume group from pool device
Zdenek Kabelac [Tue, 10 Jun 2008 14:55:14 +0000 (14:55 +0000)]
Fix wrong free_count on imported volume group from pool device
Fix segfault when calling pvcreate on the pool device

16 years agoFix inverted no_flush debug message. (mpatocka)
Alasdair Kergon [Tue, 10 Jun 2008 11:19:19 +0000 (11:19 +0000)]
Fix inverted no_flush debug message. (mpatocka)

16 years agoFix segfault after _free_vginfo by remembering to remove vginfo from list.
Alasdair Kergon [Mon, 9 Jun 2008 16:22:33 +0000 (16:22 +0000)]
Fix segfault after _free_vginfo by remembering to remove vginfo from list.

16 years agoAdd simple test case to repro pvs segfault with duplicate vgnames.
Dave Wysochanski [Mon, 9 Jun 2008 15:31:58 +0000 (15:31 +0000)]
Add simple test case to repro pvs segfault with duplicate vgnames.

16 years agobring list.h into line with lvm2
Alasdair Kergon [Sun, 8 Jun 2008 14:53:51 +0000 (14:53 +0000)]
bring list.h into line with lvm2

16 years agoTweak detection of invalid fid after changes to PVs in VG in _vg_read.
Alasdair Kergon [Sun, 8 Jun 2008 14:18:44 +0000 (14:18 +0000)]
Tweak detection of invalid fid after changes to PVs in VG in _vg_read.

16 years agoRevert assuming precommitted metadata is live when activating (unnecessary).
Alasdair Kergon [Sun, 8 Jun 2008 11:33:15 +0000 (11:33 +0000)]
Revert assuming precommitted metadata is live when activating (unnecessary).

16 years ago.
Alasdair Kergon [Fri, 6 Jun 2008 20:45:41 +0000 (20:45 +0000)]
.

16 years agorename some config vars
Alasdair Kergon [Fri, 6 Jun 2008 20:44:35 +0000 (20:44 +0000)]
rename some config vars

16 years agoBring configure.in into line with the lvm2 version.
Alasdair Kergon [Fri, 6 Jun 2008 20:33:13 +0000 (20:33 +0000)]
Bring configure.in into line with the lvm2 version.

16 years agoDrop cached metadata for disappearing VG in vgmerge.
Alasdair Kergon [Fri, 6 Jun 2008 19:32:35 +0000 (19:32 +0000)]
Drop cached metadata for disappearing VG in vgmerge.

16 years agopost-release
Alasdair Kergon [Fri, 6 Jun 2008 19:28:35 +0000 (19:28 +0000)]
post-release

16 years agopre-release
Alasdair Kergon [Fri, 6 Jun 2008 19:09:19 +0000 (19:09 +0000)]
pre-release

16 years agoswitch to single quotes rather than double for nameprefixes
Alasdair Kergon [Fri, 6 Jun 2008 19:07:47 +0000 (19:07 +0000)]
switch to single quotes rather than double for nameprefixes

16 years agonameprefixes
Alasdair Kergon [Fri, 6 Jun 2008 18:53:26 +0000 (18:53 +0000)]
nameprefixes

16 years agochange --prefixes to --nameprefixes
Alasdair Kergon [Fri, 6 Jun 2008 18:53:08 +0000 (18:53 +0000)]
change --prefixes to --nameprefixes

16 years agoback out unnecessary changes for this release
Alasdair Kergon [Fri, 6 Jun 2008 17:36:19 +0000 (17:36 +0000)]
back out unnecessary changes for this release

16 years agopre-release
Alasdair Kergon [Fri, 6 Jun 2008 17:24:28 +0000 (17:24 +0000)]
pre-release

16 years agocleaner LCK_LV decoding
Alasdair Kergon [Fri, 6 Jun 2008 16:37:51 +0000 (16:37 +0000)]
cleaner LCK_LV decoding

16 years agocache dropping needs to use old name not new
Alasdair Kergon [Fri, 6 Jun 2008 16:13:35 +0000 (16:13 +0000)]
cache dropping needs to use old name not new
rename variable to reduce confusion

16 years ago* lvm-utils.sh (init_root_dir_): Correct a diagnostic.
Jim Meyering [Fri, 6 Jun 2008 13:48:57 +0000 (13:48 +0000)]
* lvm-utils.sh (init_root_dir_): Correct a diagnostic.

Author: Jim Meyering <meyering@redhat.com>

16 years agoDrop cached metadata when renaming a VG.
Alasdair Kergon [Fri, 6 Jun 2008 13:04:44 +0000 (13:04 +0000)]
Drop cached metadata when renaming a VG.

16 years agofix _free_vginfo not to remove a ref to a *different* vginfo from the vgid cache
Alasdair Kergon [Fri, 6 Jun 2008 12:43:40 +0000 (12:43 +0000)]
fix _free_vginfo not to remove a ref to a *different* vginfo from the vgid cache

16 years agocope with volatile vginfo in vg_read
Alasdair Kergon [Fri, 6 Jun 2008 11:12:50 +0000 (11:12 +0000)]
cope with volatile vginfo in vg_read

16 years agoAllow for vginfo changing during _vg_read.
Alasdair Kergon [Fri, 6 Jun 2008 09:48:04 +0000 (09:48 +0000)]
Allow for vginfo changing during _vg_read.

16 years agoInitialise params buffer to empty string in _emit_segment.
Alasdair Kergon [Thu, 5 Jun 2008 19:10:35 +0000 (19:10 +0000)]
Initialise params buffer to empty string in _emit_segment.

16 years agoDecode numbers in clvmd debugging output.
Alasdair Kergon [Thu, 5 Jun 2008 14:24:28 +0000 (14:24 +0000)]
Decode numbers in clvmd debugging output.

16 years agoAdd missing deactivation after activation failure in lvcreate -Zy.
Alasdair Kergon [Thu, 5 Jun 2008 13:38:30 +0000 (13:38 +0000)]
Add missing deactivation after activation failure in lvcreate -Zy.

16 years agoWhen activating, if precommitted metadata is still cached, assume it's live.
Alasdair Kergon [Thu, 5 Jun 2008 13:06:39 +0000 (13:06 +0000)]
When activating, if precommitted metadata is still cached, assume it's live.

16 years agoWhen removing LV symlinks, skip any where the VG name is not determined.
Alasdair Kergon [Thu, 5 Jun 2008 12:45:55 +0000 (12:45 +0000)]
When removing LV symlinks, skip any where the VG name is not determined.

16 years agoDrop metadata cache if update fails in vg_revert or vg_commit.
Alasdair Kergon [Tue, 3 Jun 2008 17:56:54 +0000 (17:56 +0000)]
Drop metadata cache if update fails in vg_revert or vg_commit.

16 years agoCorrect config file line numbers in messages when parsing comments. (kabi)
Alasdair Kergon [Tue, 3 Jun 2008 17:51:04 +0000 (17:51 +0000)]
Correct config file line numbers in messages when parsing comments. (kabi)

16 years agosuppress warning on silent failure with ECMD_PROCESSED
Alasdair Kergon [Tue, 3 Jun 2008 17:48:13 +0000 (17:48 +0000)]
suppress warning on silent failure with ECMD_PROCESSED

16 years agoTrivial fix to lvchange man pg for consistency.
Dave Wysochanski [Mon, 2 Jun 2008 15:54:32 +0000 (15:54 +0000)]
Trivial fix to lvchange man pg for consistency.

16 years agoIn script-processing mode, stop if any command fails.
Alasdair Kergon [Fri, 30 May 2008 15:27:44 +0000 (15:27 +0000)]
In script-processing mode, stop if any command fails.
Warn if command exits with non-zero status code without a prior log_error.

16 years agofix setpriority int error
Alasdair Kergon [Wed, 28 May 2008 23:12:45 +0000 (23:12 +0000)]
fix setpriority int error

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