Zum Inhalt springen

/etc/default/mdadm: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „'''topic''' - Beschreibung == Beschreibung == <syntaxhighlight lang="bash" highlight="1" line> cat /etc/default/mdadm # mdadm Debian configuration # # You can run 'dpkg-reconfigure mdadm' to modify the values in this file, if # you want. You can also change the values here and changes will be preserved. # Do note that only the values are preserved; the rest of the file is # rewritten. # # AUTOCHECK: # should mdadm run periodic redundancy checks over yo…“
 
K Textersetzung - „ “ durch „ “
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
'''topic''' - Beschreibung
'''/etc/default/mdadm''' - mdadm Debian configuration
 
== Beschreibung ==
== Beschreibung ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
cat /etc/default/mdadm
cat /etc/default/mdadm
# mdadm Debian configuration
# mdadm Debian configuration
Zeile 12: Zeile 13:


# AUTOCHECK:
# AUTOCHECK:
#   should mdadm run periodic redundancy checks over your arrays? See
# should mdadm run periodic redundancy checks over your arrays? See
#   /etc/cron.d/mdadm.
# /etc/cron.d/mdadm.
AUTOCHECK=true
AUTOCHECK=true


# AUTOSCAN:
# AUTOSCAN:
#   should mdadm check once a day for degraded arrays? See
# should mdadm check once a day for degraded arrays? See
#   /etc/cron.daily/mdadm.
# /etc/cron.daily/mdadm.
AUTOSCAN=true
AUTOSCAN=true


# START_DAEMON:
# START_DAEMON:
#   should mdadm start the MD monitoring daemon during boot?
# should mdadm start the MD monitoring daemon during boot?
START_DAEMON=true
START_DAEMON=true


# DAEMON_OPTIONS:
# DAEMON_OPTIONS:
#   additional options to pass to the daemon.
# additional options to pass to the daemon.
DAEMON_OPTIONS="--syslog"
DAEMON_OPTIONS="--syslog"


# VERBOSE:
# VERBOSE:
#   if this variable is set to true, mdadm will be a little more verbose e.g.
# if this variable is set to true, mdadm will be a little more verbose e.g.
#   when creating the initramfs.
# when creating the initramfs.
VERBOSE=false
VERBOSE=false
</syntaxhighlight>
</syntaxhighlight>
Zeile 39: Zeile 40:
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
==== Links ====
=== Links ===
===== Weblinks =====
==== Weblinks ====
 
{{DEFAULTSORT:new}}
{{DISPLAYTITLE:new}}


[[Kategorie:new]]
[[Kategorie:Linux/RAID]]


</noinclude>
</noinclude>

Aktuelle Version vom 14. Juni 2026, 00:50 Uhr

/etc/default/mdadm - mdadm Debian configuration

Beschreibung

cat /etc/default/mdadm
# mdadm Debian configuration
#
# You can run 'dpkg-reconfigure mdadm' to modify the values in this file, if
# you want. You can also change the values here and changes will be preserved.
# Do note that only the values are preserved; the rest of the file is
# rewritten.
#

# AUTOCHECK:
#  should mdadm run periodic redundancy checks over your arrays? See
#  /etc/cron.d/mdadm.
AUTOCHECK=true

# AUTOSCAN:
#  should mdadm check once a day for degraded arrays? See
#  /etc/cron.daily/mdadm.
AUTOSCAN=true

# START_DAEMON:
#  should mdadm start the MD monitoring daemon during boot?
START_DAEMON=true

# DAEMON_OPTIONS:
#  additional options to pass to the daemon.
DAEMON_OPTIONS="--syslog"

# VERBOSE:
#  if this variable is set to true, mdadm will be a little more verbose e.g.
#  when creating the initramfs.
VERBOSE=false


Anhang

Siehe auch