I am testing explicit failover in platform.
But it doesn't work in b83.
This function be called in MPxIO explicit failover but it is empty.
Why std_set_target_groups only called by MPAPI?
It looks like only to do "mpathadm failover lu /dev/rdsk/xxxx" to invoke
std_set_target_groups function.
[tpgs.c]
static int
std_activate_explicit(struct scsi_device *sd, int xlf_capable)
{
cmn_err(CE_NOTE, "Explicit Activation is done by "
"std_set_target_groups() call from MPAPI");
return (1);
}
This message posted from opensolaris.org