You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
703 B
17 lines
703 B
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 0790817..aba5d14 100644 |
|
--- a/lib/activate/activate.c |
|
+++ b/lib/activate/activate.c |
|
@@ -831,7 +831,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)); |
|
/*
|
|
|