1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cleanup: snapshots of snapshots message

This commit is contained in:
Marian Csontos 2015-10-22 13:32:52 +02:00
parent 3b5939bbbb
commit 7ef64f2d14

View File

@ -7248,8 +7248,7 @@ static struct logical_volume *_lv_create_an_lv(struct volume_group *vg,
return NULL;
}
if (lv_is_cow(origin_lv)) {
log_error("Snapshots of snapshots are not "
"supported yet.");
log_error("Snapshots of snapshots are not supported.");
return NULL;
}
if (lv_is_locked(origin_lv)) {