summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-10-18 19:04:44 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-10-18 19:17:26 +0200
commit9cf4eac250ef7abd5e0961da2371294da07ab4de (patch)
tree2d39adb804733832b13adf8706bb8437f491f6fe /WHATS_NEW
parentbae1083472d9c589d59f93a4e0a137cb94ba5ed0 (diff)
downloadlvm2-9cf4eac250ef7abd5e0961da2371294da07ab4de.tar.gz
dev-cache: skip different filesystems on dir scan
When scanning configured /dev dir, avoid entring directories with different filesystem. This minimizes risk we will block on i.e. entring directory with mount point.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index d87cb7e37..0199c174e 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.14 -
==================================
+ Device scanning is skipping different filesystems.
Print info message with too many or too large archived files.
Reduce metadata readings during scanning phase.
Optimize computation of crc32 check sum with multiple PVs.