1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

Fix incomplete revert for lvconvert.

This commit is contained in:
Dave Wysochanski 2009-06-26 11:29:06 +00:00
parent 4f9012704c
commit c6b235efc8

View File

@ -242,8 +242,10 @@ static struct volume_group *_get_lvconvert_vg(struct cmd_context *cmd,
/* /*
* uuid is here LV uuid, but vg_read will use only first part. * uuid is here LV uuid, but vg_read will use only first part.
*/ */
return vg_read_for_update(cmd, extract_vgname(cmd, lv_name), return vg_lock_and_read(cmd, extract_vgname(cmd, lv_name),
NULL, 0); uuid, LCK_VG_WRITE,
CLUSTERED | EXPORTED_VG | LVM_WRITE,
CORRECT_INCONSISTENT | FAIL_INCONSISTENT);
} }
static struct logical_volume *_get_lvconvert_lv(struct cmd_context *cmd __attribute((unused)), static struct logical_volume *_get_lvconvert_lv(struct cmd_context *cmd __attribute((unused)),