diff options
author | Harald Hoyer <harald@redhat.com> | 2012-07-31 12:37:35 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-31 12:37:35 +0200 |
commit | 5cd7c104bdf107ba005ce12f6e9955748caae0ea (patch) | |
tree | 55910f5349dd8e623f6a21ce7f9b35f3f991a96e /dracut.cmdline.7.asc | |
parent | 173edca09e9e59e762abf8723789e04dd31e87df (diff) | |
download | dracut-5cd7c104bdf107ba005ce12f6e9955748caae0ea.tar.gz dracut-5cd7c104bdf107ba005ce12f6e9955748caae0ea.tar.bz2 dracut-5cd7c104bdf107ba005ce12f6e9955748caae0ea.zip |
document rd.retry and change the default value to 30s
Also start the timeout scripts after 2/3 of the time.
Diffstat (limited to 'dracut.cmdline.7.asc')
-rw-r--r-- | dracut.cmdline.7.asc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 884b2239..e27c1521 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -104,6 +104,12 @@ Misc force loading kernel module <drivername> after all automatic loading modules have been loaded. This parameter can be specified multiple times. +**rd.retry=**_<seconds>_:: + specify how long dracut should wait for devices to appear. + The default is 30 seconds. After 2/3 of the time, degraded raids are force + started and the timer is reset to 0. If you have hardware, which takes a very long + time to announce its drives, you might want to extend this value. + [[dracutkerneldebug]] Debug ~~~~~ |