Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EBD2B200D28 for ; Mon, 23 Oct 2017 11:59:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA3351609E0; Mon, 23 Oct 2017 09:59:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3AE3F1609CE for ; Mon, 23 Oct 2017 11:59:01 +0200 (CEST) Received: (qmail 48579 invoked by uid 500); 23 Oct 2017 09:59:00 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 48568 invoked by uid 99); 23 Oct 2017 09:59:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 09:59:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 649BAC541A; Mon, 23 Oct 2017 09:58:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.249 X-Spam-Level: *** X-Spam-Status: No, score=3.249 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gM4Wtb9SbLXd; Mon, 23 Oct 2017 09:58:56 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D1B3C5FB4E; Mon, 23 Oct 2017 09:58:55 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 246EBE0288; Mon, 23 Oct 2017 09:58:55 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 1255CC410EE; Mon, 23 Oct 2017 09:58:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1558593597820690915==" MIME-Version: 1.0 Subject: Re: Review Request 63213: Added mount propagation support for HOST_PATH volumes. From: Mesos Reviewbot Windows To: Joseph Wu , Gilbert Song , James Peach Cc: Mesos Reviewbot Windows , mesos , Jie Yu Date: Mon, 23 Oct 2017 09:58:55 -0000 Message-ID: <20171023095855.11167.76871@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Mesos Reviewbot Windows X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/63213/ X-Sender: Mesos Reviewbot Windows References: <20171023044603.58298.81400@reviews-vm2.apache.org> In-Reply-To: <20171023044603.58298.81400@reviews-vm2.apache.org> Reply-To: Mesos Reviewbot Windows X-ReviewRequest-Repository: mesos archived-at: Mon, 23 Oct 2017 09:59:02 -0000 --===============1558593597820690915== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63213/#review188930 ----------------------------------------------------------- FAIL: Failed to apply the dependent review: 63211. Failed command: `python.exe .\support\apply-reviews.py -n -r 63211` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63213 Relevant logs: - [apply-review-63211-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63213/logs/apply-review-63211-stdout.log): ``` error: patch failed: src/slave/containerizer/mesos/isolators/filesystem/linux.cpp:350 error: src/slave/containerizer/mesos/isolators/filesystem/linux.cpp: patch does not apply error: patch failed: src/slave/containerizer/mesos/launch.cpp:240 error: src/slave/containerizer/mesos/launch.cpp: patch does not apply ``` - Mesos Reviewbot Windows On Oct. 23, 2017, 4:46 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63213/ > ----------------------------------------------------------- > > (Updated Oct. 23, 2017, 4:46 a.m.) > > > Review request for mesos, Gilbert Song, James Peach, and Joseph Wu. > > > Bugs: MESOS-7306 > https://issues.apache.org/jira/browse/MESOS-7306 > > > Repository: mesos > > > Description > ------- > > This allows a container to declare a host path volume such that the > mounts under that volume can be propagated in both directions. > Previously, all volume mounts are default to use host to container > propagation mode. > > > Diffs > ----- > > include/mesos/mesos.proto 859fdff4d9a0604bc506b08af79075084ae23466 > include/mesos/v1/mesos.proto cfd4abd3af1d8c9fbd31659161eada9ec9f92282 > src/slave/containerizer/mesos/isolators/volume/host_path.cpp 949510aba6b1f30a64f5f9a0777a4f03e2701302 > src/slave/containerizer/mesos/launch.cpp 49f11f1d586672bb46f6eccabcfda9321cc3c607 > src/tests/containerizer/volume_host_path_isolator_tests.cpp 1d006727e5bf76cc659e862cb64fe3facd608c8c > src/tests/mesos.hpp 4b61f2dbd67a5e8a65a6655519c8f03e5d6c6954 > > > Diff: https://reviews.apache.org/r/63213/diff/2/ > > > Testing > ------- > > sudo make check > > > Thanks, > > Jie Yu > > --===============1558593597820690915==--