NCAR / ctt_server

Apache License 2.0
0 stars 0 forks source link

Schedulable blade draining #32

Open Will-Shanks opened 6 months ago

Will-Shanks commented 6 months ago

Original issue from NCAR/ctt_client: We are using scripts to offline the nodes at 8pm via cron for HPE service the next business day.

We would like to integrate this functionality directly into ctt.

The functionality and way to make it work is authors choice.

Will-Shanks commented 6 months ago

Currently the methods I can think of do implement this feature are:

  1. Add a way to schedule ctt to automatically change an issue to offline the whole blade
  2. Have ctt create a reservation for when the work should start and add the blade in question to it
  3. Have ctt remove user facing queues from the nodes on the blade's qlist ahead of time to drain the blade

I'll think about this for a bit and then sketch out a design for the team to review