Chun-Hung Hsiao created MESOS-9403:
--------------------------------------

             Summary: Consider moving CREATE_DISK validations to SLRP.
                 Key: MESOS-9403
                 URL: https://issues.apache.org/jira/browse/MESOS-9403
             Project: Mesos
          Issue Type: Improvement
          Components: storage
            Reporter: Chun-Hung Hsiao


The {{CreateDisk.target_type}} and {{CreateDisk.target_profile}} (introduced in 
MESOS-9275) fields are currently validated by the master. We should consider 
deferring the validation to SLRP for the following reasons:
1. The validations are very specific to storage resource providers, and we 
might want to relax that in the future. The code would be more cohesive if all 
the validations are done at the same place.
2. Specifically, the validation of {{target_profile}} is not complete: the 
master can only validate its existence, but not its validity since the master 
does not have access to the disk profile adaptor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to