summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-08-19 22:55:07 +0000
committerAlasdair Kergon <agk@redhat.com>2011-08-19 22:55:07 +0000
commit8f263acd48fc983df7f9d457976c6dcc986107c0 (patch)
treee69ac1c4dd6729e121b37eb6403e57846b7e29eb
parent4c503ee2a6a2c4eb0667dd18e3be5e50539f551b (diff)
downloadlvm2-2_02_88.tar.gz
Remove incorrect error message added in 2.02.87.v2_02_88old-v2_02_88
-rw-r--r--lib/metadata/lv_manip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c
index f5988fdc3..51f038db6 100644
--- a/lib/metadata/lv_manip.c
+++ b/lib/metadata/lv_manip.c
@@ -1706,10 +1706,8 @@ static int _find_some_parallel_space(struct alloc_handle *ah, const struct alloc
if ((alloc_parms->alloc == ALLOC_ANYWHERE &&
ix + ix_offset >= devices_needed + alloc_state->log_area_count_still_needed) ||
(preferred_count == ix_offset &&
- (ix_offset == devices_needed + alloc_state->log_area_count_still_needed))) {
- log_error("Breaking: preferred_count = %d, ix_offset = %d, devices_needed = %d", preferred_count, ix_offset, devices_needed);
+ (ix_offset == devices_needed + alloc_state->log_area_count_still_needed)))
break;
- }
}
} while ((alloc_parms->alloc == ALLOC_ANYWHERE && last_ix != ix && ix < devices_needed + alloc_state->log_area_count_still_needed) ||
/* With cling_to_alloced, if there were gaps in the preferred areas, have a second iteration */