﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
593	bug in mindi rcS file concerning OBDR detection	victor gattegno	Bruno Cornec	"It seems that there is a bug in mindi 3.0.1 rootfs/etc/init.d/rcS concerning OBDR detection.

rcS executes :

{{{
hpsa_obdr_mode -m query /dev/cciss/* 2>&1 | grep ""is an OBDR device""
}}}

but that hpsa_obdr_mode command returns nothing, it needs ""-v"" to return the information.

So it has to be :

{{{
hpsa_obdr_mode -v -m query /dev/cciss/* 2>&1 | grep ""is an OBDR device""
}}}


"	defect	closed	high		mindi	3.0.0	major	worksforme	OBDR mindi hpsa_obdr_mode	victor.gattegno@…
