Zum Inhalt springen

/etc/default/mdadm: Unterschied zwischen den Versionen

Aus Foxwiki
Die 5 zuletzt angesehenen Seiten:  IP/Version » Nice » nc » Debian/Installation » /etc/default/mdadm
K Textersetzung - „===== Weblinks =====“ durch „==== Weblinks ====“
K Textersetzung - „line>“ durch „line copy>“
 
Zeile 2: Zeile 2:


== 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

Aktuelle Version vom 11. Mai 2025, 13:45 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

Links

Weblinks