1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00

cleanup: snapshots of snapshots message

No plans to support thick snapshost of snapshots.
This commit is contained in:
Marian Csontos 2015-10-22 13:32:52 +02:00 committed by Zdenek Kabelac
parent 729f489009
commit 1af2ab10d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.133 - Version 2.02.133 -
====================================== ======================================
Dropping 'yet' from error of unsupported thick snapshot of snapshots.
Do not support unpartitioned DASD devices with CDL formatted with pvcreate. Do not support unpartitioned DASD devices with CDL formatted with pvcreate.
For thins use flush for suspend only when volume size is reduced. For thins use flush for suspend only when volume size is reduced.
Enable code which detects the need of flush during suspend. Enable code which detects the need of flush during suspend.

View File

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