From 855b16ce14f09523132ea624a7b4d1edaccc2450 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 25 Oct 2019 23:30:26 +0200 Subject: [PATCH] snapshot: fix checking of merged thin volume When merging of thin snapshot is taking place, the origin target will be of thin type. --- lib/activate/activate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/activate/activate.c b/lib/activate/activate.c index 6f5fa1ade..232d5818b 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -763,7 +763,8 @@ int lv_info_with_seg_status(struct cmd_context *cmd, with_open_count, with_read_ahead)) return_0; - if (status->seg_status.type == SEG_STATUS_SNAPSHOT) { + if (status->seg_status.type == SEG_STATUS_SNAPSHOT || + (lv_is_thin_volume(olv) && (status->seg_status.type == SEG_STATUS_THIN))) { log_debug_activation("Snapshot merge is in progress, querying status of %s instead.", display_lvname(lv)); /*