Node can't find cluster after restart - discovery failed [SOLVED]

Yes an oh-so-simple solution. This nodes unicast list was formatted wrong. The whole list was quoted not the individual nodes. i.e. "host,host" should have been "host","host"

When all the servers were started together, you don't notice a thing because the correctly configured one covers it up, but when starting just one with the wrong config...bad things happen.