Skip to content
  • Leigh B Stoller's avatar
    Changes to the reservation to support reserving specific nodes: · f21a3123
    Leigh B Stoller authored
    A new flag in the nodes table marks a node as being independently
    reservable by the reservation system. In general, the reservation system
    treats the node type as an opaque string, so why not make it a node_id.
    The nodes table flag is used in various queries to distinguish between
    nodes that reserved as a type and nodes that are individually reserved.
    Everything else pretty much falls into place.
    
    Minor changes to mapper admission control to look for the use of a
    specific node that is reserved to someone else. Also minor changes in
    ptopgen to remove reserved nodes from the ptop file when they reserved
    to a different project.
    f21a3123