1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-06 11:33:14 +03:00

When scanning, also record whether or not VG is exported.

This commit is contained in:
Alasdair Kergon
2006-04-11 17:42:15 +00:00
parent f9c232c2ee
commit f084e627cc
14 changed files with 87 additions and 36 deletions

View File

@@ -98,7 +98,7 @@ int read_pool_label(struct pool_list *pl, struct labeller *l,
log_debug("Calculated uuid %s for %s", uuid, pd->pl_pool_name);
if (!(info = lvmcache_add(l, (char *) &pvid, dev, pd->pl_pool_name,
(char *) &vgid))) {
(char *) &vgid, 0))) {
stack;
return 0;
}