1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

missing vg_revert

This commit is contained in:
Alasdair Kergon 2005-10-31 15:43:11 +00:00
parent 0671632477
commit e4c4451482

View File

@ -160,6 +160,7 @@ int lvrename(struct cmd_context *cmd, int argc, char **argv)
if (!suspend_lv(cmd, lv)) {
stack;
vg_revert(vg);
goto error;
}