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

Add a new `UPDATE_QUOTA` operator call.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • None
    • Resource Mgmt RI11 Sp 41, Resource Mgmt RI12 Sp 42
    • 5

    Description

      The new `UPDATE_QUOTA` call will support quota limits and also allow atomic update to quotas of different roles.

      message UpdateQuota {
              optional bool force [default = false];
              repeated QuotaConfig configs;
      }
      
      message QuotaConfig {
              required  string role;
              map<string, Value.Scalar> guarantees;
              map<string, Value.Scalar> limits;
      }
      

      See the design doc here for more details.

      Attachments

        Activity

          People

            mzhu Meng Zhu
            mzhu Meng Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: