Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2475

Add the Resource::ReservationInfo protobuf message

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.23.0
    • None

    Description

      The Resource::ReservationInfo protobuf message encapsulates information needed to keep track of reservations. It's named ReservationInfo rather than Reservation to keep consistency with Resource::DiskInfo.

      Here's what it will look like:

      message ReservationInfo {
        // Indicates the principal of the operator or framework that created the
        // reservation. This is used to determine whether this resource can be 
        // unreserved by an operator or a framework by checking the
        // "unreserve" ACL.
        required string principal;
      }
      
      // If this is set, this resource was dynamically reserved by an
      // operator or a framework. Otherwise, this resource was
      // statically configured by an operator via the --resources flag.
      optional ReservationInfo reservation;
      

      Attachments

        Issue Links

          Activity

            People

              mcypark Michael Park
              mcypark Michael Park
              Jie Yu Jie Yu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: