tarball for 10.0.0

2015-11-30 Thread Deneau, Tom
I did not see the source tarball for 10.0.0 at http://download.ceph.com/tarballs/ceph-10.0.0.tar.gz -- Tom Deneau -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at

How to open clog debug

2015-11-30 Thread Wukongming
Hi, All Does anyone know how to open clog debug? - wukongming ID: 12019 Tel:0571-86760239 Dept:2014 UIS2 OneStor

ceph branch status

2015-11-30 Thread ceph branch robot
-- All Branches -- Abhishek Varshney 2015-11-23 11:45:29 +0530 infernalis-backports Adam C. Emerson 2015-10-16 13:49:09 -0400 wip-cxx11time 2015-10-17 13:20:15 -0400 wip-cxx11concurrency Adam Crume

Re: RFC: teuthology field in commit messages

2015-11-30 Thread Gregory Farnum
On Sun, Nov 29, 2015 at 6:15 PM, Loic Dachary wrote: > > > On 29/11/2015 23:55, John Spray wrote: >> On Sun, Nov 29, 2015 at 9:25 PM, Loic Dachary wrote: >>> >>> >>> On 29/11/2015 21:47, John Spray wrote: On Sun, Nov 29, 2015 at 8:25 PM, Loic Dachary

Re: Compiling for FreeBSD

2015-11-30 Thread Willem Jan Withagen
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

Re: Compiling for FreeBSD

2015-11-30 Thread Gregory Farnum
On Mon, Nov 30, 2015 at 11:04 AM, Willem Jan Withagen 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

Re: Compiling for FreeBSD

2015-11-30 Thread Willem Jan Withagen
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

updates to the fio objectstore engine

2015-11-30 Thread Casey Bodley
Hi folks, I made another pass at the fio objectstore engine over the long weekend. Some of the major changes: * added support for multiple jobs at a time by splitting global/ObjectStore initialization into a new Engine class * when run with nr_files > 1, the objects are spread over multiple

nightlies moved to ovh (openstack)

2015-11-30 Thread Yuri Weinstein
In preparation to sepia lab move, nightlies' schedules were moved to the ovh (openstack) lab. See details here - http://tracker.ceph.com/projects/ceph-releases/wiki/ovh Please let me know if you see any problems. PS: I will optimize times/frequencies in next several days/weeks Thx YuriW -- To

Re: Compiling for FreeBSD

2015-11-30 Thread Willem Jan Withagen
On 30-11-2015 07:58, Mykola Golub wrote: > On Mon, Nov 30, 2015 at 11:46:27AM +0800, Yan, Zheng wrote: >> On Mon, Nov 30, 2015 at 2:57 AM, Willem Jan Withagen >> wrote: ... Hi Mykola, > I have a branch in my repo that contains patches to make compilation > on FreeBSD easier:

Does anyone know how to open clog debug?

2015-11-30 Thread Wukongming
Hi, All Does anyone know how to open clog debug? - wukongming ID: 12019 Tel:0571-86760239 Dept:2014 UIS2 OneStor

How to open clog debug?

2015-11-30 Thread Wukongming
Hi, All Does anyone know how to open clog debug? Thanks! Kongming wu - 本邮件及其附件含有杭州华三通信技术有限公司的保密信息,仅限于发送给上面地址中列出

Re: Compiling for FreeBSD

2015-11-30 Thread Willem Jan Withagen
On 30-11-2015 14:21, Sage Weil wrote: > The problem with all of the porting code in general is that it is doomed > to break later on if we don't have (at least) ongoing build tests. In > order for a FreeBSD or OSX port to continue working we need VMs that run > either gitbuilder or a jenkins

Re: Compiling for FreeBSD

2015-11-30 Thread Mykola Golub
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 > > > >

Re: Compiling for FreeBSD

2015-11-30 Thread Sage Weil
The problem with all of the porting code in general is that it is doomed to break later on if we don't have (at least) ongoing build tests. In order for a FreeBSD or OSX port to continue working we need VMs that run either gitbuilder or a jenkins job or similar so that we can tell when it

Re: How to open clog debug

2015-11-30 Thread Sage Weil
On Mon, 30 Nov 2015, Wukongming wrote: > Hi, All > > Does anyone know how to open clog debug? It's usually something like monc->clog.debug() << "hi there\n"; sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to

Re: Compiling for FreeBSD

2015-11-30 Thread Willem Jan Withagen
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