1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00

Thin no device is created - so nothing to revert here

This commit is contained in:
Zdenek Kabelac
2011-11-03 15:46:51 +00:00
parent 267a575768
commit 9aa24bd034

View File

@ -4114,10 +4114,8 @@ static struct logical_volume *_lv_create_an_lv(struct volume_group *vg, struct l
lp->pool, vg->name);
return 0;
}
if (!update_pool_lv(lvl->lv, 1)) {
stack;
goto revert_new_lv;
}
if (!update_pool_lv(lvl->lv, 1))
return_0;
}
if (segtype_is_mirrored(lp->segtype) || segtype_is_raid(lp->segtype)) {