You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Gilbert Song <so...@gmail.com> on 2017/07/10 18:00:56 UTC

Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

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

Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.


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


Repository: mesos


Description
-------

Added unit tests for persistent volume and host volume conflict issue.


Diffs
-----

  src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 


Diff: https://reviews.apache.org/r/60750/diff/1/


Testing
-------

make check

Checked this unit test failed before our fix and passed now.


Thanks,

Gilbert Song


Re: Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

Posted by Jie Yu <yu...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60750/#review180079
-----------------------------------------------------------


Ship it!




Ship It!

- Jie Yu


On July 10, 2017, 6 p.m., Gilbert Song wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60750/
> -----------------------------------------------------------
> 
> (Updated July 10, 2017, 6 p.m.)
> 
> 
> Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: MESOS-7770
>     https://issues.apache.org/jira/browse/MESOS-7770
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added unit tests for persistent volume and host volume conflict issue.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 
> 
> 
> Diff: https://reviews.apache.org/r/60750/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> Checked this unit test failed before our fix and passed now.
> 
> 
> Thanks,
> 
> Gilbert Song
> 
>


Re: Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

Posted by Gilbert Song <so...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60750/
-----------------------------------------------------------

(Updated July 11, 2017, 12:01 p.m.)


Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.


Changes
-------

Address James' comment.


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


Repository: mesos


Description
-------

Added unit tests for persistent volume and host volume conflict issue.


Diffs (updated)
-----

  src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 


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

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


Testing
-------

make check

Checked this unit test failed before our fix and passed now.


Thanks,

Gilbert Song


Re: Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

Posted by Gilbert Song <so...@gmail.com>.

> On July 11, 2017, 9:15 a.m., James DeFelice wrote:
> > src/tests/containerizer/linux_filesystem_isolator_tests.cpp
> > Lines 568 (patched)
> > <https://reviews.apache.org/r/60750/diff/1/?file=1772957#file1772957line568>
> >
> >     shouldn't this be /volume/file to test that the mounts are all done in the proper order? in other words, writing to /volume/file in the container's mountns should result in a write to volume/file (relative to the container's sandbox).
> >     
> >     this is typically why containers use this workaround approach, because there's an absolute path in the container's mountns that some process wants to read-from/write-to
> 
> Jie Yu wrote:
>     Good catch! Yeah, @gilbert, let's use /volume/file instead

Good catch! I prefer to use /absolute_path/file instead, to distinguish it from the relative path `volume`.

Thanks, @jdef@jieyu!


- Gilbert


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


On July 10, 2017, 11 a.m., Gilbert Song wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60750/
> -----------------------------------------------------------
> 
> (Updated July 10, 2017, 11 a.m.)
> 
> 
> Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: MESOS-7770
>     https://issues.apache.org/jira/browse/MESOS-7770
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added unit tests for persistent volume and host volume conflict issue.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 
> 
> 
> Diff: https://reviews.apache.org/r/60750/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> Checked this unit test failed before our fix and passed now.
> 
> 
> Thanks,
> 
> Gilbert Song
> 
>


Re: Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

Posted by Jie Yu <yu...@gmail.com>.

> On July 11, 2017, 4:15 p.m., James DeFelice wrote:
> > src/tests/containerizer/linux_filesystem_isolator_tests.cpp
> > Lines 568 (patched)
> > <https://reviews.apache.org/r/60750/diff/1/?file=1772957#file1772957line568>
> >
> >     shouldn't this be /volume/file to test that the mounts are all done in the proper order? in other words, writing to /volume/file in the container's mountns should result in a write to volume/file (relative to the container's sandbox).
> >     
> >     this is typically why containers use this workaround approach, because there's an absolute path in the container's mountns that some process wants to read-from/write-to

Good catch! Yeah, @gilbert, let's use /volume/file instead


- Jie


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


On July 10, 2017, 6 p.m., Gilbert Song wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60750/
> -----------------------------------------------------------
> 
> (Updated July 10, 2017, 6 p.m.)
> 
> 
> Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: MESOS-7770
>     https://issues.apache.org/jira/browse/MESOS-7770
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added unit tests for persistent volume and host volume conflict issue.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 
> 
> 
> Diff: https://reviews.apache.org/r/60750/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> Checked this unit test failed before our fix and passed now.
> 
> 
> Thanks,
> 
> Gilbert Song
> 
>


Re: Review Request 60750: Added unit tests for persistent volume and host volume conflict issue.

Posted by James DeFelice <ja...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60750/#review180199
-----------------------------------------------------------




src/tests/containerizer/linux_filesystem_isolator_tests.cpp
Lines 568 (patched)
<https://reviews.apache.org/r/60750/#comment255241>

    shouldn't this be /volume/file to test that the mounts are all done in the proper order? in other words, writing to /volume/file in the container's mountns should result in a write to volume/file (relative to the container's sandbox).
    
    this is typically why containers use this workaround approach, because there's an absolute path in the container's mountns that some process wants to read-from/write-to


- James DeFelice


On July 10, 2017, 6 p.m., Gilbert Song wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60750/
> -----------------------------------------------------------
> 
> (Updated July 10, 2017, 6 p.m.)
> 
> 
> Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: MESOS-7770
>     https://issues.apache.org/jira/browse/MESOS-7770
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added unit tests for persistent volume and host volume conflict issue.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/linux_filesystem_isolator_tests.cpp 803758c1437b21df9f25ad7e994298e89de44cbe 
> 
> 
> Diff: https://reviews.apache.org/r/60750/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> Checked this unit test failed before our fix and passed now.
> 
> 
> Thanks,
> 
> Gilbert Song
> 
>