Cheatsheet
Reinstall backend nodes - preserve data
# stack set host boot a:backend action=install
% Check
# stack list host
% Reboot
# stack run host command="reboot"
(or powercycle - however your site does that)
Reinstall backend nodes - nuke data
# stack set host attr a:backend attr=nukedisks value=True
# stack set host boot a:backend action=install
% Check
# stack list host
% Reboot
# stack run host command="reboot"
(or powercycle - however your site does that)
Edited by: Mason J. Katz on Thu Aug 30 11:01:47 2018 -0700
Commit: 0fb49b5