Adding upstream version 4.2+20230223.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4fd4995b67
commit
c1504f9531
76 changed files with 2282 additions and 1386 deletions
|
@ -8,6 +8,7 @@
|
|||
[Unit]
|
||||
Description=Manage MD Reshape on /dev/%I
|
||||
DefaultDependencies=no
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
ExecStart=BINDIR/mdadm --grow --continue /dev/%I
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Description=Activate md array %I even though degraded
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=!/sys/devices/virtual/block/%i/md/sync_action
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
[Unit]
|
||||
Description=MD array scrubbing - continuation
|
||||
ConditionPathExistsGlob = /var/lib/mdcheck/MD_UUID_*
|
||||
ConditionPathExistsGlob=/var/lib/mdcheck/MD_UUID_*
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
[Unit]
|
||||
Description=MD array scrubbing
|
||||
Wants=mdcheck_continue.timer
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
Description=MD Metadata Monitor on /dev/%I
|
||||
DefaultDependencies=no
|
||||
Before=initrd-switch-root.target
|
||||
Documentation=man:mdmon(8)
|
||||
|
||||
[Service]
|
||||
# mdmon should never complain due to lack of a platform,
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
[Unit]
|
||||
Description=Reminder for degraded MD arrays
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
Environment=MDADM_MONITOR_ARGS=--scan
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
[Unit]
|
||||
Description=MD array monitor
|
||||
DefaultDependencies=no
|
||||
Documentation=man:mdadm(8)
|
||||
|
||||
[Service]
|
||||
Environment= MDADM_MONITOR_ARGS=--scan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue