mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
config: correct option name
This commit is contained in:
parent
b4dfe026dd
commit
ff712987a5
@ -1335,7 +1335,7 @@ activation {
|
|||||||
|
|
||||||
# Configuration option activation/udev_sync.
|
# Configuration option activation/udev_sync.
|
||||||
# Use udev notifications to synchronize udev and LVM.
|
# Use udev notifications to synchronize udev and LVM.
|
||||||
# The --nodevsync option overrides this setting.
|
# The --noudevsync option overrides this setting.
|
||||||
# When disabled, LVM commands will not wait for notifications from
|
# When disabled, LVM commands will not wait for notifications from
|
||||||
# udev, but continue irrespective of any possible udev processing in
|
# udev, but continue irrespective of any possible udev processing in
|
||||||
# the background. Only use this if udev is not running or has rules
|
# the background. Only use this if udev is not running or has rules
|
||||||
|
@ -1323,7 +1323,7 @@ cfg(global_io_memory_size_CFG, "io_memory_size", global_CFG_SECTION, CFG_DEFAULT
|
|||||||
|
|
||||||
cfg(activation_udev_sync_CFG, "udev_sync", activation_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_UDEV_SYNC, vsn(2, 2, 51), NULL, 0, NULL,
|
cfg(activation_udev_sync_CFG, "udev_sync", activation_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_UDEV_SYNC, vsn(2, 2, 51), NULL, 0, NULL,
|
||||||
"Use udev notifications to synchronize udev and LVM.\n"
|
"Use udev notifications to synchronize udev and LVM.\n"
|
||||||
"The --nodevsync option overrides this setting.\n"
|
"The --noudevsync option overrides this setting.\n"
|
||||||
"When disabled, LVM commands will not wait for notifications from\n"
|
"When disabled, LVM commands will not wait for notifications from\n"
|
||||||
"udev, but continue irrespective of any possible udev processing in\n"
|
"udev, but continue irrespective of any possible udev processing in\n"
|
||||||
"the background. Only use this if udev is not running or has rules\n"
|
"the background. Only use this if udev is not running or has rules\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user