On Mon, Nov 30, 2015 at 11:04 AM, Willem Jan Withagen <wjw@xxxxxxxxxxx> wrote: > On 30-11-2015 15:40, Willem Jan Withagen wrote: >> On 30-11-2015 15:13, Mykola Golub wrote: >>> On Mon, Nov 30, 2015 at 12:53:54PM +0100, Willem Jan Withagen wrote: >>> >>>>> git clone --recursive -b wip-freebsd https://github.com/trociny/ceph.git >>>>> cd ceph >>>>> ./install-deps.sh >>>>> ./do_autogen.sh >>>>> gmake >>>>> cd src >>>>> ./vstart.sh # start dev cluster >>>>> ./ceph -s # check it works >>>>> >>>> >>>> So what backend for the OSDs are you using here? >>> >>> The default one, which is FileStore. I have not done much testing >>> though... >>> >> >> Well, >> Cherry-picked a few of you diffs. >> Compilation is now slugging thru the tests in my tree. >> Running gmake in serial mode, so it is slow with clang. > > Installed the results: > gmake install > > And looked at what it delivered: > zfs diff <fs-en> > > And I have to be honest that I'm not really enjoying all the ceph-test > stuff in my /usr/local/bin.... > Would prefer it to go into something like: > /usr/local/libexec/ceph/tests > or > /usr/local/share/ceph/tests > > Not sure if this is possible without disrupting the automated testing. As far as I know, none of what we do upstream relies on "make install" and I don't think it's very well-maintained. You could make some changes and submit a PR — if it does break something it should show up in the autobuilder bot. -Greg -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html