1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-09-21 09:44:19 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Marian Csontos
7ef64f2d14 cleanup: snapshots of snapshots message 2015-10-27 11:19:15 +01:00

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)) {