1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

o try incrementing pv_number from 1

This commit is contained in:
Joe Thornber 2001-10-11 16:31:09 +00:00
parent 760728110a
commit d46bdba332

View File

@ -572,7 +572,7 @@ void export_numbers(struct list_head *pvs, struct volume_group *vg)
struct list_head *tmp, *tmp2; struct list_head *tmp, *tmp2;
struct disk_list *dl; struct disk_list *dl;
struct lvd_list *ll; struct lvd_list *ll;
int pv_num = 0; int pv_num = 1;
list_for_each (tmp, pvs) { list_for_each (tmp, pvs) {
dl = list_entry(tmp, struct disk_list, list); dl = list_entry(tmp, struct disk_list, list);