Marcus Meissner
f45a4f9a5e
forward-port several patches from sle11sp3.bnc#831518 OBS-URL: https://build.opensuse.org/request/show/227422 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=85
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
---
|
|
lib/format1/import-export.c | 2 +-
|
|
lib/format_text/import_vsn1.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- LVM2.2.02.98.orig/lib/format1/import-export.c
|
|
+++ LVM2.2.02.98/lib/format1/import-export.c
|
|
@@ -104,7 +104,7 @@ int import_pv(const struct format_type *
|
|
log_error("%s: Couldn't get size.", pv_dev_name(pv));
|
|
return 0;
|
|
}
|
|
- log_verbose("Fixing up missing format1 size (%s) "
|
|
+ log_debug("Fixing up missing format1 size (%s) "
|
|
"for PV %s", display_size(fmt->cmd, pv->size),
|
|
pv_dev_name(pv));
|
|
if (vg) {
|
|
--- LVM2.2.02.98.orig/lib/format_text/import_vsn1.c
|
|
+++ LVM2.2.02.98/lib/format_text/import_vsn1.c
|
|
@@ -262,7 +262,7 @@ static int _read_pv(struct format_instan
|
|
log_error("%s: Couldn't get size.", pv_dev_name(pv));
|
|
return 0;
|
|
}
|
|
- log_verbose("Fixing up missing size (%s) "
|
|
+ log_debug("Fixing up missing size (%s) "
|
|
"for PV %s", display_size(fid->fmt->cmd, pv->size),
|
|
pv_dev_name(pv));
|
|
size = pv->pe_count * (uint64_t) vg->extent_size + pv->pe_start;
|