Hmm what happens if you ctrl-C a copy, cp operation( just to use an analogy)? it is probably the same when SDS/SVM runs a sync, block by block copy from source to destination (one sub-mirror to another sub-mirror), assuming RAID 1 here.
So if you stop the copy, the source is not getting affected, so you are left with the good data on the source side. Well the destination will have half cooked data which is not going to be of any use.
And when you run boot on the ok OBP prompt, I don't think OBP has any knowledge or understanding the SDS/SVM disk, so it will read the boot block off the physical drive path to get a start. The md driver is loaded once the kernel loads them in the boot process. So what happens if the first boot disk is the one that has the half cooked data from above, it ain't going to boot
. You still would be able to boot from the other good disk.
So, there was the technical how and why
, which is always different from the decisions you have to make based on the risk you want to take...in the end the question remains, is it worth doing to go through the trouble
, probably not. So let it finish what it is doing. Sometimes the benefits of waiting outweigh the risk of being hasty.
Correct me if I am wrong or stated a fact wrong. I would be happy someone reviewed this and provided some commentary on the above,