dracut/backport-fix-man-default-value-of-rd.retry-was-increased-to-1.patch
zhangruifang2020 731a2bcd17 backport patchs from upstream
(cherry picked from commit 2e01aee7d2264d9f95b58cf86ca965c343e44027)
2023-12-20 11:12:15 +08:00

29 lines
1.0 KiB
Diff

From 4855242ce5cb586afd2eebd91df57ce1d28ae6b5 Mon Sep 17 00:00:00 2001
From: Alexander Wenzel <alexander.wenzel@qbeyond.de>
Date: Fri, 12 Nov 2021 06:58:05 +0100
Subject: [PATCH] fix(man): default value of rd.retry was increased to 180
seconds
The man page still states the old value of 30 seconds,
which does not reflect the current situation of 180 seconds.
---
man/dracut.cmdline.7.asc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/dracut.cmdline.7.asc b/man/dracut.cmdline.7.asc
index bb351f4e..23f8b8d8 100644
--- a/dracut.cmdline.7.asc
+++ b/dracut.cmdline.7.asc
@@ -151,7 +151,7 @@ Misc
**rd.retry=**__<seconds>__::
specify how long dracut should retry the initqueue to configure devices.
- The default is 30 seconds. After 2/3 of the time, degraded raids are force
+ The default is 180 seconds. After 2/3 of the time, degraded raids are force
started. If you have hardware, which takes a very long time to announce its
drives, you might want to extend this value.
--
2.33.0