1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-18 03:33:15 +03:00

o calculate pv_numbers and lv_numbers for LVM1 support

This commit is contained in:
Joe Thornber
2001-10-11 10:55:19 +00:00
parent 853502e5d7
commit ef17d95063
3 changed files with 44 additions and 0 deletions

View File

@@ -149,6 +149,8 @@ static int _flatten_vg(struct pool *mem, struct volume_group *vg,
list_add(&data->list, pvs);
}
export_numbers(pvs, vg);
return 1;
}