diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/md.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index 03a13c462cf2..b19978e035fc 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt | |||
@@ -207,6 +207,15 @@ All md devices contain: | |||
207 | available. It will then appear at md/dev-XXX (depending on the | 207 | available. It will then appear at md/dev-XXX (depending on the |
208 | name of the device) and further configuration is then possible. | 208 | name of the device) and further configuration is then possible. |
209 | 209 | ||
210 | safe_mode_delay | ||
211 | When an md array has seen no write requests for a certain period | ||
212 | of time, it will be marked as 'clean'. When another write | ||
213 | request arrive, the array is marked as 'dirty' before the write | ||
214 | commenses. This is known as 'safe_mode'. | ||
215 | The 'certain period' is controlled by this file which stores the | ||
216 | period as a number of seconds. The default is 200msec (0.200). | ||
217 | Writing a value of 0 disables safemode. | ||
218 | |||
210 | sync_speed_min | 219 | sync_speed_min |
211 | sync_speed_max | 220 | sync_speed_max |
212 | This are similar to /proc/sys/dev/raid/speed_limit_{min,max} | 221 | This are similar to /proc/sys/dev/raid/speed_limit_{min,max} |