mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +03:00
cleanup: indent
This commit is contained in:
@ -266,7 +266,6 @@ int pool_below_threshold(const struct lv_segment *pool_seg)
|
|||||||
if (!lv_thin_pool_percent(pool_seg->lv, 1, &percent))
|
if (!lv_thin_pool_percent(pool_seg->lv, 1, &percent))
|
||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
|
|
||||||
if (percent >= min_threshold) {
|
if (percent >= min_threshold) {
|
||||||
log_warn("WARNING: Remaining free space in metadata of thin pool %s "
|
log_warn("WARNING: Remaining free space in metadata of thin pool %s "
|
||||||
"is too low (%s%% >= %s%%). "
|
"is too low (%s%% >= %s%%). "
|
||||||
@ -277,7 +276,6 @@ int pool_below_threshold(const struct lv_segment *pool_seg)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (percent > threshold) {
|
if (percent > threshold) {
|
||||||
log_debug("Threshold configured for free metadata space in "
|
log_debug("Threshold configured for free metadata space in "
|
||||||
"thin pool %s has been reached (%s%% > %s%%).",
|
"thin pool %s has been reached (%s%% > %s%%).",
|
||||||
|
Reference in New Issue
Block a user