-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70215/
-----------------------------------------------------------

(Updated March 15, 2019, 11:38 p.m.)


Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.


Changes
-------

Added missing headers and adjusted comments.


Bugs: MESOS-9622
    https://issues.apache.org/jira/browse/MESOS-9622


Repository: mesos


Description
-------

The attachment and publishment are implemented with internal helpers,
each individually deals with one steady and two transient states and
makes a proper CSI call to achieve its goal state. If the given volume
is not in the designed state, it would recursively call other helpers
to transition the volume to the designed state first.

These helper functions are sequentialized through the volume's own
sequence in the public-facing functions to avoid racing operations on
the same volume.


Diffs (updated)
-----

  src/csi/v0_volume_manager.cpp PRE-CREATION 
  src/csi/v0_volume_manager_process.hpp PRE-CREATION 


Diff: https://reviews.apache.org/r/70215/diff/2/

Changes: https://reviews.apache.org/r/70215/diff/1-2/


Testing
-------

make check


Thanks,

Chun-Hung Hsiao

Reply via email to