Hi Jodiethedog,
Thanks for your post. Yes, quarantined nodes are just that; their roles are drained to other nodes in the cluster and they are not allowed to rejoin the cluster for two hours. The idea is to stop failing nodes from bouncing up and down (so called flapping), joining and leaving the cluster over and over again causing performance issues.
To force the node to normal state, on quarantine node open Windows powershell to execute cmd
Start-ClusterNode -name <Quarantined Server> –ClearQuarantine
Detailed information here: SOLVED: What is Quarantine in a Server 2016 Cluster & How Can a Node be Moved Out of Quarantine?
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.