lvm2/0005-bugfix-lvm2-add-SSD.patch

25 lines
709 B
Diff
Raw Normal View History

2020-07-16 14:44:15 +08:00
From 61a4f8a2f360b244a2cae2eb39eb7bd3b72ca6b6 Mon Sep 17 00:00:00 2001
2019-09-30 11:03:04 -04:00
From: geruijun <geruijun@huawei.com>
Date: Thu, 14 Feb 2019 04:55:01 -0500
Subject: [PATCH] lvm2: add 0002-bugfix-lvm2-add-SSD.patch
---
conf/example.conf.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/example.conf.in b/conf/example.conf.in
2020-07-16 14:44:15 +08:00
index 39b5507..5d8f8dd 100644
2019-09-30 11:03:04 -04:00
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
2020-07-16 14:44:15 +08:00
@@ -164,6 +164,7 @@ devices {
2019-09-30 11:03:04 -04:00
# global_filter are not opened by LVM.
# This configuration option has an automatic default value.
2020-07-16 14:44:15 +08:00
# global_filter = [ "a|.*|" ]
2019-09-30 11:03:04 -04:00
+ types = [ "hio", 16 ]
2020-07-16 14:44:15 +08:00
# Configuration option devices/types.
# List of additional acceptable block device types.
2019-09-30 11:03:04 -04:00
--
1.8.3.1