1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

stripe filler parameter

This commit is contained in:
Alasdair Kergon 2003-04-24 22:10:56 +00:00
parent 1d3e407c8f
commit 955a26584e
2 changed files with 10 additions and 0 deletions

View File

@ -193,6 +193,14 @@ global {
# library_dir = "/lib"
}
activation {
# Device used in place of missing stripes if activating incomplete volume.
# For now, you need to set this up yourself first (e.g. with 'dmsetup')
# For example, you could make it return I/O errors using the 'error'
# target or make it return zeros.
missing_stripe_filler = "/dev/ioerror"
}
####################
# Advanced section #

View File

@ -57,6 +57,8 @@
# define DEFAULT_ACTIVATION 0
#endif
#define DEFAULT_STRIPE_FILLER "/dev/ioerror"
#ifdef READLINE_SUPPORT
# define DEFAULT_MAX_HISTORY 100
#endif