Alasdair Kergon
2576974c21
test
2011-05-24 14:09:41 +00:00
Alasdair Kergon
2d56f030f0
test
2011-05-24 14:09:41 +00:00
Alasdair Kergon
953c6d9643
test
2011-05-24 14:01:32 +00:00
Alasdair Kergon
972d37f570
test
2011-05-24 14:00:57 +00:00
Alasdair Kergon
e692de88b8
test
2011-05-24 13:59:16 +00:00
Alasdair Kergon
f631b2edb9
test
2011-05-24 13:54:37 +00:00
Alasdair Kergon
33bd9138fa
test
2011-05-24 13:53:26 +00:00
Alasdair Kergon
abb30dbf2d
test
2011-05-24 13:53:26 +00:00
Alasdair Kergon
0b70507434
Add and use dev_open_readonly and variations.
2011-05-24 13:36:57 +00:00
Petr Rockai
ba7d33be9c
Mention code layout in lvmetad DESIGN.
2011-05-23 14:46:48 +00:00
Zdenek Kabelac
5ec549ca5a
Do not log a superfluous stack message when the lv is properly processed
2011-05-19 13:59:22 +00:00
Petr Rockai
dc85d3fb57
More work on the common daemon framework. Make things compile, too.
2011-05-15 11:02:29 +00:00
Petr Rockai
73ffd6e748
More scavenging of common daemon code, this time the clvmd local socket setup
...
sequence.
2011-05-13 09:34:12 +00:00
Petr Rockai
d7448a721b
Start filling in some of the common daemon (server-side) functionality, taking
...
dmeventd code as a starting point.
2011-05-13 08:45:46 +00:00
Petr Rockai
04507b0ace
First go at the lvmetad client-side interface.
2011-05-13 08:17:26 +00:00
Petr Rockai
56517bad21
First stab at the prototypes of the daemon-common functionality (to be
...
eventually shared by dmeventd, lvmetad and clvmd).
2011-05-13 08:07:28 +00:00
Petr Rockai
f03e3ac15b
Initial design document for LVMetaD, building on the draft from June of last
...
year, incorporating the outcomes of today's and yesterday's discussions.
2011-05-12 17:49:46 +00:00
Peter Rajnoha
5fb0c20297
Do not issue an error message when unable to remove .cache on read-only fs.
2011-05-12 12:42:47 +00:00
Petr Rockai
8dad498967
Update WHATS_NEW.
2011-05-07 15:52:50 +00:00
Petr Rockai
ed6ff5d2b3
Rewrite vgreduce --removemissing --force, using existing primitives:
...
lv_remove_with_dependencies and mirror_remove_missing (the latter coming from
lvconvert). Remove substantial amount of legacy code.
2011-05-07 15:52:16 +00:00
Petr Rockai
b00711e312
Add a new entry point in the mirror lvconvert code, for removing missing mirror
...
images and/or logs, without attempting any further actions.
2011-05-07 13:56:13 +00:00
Petr Rockai
eee66d2a80
When glibc needs buffers for line buffering of input and output buffers, it
...
allocates these buffers in such way it adds memory page for each such buffer
and size of unlock memory check will mismatch by 1 or 2 pages.
This happens when we print or read lines without '\n' so these buffers are
used. To avoid this extra allocation, use setvbuf to set these bufffers ahead.
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Reviewed-by: Milan Broz <mbroz@redhat.com>
Reviewed-by: Petr Rockai <prockai@redhat.com>
2011-05-07 13:50:11 +00:00
Petr Rockai
833a287337
Make vg_mark_partial_lvs also clear existing PARTIAL_LV flags, so it can be
...
issued repeatedly on the same VG, keeping the PARTIAL_LV flags up to date.
2011-05-07 13:32:05 +00:00
Alasdair Kergon
5510b4e7d7
test update without WHATS_NEW to check it gives warning now
2011-04-29 19:06:17 +00:00
Alasdair Kergon
20ffd91347
test
2011-04-29 19:05:11 +00:00
Alasdair Kergon
e93eb11d92
test
2011-04-29 19:01:59 +00:00
Alasdair Kergon
76b09bb328
test
2011-04-29 19:01:59 +00:00
Alasdair Kergon
213e1a2113
test
2011-04-29 18:57:09 +00:00
Alasdair Kergon
3fcaa826f4
test
2011-04-29 18:56:35 +00:00
Alasdair Kergon
ce562b276f
test
2011-04-29 18:48:50 +00:00
Alasdair Kergon
16a0f230b9
test
2011-04-29 18:43:31 +00:00
Alasdair Kergon
9cca916815
test
2011-04-29 18:41:46 +00:00
Alasdair Kergon
acb1e1d355
test
2011-04-29 18:40:55 +00:00
Alasdair Kergon
254dafcfab
test
2011-04-29 18:40:14 +00:00
Alasdair Kergon
a086d55ba8
post-release
2011-04-29 17:05:20 +00:00
Alasdair Kergon
b3886cb12f
wake buildbot
2011-04-29 16:27:09 +00:00
Alasdair Kergon
4cda44bfb9
commands/toolcontext.c:578: warning: ‘udev_dir’ may be used uninitialized in this function
...
commands/toolcontext.c:576: warning: ‘udev_dir_len’ may be used uninitialized in this function
Bogus - suppress them.
2011-04-29 16:23:39 +00:00
Alasdair Kergon
c0a1ec237f
pre-release
2011-04-29 16:12:21 +00:00
Alasdair Kergon
919ab56b6d
pre-release clean-ups
2011-04-29 00:21:13 +00:00
Zdenek Kabelac
9ecab00d26
Add missing cleanup for vgimportclone script
2011-04-28 22:17:06 +00:00
Alasdair Kergon
9cda028a96
clean up critical section patch
2011-04-28 20:29:59 +00:00
Zdenek Kabelac
96c4abee62
Missing space in debug message
2011-04-28 19:59:17 +00:00
Alasdair Kergon
2c56f60db4
Set pv_min_size to 2048KB to exclude floppy drives.
...
Previously was 512.
2011-04-28 17:33:34 +00:00
Alasdair Kergon
86ba564a9e
Add missing pkg_config_init check with --enable-udev_sync.
2011-04-28 16:54:32 +00:00
Alasdair Kergon
900a267655
Adjust pvmove man page wording.
...
Add missing --alloc anywhere to example and mention that snapshots and
mirrors can't be moved.
2011-04-28 16:22:47 +00:00
Peter Rajnoha
c52a2a4e91
Uncomment obtain_device_list_from_udev setting in lvm.conf.
...
Just for consistency with other settings we already have in lvm.conf.
2011-04-26 09:09:24 +00:00
Peter Rajnoha
d93275eb0d
autoreconf
2011-04-22 12:13:05 +00:00
Peter Rajnoha
a1bf82a2df
Use common udev_get_dev_dir() to get current device directory managed by udev.
2011-04-22 12:07:35 +00:00
Peter Rajnoha
edcda01a1e
Obtain device list from udev by default if LVM2 is compiled with udev support.
...
Also, add a new 'obtain_device_list_from_udev' setting to lvm.conf with which
we can turn this feature on or off if needed.
If set, the cache of block device nodes with all associated symlinks
will be constructed out of the existing udev database content.
This avoids using and opening any inapplicable non-block devices or
subdirectories found in the device directory. This setting is applied
to udev-managed device directory only, other directories will be scanned
fully. LVM2 needs to be compiled with udev support for this setting to
take effect. N.B. Any device node or symlink not managed by udev in
udev directory will be ignored with this setting on.
2011-04-22 12:05:32 +00:00
Peter Rajnoha
40059f18d9
Move common libudev code to lvm-wrappers.[ch].
...
...so we can use it throughout.
2011-04-22 11:59:59 +00:00