mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
lvconvert: drop limit on thin pool conversion
This commit is contained in:
parent
03efb7c2e1
commit
f1d5f6ae81
@ -1541,13 +1541,6 @@ static int _lvconvert_mirrors(struct cmd_context *cmd,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* TODO: decide what should be done here */
|
||||
if (lv_is_thin_type(lv)) {
|
||||
log_error("Converting segment type for %s/%s to mirror is not yet supported.",
|
||||
lv->vg->name, lv->name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Adjust mimage and/or log count */
|
||||
if (!_lvconvert_mirrors_parse_params(cmd, lv, lp,
|
||||
&old_mimage_count, &old_log_count,
|
||||
|
Loading…
Reference in New Issue
Block a user