!3 add the --syslog option while executing mdadm --scan command in mdmonitor.service
Merge pull request !3 from hy/work
This commit is contained in:
commit
4b95d198d5
@ -1,6 +1,6 @@
|
||||
Name: mdadm
|
||||
Version: 4.1
|
||||
Release: rc2.0.6
|
||||
Release: rc2.0.7
|
||||
Summary: The software RAID arrays user manage tools
|
||||
License: GPLv2+
|
||||
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
||||
@ -81,6 +81,12 @@ install -d -m 710 %{buildroot}/var/run/mdadm/
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 19 2020 hy <eulerstoragemt@huawei.com> - 4.1-rc2.0.7
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add the --syslog option while executing mdadm --scan command in mdmonitor.service
|
||||
|
||||
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.1-rc2.0.6
|
||||
- Type:enhancemnet
|
||||
- ID:NA
|
||||
|
||||
@ -12,7 +12,7 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/mdadm/mdadm.pid
|
||||
Environment= MDADM_MONITOR_ARGS=--scan
|
||||
Environment= MDADM_MONITOR_ARGS="--scan --syslog"
|
||||
EnvironmentFile=-/etc/sysconfig/mdadm
|
||||
ExecStart=/sbin/mdadm --monitor $MDADM_MONITOR_ARGS -f --pid-file=/var/run/mdadm/mdadm.pid
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user