]> sourceware.org Git - lvm2.git/log
lvm2.git
12 years agoUpdate singlenode locking
Zdenek Kabelac [Tue, 24 Apr 2012 12:16:40 +0000 (12:16 +0000)]
Update singlenode locking

Support lock conversion
Work also with LCK_READ
TODO: do more validation.

12 years agoSort lvs options by alphabet
Zdenek Kabelac [Tue, 24 Apr 2012 12:14:17 +0000 (12:14 +0000)]
Sort lvs options by alphabet

12 years agoUpdate some lvs column names
Zdenek Kabelac [Tue, 24 Apr 2012 12:13:29 +0000 (12:13 +0000)]
Update some lvs column names

Fix thin_pool -> pool_lv
Add more fields supported by thin provisioning.
Keep fields alphabetically sorted for easier lookup.

12 years agoAlso rename DevNos header to DevNosUsed in dmsetup info -c output.
Peter Rajnoha [Tue, 24 Apr 2012 08:24:36 +0000 (08:24 +0000)]
Also rename DevNos header to DevNosUsed in dmsetup info -c output.

12 years agoRename (Blk)DevNames header to (Blk)DevNamesUsed in dmsetup info -c output.
Peter Rajnoha [Tue, 24 Apr 2012 08:00:55 +0000 (08:00 +0000)]
Rename (Blk)DevNames header to (Blk)DevNamesUsed in dmsetup info -c output.

Just to make it clearer since there is the "dmsetup info -c -o blkdevname"
as well that shows the "block device name for this mapping", having a
"BlkDevName" header on output.

It's a bit confusing then if the "dmsetup info -c -o devs_used,blkdevs_used"
is named with a plural "DevNames"/"BlkDevNames" but at the same time having
a totally different meaning than the singular form "BlkDevName".

  DevNames --> DevNamesUsed
  BlkDevNames --> BlkDevNamesUsed

...makes it much more comprehensible.

12 years agoHandle replacement of an active device that goes missing with an error device.
Alasdair Kergon [Tue, 24 Apr 2012 00:51:26 +0000 (00:51 +0000)]
Handle replacement of an active device that goes missing with an error device.
(E.g. lvchange --refresh --partial on striped LV if a PV disappeared.)

12 years agoUnlike 'mirror' segtype, 'raid1' should perform flush on suspend.
Jonathan Earl Brassow [Fri, 20 Apr 2012 14:17:44 +0000 (14:17 +0000)]
Unlike 'mirror' segtype, 'raid1' should perform flush on suspend.

The 'mirror' segtype and 'raid1' segtype both set the 'MIRRORED' flag.
However, due to differences in the way these device-mapper targets behave
'mirror' must be suspended with the 'noflush' option and 'raid1' does not
have to be.

This patch ensures that when the 'MIRRORED' flag is checked to see if
'noflush' is needed that it does not also set it for 'raid1' by mistake.

12 years agoFix for bug 807776: invalid lvconvert --merge output should mention raid1 now
Jonathan Earl Brassow [Thu, 19 Apr 2012 21:50:37 +0000 (21:50 +0000)]
Fix for bug 807776: invalid lvconvert --merge output should mention raid1 now

s/snapshot/mergeable volume/

12 years ago.
Alasdair Kergon [Thu, 19 Apr 2012 13:47:38 +0000 (13:47 +0000)]
.

12 years ago.
Alasdair Kergon [Thu, 19 Apr 2012 13:47:11 +0000 (13:47 +0000)]
.

12 years agoAdd udev info and context to lvmdump.
Peter Rajnoha [Wed, 18 Apr 2012 15:26:02 +0000 (15:26 +0000)]
Add udev info and context to lvmdump.
--------------------------------------------------------------------

12 years agoAdd a rudimentary lvmetad manpage.
Petr Rockai [Sun, 15 Apr 2012 15:40:48 +0000 (15:40 +0000)]
Add a rudimentary lvmetad manpage.

12 years agoRemove 'up' from rounding message that sometimes rounds down.
Alasdair Kergon [Thu, 12 Apr 2012 15:11:21 +0000 (15:11 +0000)]
Remove 'up' from rounding message that sometimes rounds down.
Detect reduction of 0 after rounding for stripes and avoid warning of potential data loss.

12 years agoFix code that performs RAID device replacement while under snapshot.
Jonathan Earl Brassow [Thu, 12 Apr 2012 03:16:37 +0000 (03:16 +0000)]
Fix code that performs RAID device replacement while under snapshot.

The code should have been calling [suspend|resume]_lv_origin() rather than
[suspend|resume]_lv.

This addresses bug 807069.

12 years agoFix inability to split RAID1 image while specifying a particular PV.
Jonathan Earl Brassow [Wed, 11 Apr 2012 14:20:19 +0000 (14:20 +0000)]
Fix inability to split RAID1 image while specifying a particular PV.

The logic for resuming the original and newly split LVs was not properly
done to handle situations where anything but the last device in the array
was split.  It did not take into account the possible name collisions that
might occur when the original LV undergoes the shifting and renaming of its
sub-LVs.

12 years agoUpdate test
Zdenek Kabelac [Wed, 11 Apr 2012 12:53:46 +0000 (12:53 +0000)]
Update test

12 years agospacing
Alasdair Kergon [Wed, 11 Apr 2012 12:49:10 +0000 (12:49 +0000)]
spacing

12 years agoUpdate man pages
Zdenek Kabelac [Wed, 11 Apr 2012 12:42:10 +0000 (12:42 +0000)]
Update man pages

Use one style for man pages.

12 years agoFix lvresize for thin pool
Zdenek Kabelac [Wed, 11 Apr 2012 12:40:03 +0000 (12:40 +0000)]
Fix lvresize for thin pool

When resizing thin pool - we need to use strip info from  _tdata volume.
In future more generic solution will be necessary once we start to support
lvconvert (resize of stacked devices and stay properly aligned).
For now we just allow striped or linear LV so this code will work.

12 years agoLvresize rounds upward
Zdenek Kabelac [Wed, 11 Apr 2012 12:36:37 +0000 (12:36 +0000)]
Lvresize rounds upward

When given lvresize new size - round upward for stripes - unless we use % and
we are at the border of free extents.

This patch is not a complete fix and few more cases will need special care.

12 years agoSupport rounding downward for lvcreate and %
Zdenek Kabelac [Wed, 11 Apr 2012 12:33:34 +0000 (12:33 +0000)]
Support rounding downward for lvcreate and %

If specifying size with % and we are reaching number
of free extents - round downward with stripes.

12 years agoMove check for min strip size
Zdenek Kabelac [Wed, 11 Apr 2012 12:30:48 +0000 (12:30 +0000)]
Move check for min strip size

and remove few asigns that are not needed.

12 years agoChange message severity to log_very_verbose for missing dev info in udev db.
Peter Rajnoha [Wed, 11 Apr 2012 09:12:02 +0000 (09:12 +0000)]
Change message severity to log_very_verbose for missing dev info in udev db.

Libudev does not provide transactions when querying udev database - once we
get the list of block devices (devices/obtain_device_list_from_udev=1) and
we iterate over the list to get more detailed information about device node
and symlink names used etc., the device could be removed just in between we
get the list and put a query for more info. In this case, libudev returns
NULL value as the device does not exist anymore.

Recently, we've added a warning message to reveal such situations. However,
this could be misleading if the device is not related to the LVM action
we're just processing - the non-related block device could be removed in
parallel and this is not an error but a possible and normal operation.

(N.B. This "missing info" should not happen when devices are related to
the LVM action we're just processing since all such processing should be
synchronized with udev and the udev db must always be in consistent state
after the sync point. But we can't filter this situation out from others,
non-related devices, so we have to lower the message verbosity here for a
general solution.)

12 years agoRAID LVs could not handle a down-convert if a device other than the last one
Jonathan Earl Brassow [Wed, 11 Apr 2012 01:23:29 +0000 (01:23 +0000)]
RAID LVs could not handle a down-convert if a device other than the last one
in the array was specified for removal.  This change addresses that (bz806111).

12 years agoCommit ID 46a75dedb4f6aa815a804f27cafbd3fd16a62011 consolidated code from the
Jonathan Earl Brassow [Tue, 10 Apr 2012 23:34:41 +0000 (23:34 +0000)]
Commit ID 46a75dedb4f6aa815a804f27cafbd3fd16a62011 consolidated code from the
various dmeventd plug-ins into a new function called 'dmeventd_lvm2_command',
but the new function did not strip off the "_mlog" extentions that the
mirror plug-in had been doing.  This created bug 794904 - failure to replace
devices in a redundant log.

The test suite did catch this scenario because it performs repair tests (mainly)
through the CLI and not dmeventd.  It's also not easy to test because the test
itself will hang if the bug is encountered.

12 years agoAdd a couple new functions to gdbinit file and decode a couple lv->status flags
Jonathan Earl Brassow [Tue, 10 Apr 2012 23:24:00 +0000 (23:24 +0000)]
Add a couple new functions to gdbinit file and decode a couple lv->status flags
New functions:
 - seg_pvs: Print a list of PVs in a seg_pvs list
 - pv_dev_name: print name of a PV

12 years agostrcpy -> strncpy in common daemon code.
Peter Rajnoha [Tue, 10 Apr 2012 12:55:37 +0000 (12:55 +0000)]
strcpy -> strncpy in common daemon code.

12 years agoCheck if info struct returned is not NULL.
Peter Rajnoha [Tue, 10 Apr 2012 12:26:27 +0000 (12:26 +0000)]
Check if info struct returned is not NULL.

Just some missing checks revealed by Coverity in recent code.

12 years agoFix unlocking in error path of vgreduce
Zdenek Kabelac [Fri, 30 Mar 2012 14:59:35 +0000 (14:59 +0000)]
Fix unlocking in error path of vgreduce

When vg_read fails, it internally unlocks VG if it's been locked,
so in error path we should skip unlock_vg for this case.
(user would see ugly internal warning)

12 years agoWHATS_NEW
Peter Rajnoha [Fri, 30 Mar 2012 11:39:52 +0000 (11:39 +0000)]
WHATS_NEW

12 years agoDetect VG name being part of the LV name in lvconvert --splitmirrors -n.
Peter Rajnoha [Fri, 30 Mar 2012 08:58:02 +0000 (08:58 +0000)]
Detect VG name being part of the LV name in lvconvert --splitmirrors -n.

Before:
devel/~ # lvconvert --splitmirrors 1 -n vg/splitted_one vg/mirrored_one
  Internal error: LV name vg/splitted_one has invalid form.
  Intermediate VG metadata write failed.

After:
devel/~ # lvconvert --splitmirrors 1 -n vg/splitted_one vg/mirrored_one
  Logical volume mirrored_one converted.

