mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o add uplink from vg to cmd_context
This commit is contained in:
parent
f7a14956d8
commit
66b0745933
@ -110,6 +110,7 @@ static struct volume_group *_vg_read(struct format_instance *fi,
|
||||
|
||||
if (!(vg = _build_vg(fi->cmd->mem, &pvs)))
|
||||
stack;
|
||||
vg->cmd = fi->cmd;
|
||||
|
||||
pool_destroy(mem);
|
||||
return vg;
|
||||
|
Loading…
Reference in New Issue
Block a user