> On April 24, 2016, 12:40 p.m., haosdent huang wrote: > >
In additional, could you add @chenzhiwei and @vinodkone in reviewers? I think powerpc could drop ``` #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ // A workaround for powerpc. The magic number '203' is the syscall // number for 'pivot_root' on the powerpc architecture, see // https://w3challs.com/syscalls/?arch=powerpc_64 int ret = ::syscall(203, newRoot.c_str(), putOld.c_str()); ``` as well. And you need fill a ticket for this in https://issues.apache.org/jira/browse/MESOS and find a shepherd by sending email to dev mailing list. - haosdent ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46610/#review130303 ----------------------------------------------------------- On April 24, 2016, 11:36 a.m., Tomasz Janiszewski wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46610/ > ----------------------------------------------------------- > > (Updated April 24, 2016, 11:36 a.m.) > > > Review request for mesos and haosdent huang. > > > Repository: mesos > > > Description > ------- > > Fix 'pivot_root is not available' error on ARM. > > > Diffs > ----- > > src/linux/fs.cpp 2087b4ac1503e0fd085319b1017389f1f947536f > > Diff: https://reviews.apache.org/r/46610/diff/ > > > Testing > ------- > > > Thanks, > > Tomasz Janiszewski > >
