mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o try incrementing pv_number from 1
This commit is contained in:
parent
1eabbe1ad7
commit
7f64636f5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user