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



include/mesos/mesos.proto
<https://reviews.apache.org/r/27550/#comment103995>

    I rephrased it. LMK how it looks.
    
    // A unique ID for the persistent disk volume. 
    // A persistent volume will not be automatically garbage
    // collected if the task/executor/slave terminates, but is
    // reoffered to the framework(s) belonging to the 'role'.
    // A framework can set the ID (if it is not set yet) to express the
    // intention to create a new persistent disk volume from a regular
    // disk resource. To reuse a previously created volume, a framework
    // can launch an task/executor when it receives an offer with
    // persistent volume, i.e., ID is set.
    // NOTE: Currently, we do not allow a persistent disk volume
    // without reservation (i.e., 'role' should not be '*').
    // NOTE: The ID needs to be unique per role on each slave.



include/mesos/mesos.proto
<https://reviews.apache.org/r/27550/#comment103996>

    Also,
    
    NOTE: If 'volume' is set, but 'persistence_id' is not set, the volume will 
automatically garbage collected after task/executor terminates.


- Vinod Kone


On Nov. 18, 2014, 8:05 p.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27550/
> -----------------------------------------------------------
> 
> (Updated Nov. 18, 2014, 8:05 p.m.)
> 
> 
> Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, switched to 
> 'mcypark', and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   include/mesos/mesos.proto 35b91180f4e317c47dfdd18e9f7fca28143ae8f5 
> 
> Diff: https://reviews.apache.org/r/27550/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Jie Yu
> 
>

Reply via email to