mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Just make error message more clear
Make more obvious, the origin LV for snapshot must be active.
This commit is contained in:
parent
35216ca66c
commit
01c62d8f9d
@ -4218,7 +4218,7 @@ static struct logical_volume *_lv_create_an_lv(struct volume_group *vg, struct l
|
||||
}
|
||||
|
||||
if (!lv_info(cmd, org, 0, &info, 0, 0)) {
|
||||
log_error("Check for existence of snapshot "
|
||||
log_error("Check for existence of active snapshot "
|
||||
"origin '%s' failed.", org->name);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user