Displaying 2 results from an estimated 2 matches for "cciss_vol_status".
2019 Feb 25
0
Problem with mdadm, raid1 and automatically adds any disk to raid
...estart it after you're done. BTW, PID is 1.
</don't try this at home>
Seriously, there is certainly some systemd unit you may be able to
deactivate before doing such things. However, I don't know which one it
is.
I've been fighting a similar crap: On HPE servers when running
cciss_vol_status through the disk monitoring system, whenever
cciss_vol_status is run and reports hardware RAID status, systemd scans
all partition tables and tries to detect LVM2 devices and whatever. Kernel
log is just filled with useless scans and I have no idea how to get rid of
it. Nice new systemd world.
Reg...
2019 Feb 25
7
Problem with mdadm, raid1 and automatically adds any disk to raid
Hi.
CENTOS 7.6.1810, fresh install - use this as a base to create/upgrade new/old machines.
I was trying to setup two disks as a RAID1 array, using these lines
mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1
mdadm --create --verbose /dev/md1 --level=0 --raid-devices=2 /dev/sdb2 /dev/sdc2
mdadm --create --verbose /dev/md2 --level=0 --raid-devices=2