mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
stripe filler parameter
This commit is contained in:
parent
a9953411a8
commit
a3f950d56f
@ -193,6 +193,14 @@ global {
|
|||||||
# library_dir = "/lib"
|
# 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 #
|
# Advanced section #
|
||||||
|
@ -57,6 +57,8 @@
|
|||||||
# define DEFAULT_ACTIVATION 0
|
# define DEFAULT_ACTIVATION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define DEFAULT_STRIPE_FILLER "/dev/ioerror"
|
||||||
|
|
||||||
#ifdef READLINE_SUPPORT
|
#ifdef READLINE_SUPPORT
|
||||||
# define DEFAULT_MAX_HISTORY 100
|
# define DEFAULT_MAX_HISTORY 100
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user