mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
clean-up: typos s/bellow/below/
This commit is contained in:
parent
810ab095e6
commit
4daea88516
@ -313,7 +313,7 @@ int pool_check_overprovisioning(const struct logical_volume *lv)
|
|||||||
txt,
|
txt,
|
||||||
(sz > 0) ? display_size(cmd, sz) : "no free space in volume group");
|
(sz > 0) ? display_size(cmd, sz) : "no free space in volume group");
|
||||||
if (max_threshold > 99)
|
if (max_threshold > 99)
|
||||||
log_print_unless_silent("For thin pool auto extension activation/thin_pool_autoextend_threshold should be bellow 100.");
|
log_print_unless_silent("For thin pool auto extension activation/thin_pool_autoextend_threshold should be below 100.");
|
||||||
if (!min_percent)
|
if (!min_percent)
|
||||||
log_print_unless_silent("For thin pool auto extension activation/thin_pool_autoextend_percent should be above 0.");
|
log_print_unless_silent("For thin pool auto extension activation/thin_pool_autoextend_percent should be above 0.");
|
||||||
}
|
}
|
||||||
|
@ -95,7 +95,7 @@ void sigint_restore(void)
|
|||||||
--_handler_installed >= MAX_SIGINTS)
|
--_handler_installed >= MAX_SIGINTS)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Nesting count went bellow MAX_SIGINTS. */
|
/* Nesting count went below MAX_SIGINTS. */
|
||||||
if (_oldmasked[_handler_installed]) {
|
if (_oldmasked[_handler_installed]) {
|
||||||
sigset_t sigs;
|
sigset_t sigs;
|
||||||
sigprocmask(0, NULL, &sigs);
|
sigprocmask(0, NULL, &sigs);
|
||||||
|
@ -734,7 +734,7 @@ int dm_tree_node_add_raid_target(struct dm_tree_node *node,
|
|||||||
uint64_t flags);
|
uint64_t flags);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defines bellow are based on kernel's dm-cache.c defines
|
* Defines below are based on kernel's dm-cache.c defines
|
||||||
* DM_CACHE_MIN_DATA_BLOCK_SIZE (32 * 1024 >> SECTOR_SHIFT)
|
* DM_CACHE_MIN_DATA_BLOCK_SIZE (32 * 1024 >> SECTOR_SHIFT)
|
||||||
* DM_CACHE_MAX_DATA_BLOCK_SIZE (1024 * 1024 * 1024 >> SECTOR_SHIFT)
|
* DM_CACHE_MAX_DATA_BLOCK_SIZE (1024 * 1024 * 1024 >> SECTOR_SHIFT)
|
||||||
*/
|
*/
|
||||||
|
@ -50,7 +50,7 @@ write_ 1000 1700
|
|||||||
pre=$(percent_)
|
pre=$(percent_)
|
||||||
# Normally the usage should be ~66% here, however on slower systems
|
# Normally the usage should be ~66% here, however on slower systems
|
||||||
# dmeventd could be actually 'fast' enough to have COW already resized now
|
# dmeventd could be actually 'fast' enough to have COW already resized now
|
||||||
# so mark test skipped if we are bellow 50% by now
|
# so mark test skipped if we are below 50% by now
|
||||||
test $pre -gt 50 || skip
|
test $pre -gt 50 || skip
|
||||||
wait_for_change_ $pre
|
wait_for_change_ $pre
|
||||||
test $pre -gt $(percent_)
|
test $pre -gt $(percent_)
|
||||||
|
Loading…
Reference in New Issue
Block a user