You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2018/08/08 21:15:00 UTC

[jira] [Created] (MESOS-9141) Consider adding restrictions to disk profile names.

Chun-Hung Hsiao created MESOS-9141:
--------------------------------------

             Summary: Consider adding restrictions to disk profile names.
                 Key: MESOS-9141
                 URL: https://issues.apache.org/jira/browse/MESOS-9141
             Project: Mesos
          Issue Type: Improvement
          Components: storage
            Reporter: Chun-Hung Hsiao


We should add some restrictions to profile names. We could consider adding the following rules:
1. A profile name must not be empty.
2. A profile name must be at most 128 characters.
3. A profile name must consist of alphanumeric characters ([a-zA-Z0-9]), dashes (-), underscores(_), or dots(.). We might want to consider slashes(/) or percent-signs (%) as well.



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