mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-28 05:57:49 +03:00
Missing vg_commit()
This commit is contained in:
parent
cd5a920ed5
commit
48f38354c6
@ -279,7 +279,7 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv)
|
||||
|
||||
vg_to->status &= ~EXPORTED_VG;
|
||||
|
||||
if (!vg_write(vg_to) || !vg_write(vg_to))
|
||||
if (!vg_write(vg_to) || !vg_commit(vg_to))
|
||||
goto error;
|
||||
|
||||
backup(vg_to);
|
||||
|
Loading…
x
Reference in New Issue
Block a user