Displaying 2 results from an estimated 2 matches for "mdmon".
Did you mean:
cdmon
2019 Feb 26
2
Problem with mdadm, raid1 and automatically adds any disk to raid
> On 2/24/19 9:01 PM, Jobst Schmalenbach wrote:
>> I tried to delete the MDX, I removed the disks by failing them, then
>> removing each array md0, md1 and md2.
>> I also did
>>
>> dd if=/dev/zero of=/dev/sdX bs=512 seek=$(($(blockdev --getsz
>> /dev/sdX)-1024)) count=1024
>
>
> Clearing the initial sectors doesn't do anything to clear the
2019 Feb 26
2
Problem with mdadm, raid1 and automatically adds any disk to raid
...>
>
> I'll wager it's the mdadm.service unit. You're seeing systemd in the log
> because systemd has a unit loaded that's managing your md devices. The
> package mdadm installs these files:
>
> /usr/lib/systemd/system/mdadm.service
> /usr/lib/systemd/system/mdmonitor-takeover.service
> /usr/lib/systemd/system/mdmonitor.service
I'm not sure what your box runs but it's at least not CentOS 7.
CentOS 7 contains these md related units:
/usr/lib/systemd/system/mdadm-grow-continue at .service
/usr/lib/systemd/system/mdadm-last-resort at .service
/usr/...