]> sourceware.org Git - lvm2.git/commit - man/lvchange.8.in
Add a [--poll {y|n}] flag to vgchange and lvchange to control whether
authorMike Snitzer <snitzer@redhat.com>
Tue, 5 Jan 2010 20:56:51 +0000 (20:56 +0000)
committerMike Snitzer <snitzer@redhat.com>
Tue, 5 Jan 2010 20:56:51 +0000 (20:56 +0000)
commit7a8fa6aaab54a9da7289637e016eef553168bfe2
treea93b1467523d000261cb4a23e493d7bf087d98f5
parent0e06c92fdf1973bf8a8e0096b7beaf6fc687f10e
Add a [--poll {y|n}] flag to vgchange and lvchange to control whether
the background polldaemon is allowed to start.  It can be used
standalone or in conjunction with --refresh or --available y.

Control over when the background polldaemon starts will be particularly
important for snapshot-merge of a root filesystem.

Dracut will be updated to activate all LVs with: --poll n

The lvm2-monitor initscript will start polling with: --poll y

NOTE: Because we currently have no way of knowing if a background
polldaemon is active for a given LV the following limitations exist and
have been deemed acceptable:
1) it is not possible to stop an active polldaemon; so the lvm2-monitor
   initscript doesn't stop running polldaemon(s)
2) redundant polldaemon instances will be started for all specified LVs
   if vgchange or lvchange are repeatedly used with '--poll y'

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
WHATS_NEW
lib/config/defaults.h
lib/misc/lvm-globals.c
lib/misc/lvm-globals.h
man/lvchange.8.in
man/vgchange.8.in
scripts/lvm2_monitoring_init_red_hat.in
tools/args.h
tools/commands.h
tools/lvchange.c
tools/vgchange.c
This page took 0.033074 seconds and 5 git commands to generate.