devel/~ # lvconvert --splitmirrors 1 -n abc/splitted_one vg/mirrored_one
  Please use a single volume group name ("vg" or "abc")
  Run `lvconvert --help' for more information.

12 years agoMinor fixes
Zdenek Kabelac [Wed, 28 Mar 2012 11:11:25 +0000 (11:11 +0000)]
Minor fixes

Just small updates and remove <backtrace> after log_error.

12 years agoImprove test suite
Zdenek Kabelac [Wed, 28 Mar 2012 11:10:08 +0000 (11:10 +0000)]
Improve test suite

Add make help target.
Add LVM_TEST_PARALLEL to support parallel runs of tests
Work around the problem the dmsetup table/info may return error
by using dmtable and dminfo function that will use 'should'.
(Error happens when some concurently running process removes table
entry while dmsetup command resolves table entries inside the loop.)

12 years agoFix tests to work with vgscan --cache fixing inconsistent metadata.
Peter Rajnoha [Wed, 28 Mar 2012 07:46:35 +0000 (07:46 +0000)]
Fix tests to work with vgscan --cache fixing inconsistent metadata.

12 years agoAvoid closing clvmd socket twice.
Milan Broz [Tue, 27 Mar 2012 16:59:28 +0000 (16:59 +0000)]
Avoid closing clvmd socket twice.

12 years agoFix exclusive lvmchange -aey to fail if volume is active on different node.
Milan Broz [Tue, 27 Mar 2012 15:53:45 +0000 (15:53 +0000)]
Fix exclusive lvmchange -aey to fail if volume is active on different node.

Activation on remote node should be tried only if it is masked by tags
locally (like when hosttags enabled, IOW activate_lv_excl_local()
doesn't return error.)

Introduced change caused that lvchange -aey succeeded even if volume was
activated exclusively remotely.

12 years agoThere is no hotsname_tags but only hosttags... sigh, even docs is wrong :-)
Milan Broz [Tue, 27 Mar 2012 13:39:08 +0000 (13:39 +0000)]
There is no hotsname_tags but only hosttags... sigh, even docs is wrong :-)

12 years agoFail early if cmirror is not detected and pvmove requires it.
Milan Broz [Tue, 27 Mar 2012 12:01:22 +0000 (12:01 +0000)]
Fail early if cmirror is not detected and pvmove requires it.

12 years agoAlso skip pvmove for remotely active LVs.
Milan Broz [Tue, 27 Mar 2012 11:43:32 +0000 (11:43 +0000)]
Also skip pvmove for remotely active LVs.

12 years agoAdd 'vgscan --cache' functionality for consistency with 'pvscan --cache'.
Peter Rajnoha [Tue, 27 Mar 2012 11:04:46 +0000 (11:04 +0000)]
Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'.

Calling vgscan alone should reuse information from the lvmetad (if running).
The --cache option should initiate direct device scan and update lvmetad
appropriately (if running).

This is mainly for vgscan to behave consistently compared to pvscan.

12 years agoadd make install_verity
Alasdair Kergon [Mon, 26 Mar 2012 23:23:31 +0000 (23:23 +0000)]
add make install_verity

12 years agoRename verity dir
Alasdair Kergon [Mon, 26 Mar 2012 23:09:37 +0000 (23:09 +0000)]
Rename verity dir

12 years agoKeep exclusive activation in pvmove if LV is already active.
Milan Broz [Mon, 26 Mar 2012 20:33:40 +0000 (20:33 +0000)]
Keep exclusive activation in pvmove if LV is already active.

Pvmove should never try to downgrade exclusive lock
for LVs.

This allows pvmove to work again for exclusive activated LVs.

12 years agoDo not allow pvmove if some affected LVs are activated
Milan Broz [Mon, 26 Mar 2012 20:32:58 +0000 (20:32 +0000)]
Do not allow pvmove if some affected LVs are activated
locally or on more nodes while others are activated exclusively.

Current pvmove code can either use local mirror (for exclusive
activation) or cmirror (for clustered LVs).

Because the whole intenal pvmove LV is just segmented LV containing
segments of several top-level LVs, code cannot properly handle
situation if some segment need to be activated exclusively.

Previously, it wrongly activated exclusive LV on all nodes
(locing code allowed it) but now this is no lnger possible.

If there is exclusively activated LV, pvmove is only
possible if all affected LVs are aslo activated exclusively.

(Note that in non-exclusive mode pvmove still activates LVs
on other nodes during move.)

# lvchange -aly vg_test/lv1
# lvchange -aey vg_test/lv2
# pvmove -i 1 /dev/sdc
   Error locking on node bar-01: Device or resource busy
   Error locking on node bar-03: Volume is busy on another node
...
   Failed to activate lv2

12 years agoUse new flag PVMOVE_EXCLUSIVE in update_metatada call.
Milan Broz [Mon, 26 Mar 2012 20:31:01 +0000 (20:31 +0000)]
Use new flag PVMOVE_EXCLUSIVE in update_metatada call.

There is no real functional change in this patch except it
avoids checking cluster cmirror module twice.

(Flag used in following patch.)

12 years agoRemove unused and wrongly set cluster VG flag from clvmd lock query command.
Milan Broz [Mon, 26 Mar 2012 20:29:45 +0000 (20:29 +0000)]
Remove unused and wrongly set cluster VG flag from clvmd lock query command.

12 years agofixes/improvements
Alasdair Kergon [Sat, 24 Mar 2012 02:58:56 +0000 (02:58 +0000)]
fixes/improvements

12 years agoFirst veritysetup version using configure --with-veritysetup.
Alasdair Kergon [Sat, 24 Mar 2012 01:59:59 +0000 (01:59 +0000)]
First veritysetup version using configure --with-veritysetup.

12 years agoFix pvmove if LV is activated exclusively but cmirror is not running.
Milan Broz [Fri, 23 Mar 2012 16:28:40 +0000 (16:28 +0000)]
Fix pvmove if LV is activated exclusively but cmirror is not running.

In this case we should allow to use local mirror, check for cmirror
should apply only for lvconvert/lvcreate.

Introduced in 2.02.86 by removing !(lv->status & ACTIVATE_EXCL).

(Partially workaround, it is minimalistic patch for now.)

12 years agoAdd fixmes
Zdenek Kabelac [Fri, 23 Mar 2012 10:34:51 +0000 (10:34 +0000)]
Add fixmes

There is missing some proper reaction when update fails ?

12 years agoAlways free hash table
Zdenek Kabelac [Fri, 23 Mar 2012 10:33:26 +0000 (10:33 +0000)]
Always free hash table

also in error path

12 years agoUpdate and fix monitoring of thin pool devices
Zdenek Kabelac [Fri, 23 Mar 2012 09:58:04 +0000 (09:58 +0000)]
Update and fix monitoring of thin pool devices

Code adds better support for monitoring of thin pool devices.
update_pool_lv uses DMEVENTD_MONITOR_IGNORE to not manipulate with monitoring.
vgchange & lvchange are checking real thin pool device for existance
as we are using   _tpool  real device and visible LV pool device might not
be even active (_tpool is activated implicitely for any thin volume).
monitor_dev_for_events is another _lv_postorder like code it might be worth
to think about reusing it here - for now update the code to properly
monitory thin volume deps.
For unmonitoring add extra code to check the usage of thin pool - in case it's in use
unmonitoring of thin volume is skipped.

12 years agoReturn mem fail if hash insert fails
Zdenek Kabelac [Fri, 23 Mar 2012 09:48:17 +0000 (09:48 +0000)]
Return mem fail if hash insert fails

12 years agoMake sure namelen fits into buffer allocated on stack
Zdenek Kabelac [Fri, 23 Mar 2012 09:43:44 +0000 (09:43 +0000)]
Make sure namelen fits into buffer allocated on stack

12 years agoFix typo in config option check
Zdenek Kabelac [Fri, 23 Mar 2012 09:42:36 +0000 (09:42 +0000)]
Fix typo in config option check

12 years agoImprove teardown_devs
Zdenek Kabelac [Fri, 23 Mar 2012 09:41:20 +0000 (09:41 +0000)]
Improve teardown_devs

Try to avoid start of dmeventd during vgremove if the code has any bug
inside.

12 years agoUpdate debug message
Zdenek Kabelac [Fri, 23 Mar 2012 09:39:59 +0000 (09:39 +0000)]
Update debug message

(compiled only with special debug define)

12 years agoUpdate lcov target
Zdenek Kabelac [Fri, 23 Mar 2012 09:39:03 +0000 (09:39 +0000)]
Update lcov target

12 years agoFix regression in thin monitoring
Zdenek Kabelac [Tue, 20 Mar 2012 17:42:19 +0000 (17:42 +0000)]
Fix regression in thin monitoring

Patch https://www.redhat.com/archives/lvm-devel/2012-February/msg00118.html
removed initilization of thin volume monitoring, leaving it only for
thin pool - but missed the code move part for monitoring of thin pools.
Effectively making thin pools not monitorable.

12 years agoFix check for passed in path for dmeventd startup
Zdenek Kabelac [Tue, 20 Mar 2012 17:38:47 +0000 (17:38 +0000)]
Fix check for passed in path for dmeventd startup

Check passed in executable path for dmeventd instead of predefined
compiled in path which is not the thing to be executed.

12 years agoSleep longer in the test so it really dies properly
Zdenek Kabelac [Tue, 20 Mar 2012 13:35:46 +0000 (13:35 +0000)]
Sleep longer in the test so it really dies properly

and check for right exit code from pgrep

12 years agoUpdate testing scripts
Zdenek Kabelac [Tue, 20 Mar 2012 10:51:57 +0000 (10:51 +0000)]
Update testing scripts

Make the teardown really usable - it will try down to remove all the left
devices even from previous test runs
(the only missing piece is probably proper mdadm teardown)
Add few more local vars
Try to setup PATH and LD_LIBRARY_PATH just once.
Try shorter sleeps.

12 years agoUpdate test for dmevent restart
Zdenek Kabelac [Tue, 20 Mar 2012 10:48:59 +0000 (10:48 +0000)]
Update test for dmevent restart

Actually restart was failing for different reason - so pass in proper
location of dmeventd for restart from lvm command and avoid using
the one from /sbin location.

Update pv create test with "" around path.

12 years agoSupport improperly formated device numbers
Zdenek Kabelac [Tue, 20 Mar 2012 10:47:02 +0000 (10:47 +0000)]
Support improperly formated device numbers

There are kernel drivers (smblk) which set '-1' as their device major number.
This number is listed in /proc/devices then - but the kernel itself is using
just 12 bits - thus device is accessible via 4095 - there is posted patch
for 3.4 to fix this behavior (0 for auto allocation was mean to be used).

However to still allow using such devices with older kernels add some code
to use same behavior - so cut 12 bits from the major number from /proc/devices.

For now use log_warn() - maybe the severity of the message could be lowered
to just verbose level.

12 years agoDo exit if LISTEN_PID environment variable not correct during systemd handover.
Peter Rajnoha [Fri, 16 Mar 2012 21:30:53 +0000 (21:30 +0000)]
Do exit if LISTEN_PID environment variable not correct during systemd handover.

12 years agoAdd comment about slow startup of dmeventd
Zdenek Kabelac [Fri, 16 Mar 2012 19:13:09 +0000 (19:13 +0000)]
Add comment about slow startup of dmeventd

Separat lvm dumpconfig on extra line, so the shell trace output
is not mixed with dump.

12 years agoSkip dmeventd restart test
Zdenek Kabelac [Fri, 16 Mar 2012 19:11:29 +0000 (19:11 +0000)]
Skip dmeventd restart test

If dmevendt is not in /sbin, do not try to run restarting test.
FIXME: add some workaround for testing.

12 years agoRegression fix kernel version check
Zdenek Kabelac [Fri, 16 Mar 2012 19:09:49 +0000 (19:09 +0000)]
Regression fix kernel version check

got changed improperly with large update patch.

12 years agoLonger sleep after clvmd start
Zdenek Kabelac [Fri, 16 Mar 2012 19:08:09 +0000 (19:08 +0000)]
Longer sleep after clvmd start

12 years agoUse pvscan --cache instead of vgscan in lvmetad init script and systemd unit.
Peter Rajnoha [Fri, 16 Mar 2012 15:12:04 +0000 (15:12 +0000)]
Use pvscan --cache instead of vgscan in lvmetad init script and systemd unit.

12 years agoSwitch condition for dmeventd check
Zdenek Kabelac [Fri, 16 Mar 2012 13:44:51 +0000 (13:44 +0000)]
Switch condition for dmeventd check

12 years agoUpdate tests
Zdenek Kabelac [Fri, 16 Mar 2012 13:00:05 +0000 (13:00 +0000)]
Update tests

Indent

Shell improvements - use internal function for checks

Use PVs in ""   (LV and VG cannot have spaces)

Several test very starting 'dmeventd' without annoucing
it via prepade_dmeventd.

Fix some of test actually.

12 years agoUpdate test.sh check.sh utils.sh get.sh
Zdenek Kabelac [Fri, 16 Mar 2012 12:59:43 +0000 (12:59 +0000)]
Update test.sh check.sh utils.sh get.sh

Indent
Better shell usage
Function simplification
More usage of 'get' functions
Don't use valgrind tracing for check and get function (faster)
Update shell debugging (PS4, better stacktrace)
Support paths with spaces
Export SCRIPTNAME for external usage
Watch for dmeventd unexpectedly started during test

12 years agoUpdate aux.sh lvmwrapper
Zdenek Kabelac [Fri, 16 Mar 2012 12:59:02 +0000 (12:59 +0000)]
Update aux.sh lvmwrapper

Indent

Add valgrind support:
 env LVM_TEST_VALGRIND={0123} (the higher level, more commands tested)
 env LVM_TEST_CLVMD=1   runs clvmd within valgrind.
 env VALGRIND  script name executed for each lvm command (def. is valg).

Smarted teardown - should minimize occurence of left dev entries
 (using dmsetup remove -f only as last resort)
 sort removed devices by open count before actual removal

Use "" around string that may contain spaces.

Set log/verbose and activation/retry_deactivation to defined value.

Remove  debug.log after successful lvm command (easier to check output).

12 years agoTest suite skip md_detection
Zdenek Kabelac [Fri, 16 Mar 2012 12:57:28 +0000 (12:57 +0000)]
Test suite skip md_detection

Not normally needed - lets' enable it only for test that
really needs it.

12 years agoAllow to use also special prefixed names for test
Zdenek Kabelac [Fri, 16 Mar 2012 12:56:29 +0000 (12:56 +0000)]
Allow to use also special prefixed names for test

Currently we could not test special prefixes in our test suite.
As teardown will not find such device and basicaly busyloops here,
as at cannot remove such names.

This patch adds possibity to use:

vgcreate  V_$vg1 $dev

Note: you still need to use $PREFIX somewhere in the name.
(And of course, it's really bad idea to use $PREFIX (=LVMTEST)
 for normally used LVs)

The only purpose of this patch is to allow testing cluster with
special vg names that begins with V_ , P_....

12 years agoFix string parsing
Zdenek Kabelac [Fri, 16 Mar 2012 12:53:05 +0000 (12:53 +0000)]
Fix string parsing

Fix propagation of -e option - pass it via internal shell variable.
Fix parsing of /proc/mounts files (don't check for substrings).
 as reported by O.Mangold with suggested patch:
 https://www.redhat.com/archives/linux-lvm/2012-February/msg00030.html
Properly pass arguments with spaces ("$@")
Add validation for YES and EXTOFF variable content.

12 years agoRelax the active-minor test a bit.
Petr Rockai [Fri, 16 Mar 2012 11:36:51 +0000 (11:36 +0000)]
Relax the active-minor test a bit.

12 years agoIt's new.
Petr Rockai [Fri, 16 Mar 2012 10:46:25 +0000 (10:46 +0000)]
It's new.

12 years agoFix a regression in handling --major/--minor arguments to lvcreate & lvchange,
Petr Rockai [Fri, 16 Mar 2012 10:43:52 +0000 (10:43 +0000)]
Fix a regression in handling --major/--minor arguments to lvcreate & lvchange,
by allowing arg_int_value to be used with groupable options.

12 years agoFix name conflicts that prevent down-converting RAID1 when specifying a device
Jonathan Earl Brassow [Thu, 15 Mar 2012 20:00:54 +0000 (20:00 +0000)]
Fix name conflicts that prevent down-converting RAID1 when specifying a device

When down-converting a RAID1 device, it is the last device that is extracted
and removed when the user does not specify a particular device.  However,
when a device is specified (and it is not the last), the device is removed and
the remaining sub-LVs are "shifted down" to fill the hole.  This cause problems
when resuming the LV because if the shifted devices were resumed (and thus
renamed) before the sub-LV being extracted, there would be a name conflict.
The solution is to resume the extracted sub-LVs first so that they can be
properly renamed preventing a possible conflict.

This addresses bug 801967.

12 years agoRemove dmeventd fifos on exit if they are not managed by systemd.
Peter Rajnoha [Thu, 15 Mar 2012 08:45:55 +0000 (08:45 +0000)]
Remove dmeventd fifos on exit if they are not managed by systemd.

12 years agoUpdate configure change
Zdenek Kabelac [Wed, 14 Mar 2012 19:25:04 +0000 (19:25 +0000)]
Update configure change

Always define THIN_CHECK_CMD define - since for now we compile thin code
in more places.

12 years agoJust move declaration
Zdenek Kabelac [Wed, 14 Mar 2012 17:15:22 +0000 (17:15 +0000)]
Just move declaration

12 years agoUse proper "" for absolute paths
Zdenek Kabelac [Wed, 14 Mar 2012 17:14:33 +0000 (17:14 +0000)]
Use proper "" for absolute paths

12 years agoCleanup for conf file
Zdenek Kabelac [Wed, 14 Mar 2012 17:13:45 +0000 (17:13 +0000)]
Cleanup for conf file

12 years agoImprove thin_check option passing
Zdenek Kabelac [Wed, 14 Mar 2012 17:12:05 +0000 (17:12 +0000)]
Improve thin_check option passing

Update a way we handle option passing - so we now support path and options
with space inside.
Fix dm name usage for thin pools with '-' in name.
Use new lvm.conf option thin_check_options to pass in options as string array.

12 years agoAdd --with-thin-check configure option
Zdenek Kabelac [Wed, 14 Mar 2012 17:09:00 +0000 (17:09 +0000)]
Add --with-thin-check configure option

If specified - use given path without test (Path could be empty)
If autodetection is in use - check for command in available PATH.

12 years agoUse SD_ACTIVATION env. var. in systemd units to better detect systemd in use.
Peter Rajnoha [Wed, 14 Mar 2012 15:51:51 +0000 (15:51 +0000)]
Use SD_ACTIVATION env. var. in systemd units to better detect systemd in use.

LISTEN_PID and LISTEN_FDS environment variables are defined only during systemd
"start" action. But we still need to know whether we're activated during
"reload" action as well - we use the reload action to call "dmeventd -R"/"lvmetad -R"
for statefull daemon restart. We can't use normal "restart" as that is simply
composed of "stop" and "start" and we would lose any state the daemon has.

12 years agoWHATS_NEW
Peter Rajnoha [Wed, 14 Mar 2012 12:12:21 +0000 (12:12 +0000)]
WHATS_NEW

12 years agoDo not run a new dmeventd instance on restart if there's no existing one.
Peter Rajnoha [Wed, 14 Mar 2012 11:16:00 +0000 (11:16 +0000)]
Do not run a new dmeventd instance on restart if there's no existing one.

12 years agoFix error message when pvmove LV activation fails with name already in use.
Alasdair Kergon [Tue, 13 Mar 2012 20:21:26 +0000 (20:21 +0000)]
Fix error message when pvmove LV activation fails with name already in use.

12 years agoAdd a toplevel check_lvmetad target.
Petr Rockai [Mon, 12 Mar 2012 15:05:55 +0000 (15:05 +0000)]
Add a toplevel check_lvmetad target.

12 years agoWe need longer window for checking read from fifo.
Zdenek Kabelac [Mon, 12 Mar 2012 14:46:53 +0000 (14:46 +0000)]
We need longer window for checking read from fifo.

Seems like some dmeventd startups are taking more time then expected,
so make the time window longer here.

12 years agoRemoving call of release_vg(NULL)
Zdenek Kabelac [Mon, 12 Mar 2012 14:43:12 +0000 (14:43 +0000)]
Removing call of release_vg(NULL)

Since we are in error path were vg must be always NULL,
skip call of release_vg() like we do in other places.

12 years agoUsing %u modifier to print unsigned values.
Zdenek Kabelac [Mon, 12 Mar 2012 14:41:42 +0000 (14:41 +0000)]
Using %u modifier to print unsigned values.

12 years agoBetter structure layout for device_info
Zdenek Kabelac [Mon, 12 Mar 2012 14:40:41 +0000 (14:40 +0000)]
Better structure layout for device_info

Save some relocation entries and use directly char[].
Since we do not need yes more then 127 partitions per device, use just int8_t.
Move lvm_type_filter_destroy into local static function.

12 years agoSimplify error path code for filter initialization
Zdenek Kabelac [Mon, 12 Mar 2012 14:35:57 +0000 (14:35 +0000)]
Simplify error path code for filter initialization

Use 'int' counter.
Use 'bad' with goto_bad macro.

12 years agoImprove harness code
Zdenek Kabelac [Mon, 12 Mar 2012 14:24:15 +0000 (14:24 +0000)]
Improve harness code

Support timestamping with harness -  using VERBOSE=2
Fix also logging in several situation
(i.e. continue logging multiple test in VERBOSE mode,
do not coredump with empty output).

12 years agoSwitch to normal log_verbose message
Zdenek Kabelac [Mon, 12 Mar 2012 14:18:28 +0000 (14:18 +0000)]
Switch to normal log_verbose message

Here it's not an error case - so do not push this message to stderr.

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