Okay, regarding Issue 1, I was able to come up with a pretty decent DR scenario if I ever run into this in Production:
- Delete HA Targets on NODE2 and recreate as basic disk images on NODE2, using same Aliases and IQNs. HyperV and VMs are now happy

- Create New Temporary Targets on NODE2
- Perform a Storage Migration of VMs from the "original" targets to the new temp targets. About 10 seconds of downtime per VM
- Delete the "original" targets on NODE2
- Bring failed node (NODE1) back online; delete all HA targets on it
- Recreate HA Targets on NODE1, using same Aliases and IQNs. Use existing disk images on both NODES, but specify NODE2 as the source node ("synchronize with partner disk")
At this point the SAN is back up just the way it was prior to NODE1 going down, but now I need to migrate the VMs back to the HA Targets:
- Perform a Storage Migration of VMs from the temp targets back to the original HA Targets. About 10 seconds of downtime per VM
- After all of the VMs are migrated back to the HA Targets, remove the temp targets from NODE2
Regarding the 2nd issue, I am interested in working with support; what would be the next steps?
Thanks,
Jeff
PS - I really appreciate all of your help on this one