Hi, In nodepool master we just merged a change (add "--reason" to 'nodepool hold' command) which will require a schema change. To do so, run the following: mysql> alter table node add column comment varchar(255) after state_time; -Jim