With the aqs node it is taking a long time for the server to finish the disk partitioning.
┌────────────────────────┤ Partitions formatting ├────────────────────────┐ │ │ │ 33% │ │ │ │ Creating ext4 file system for /srv/cassandra-a in partition #1 of │ │ RAID10 device #1... │ └───────────────────────────────────────────────────────────
by the time the disk partitioning finished and proceed to the next step which is "Installing the base system" the "spicerack.remote.RemoteHosts.wait_reboot_since" is already at [107/120] .
[107/120, retrying in 10.00s] Attempt to run 'spicerack.remote.RemoteHosts.wait_reboot_since' raised: Uptime for aqs2002.codfw.wmnet higher than threshold: 1388.26 > 1293.56.
Before the OS install complete and the server reboots into the OS the ""spicerack.remote.RemoteHosts.wait_reboot_since" is already at [120/120] . and makes reimage to failed .
You need to run the sre.host.reimage again with the --no-pxe option for the install to finish
Is it possible when running the re-image cookbook to have an option to set the 120 to a different value or increase that value ?
Thanks.