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

Encode framework-specified operation ID into CSI volume name.

    XMLWordPrintableJSON

Details

    Description

      Currently, SLRP uses the internally-generated operation UUID as CSI volume creation name, which brings extra difficulty for debugging because users have to go through logs to figure out the operation UUID for a given CREATE_DISK call.

      Instead, we could encode the framework-specified operation ID into the volume name. To ensure the uniqueness of each volume name, we can use the following schema:

      mesos-<base64-urlsafe-encode(operation-uuid)>.<framework-specified-operation-id>

      The prefix before the framework-specified operation ID would be 29 characters long.

      We can consider not having the mesos- prefix to even shorten it, but it might not be a bad idea to have that prefix reserved for Mesos.

      Attachments

        Activity

          People

            Unassigned Unassigned
            chhsia0 Chun-Hung Hsiao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: