From 7f64636f5f2f5ec04f412c3ead1cf1326aeb4820 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 11 Oct 2001 16:31:09 +0000 Subject: [PATCH] o try incrementing pv_number from 1 --- lib/format1/import-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/format1/import-export.c b/lib/format1/import-export.c index 2be0547ef..9b74c5694 100644 --- a/lib/format1/import-export.c +++ b/lib/format1/import-export.c @@ -572,7 +572,7 @@ void export_numbers(struct list_head *pvs, struct volume_group *vg) struct list_head *tmp, *tmp2; struct disk_list *dl; struct lvd_list *ll; - int pv_num = 0; + int pv_num = 1; list_for_each (tmp, pvs) { dl = list_entry(tmp, struct disk_list, list);