Comment 21 for bug 1720251

Revision history for this message
John A Meinel (jameinel) wrote :

Just updating the machineids field with:
db.controllers.update({"_id": "e"}, {$set: {"machineids": ["0", "1", "2"]}})

was sufficient to cause everything to actually go into 'ha-enabled'.

I don't know what caused that setting to not get updated correctly in the first place, though.