Hi,
I am working on a ScsiPort/Miniport driver.
Most of the work is done and I want to write the hiberfile to both the
primary master and primary slave devices for redundancy, although the slave
may or maynot have any OS on it.
I know the hibernate path and have used the Crash Write function (called in
hiber_(mydriver)) to write to both the disks. But i have noticed that the
slave device
doesn’t get written. In the hiberfile Write path, i am replicating the SRB
intended for the primary master and changing the srb.targetid for the slave
and doing a
write again on the slave. Is there anyone who can enlighten me more on this
aspect?
Thanks!