From 1af2ab10d02c2f02891d5047af563651fbe294bb Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 22 Oct 2015 13:32:52 +0200 Subject: [PATCH] cleanup: snapshots of snapshots message No plans to support thick snapshost of snapshots. --- WHATS_NEW | 1 + lib/metadata/lv_manip.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 264b3f716..869e506c7 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ 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. For thins use flush for suspend only when volume size is reduced. Enable code which detects the need of flush during suspend. diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c index 8029dabf5..8e20dfacc 100644 --- a/lib/metadata/lv_manip.c +++ b/lib/metadata/lv_manip.c @@ -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)) {