[PATCH] ReplicatedPG: For async-read, set the real result after completing read.

2014-07-10 Thread Ma, Jianpeng
When reading an object from replicated pool, ceph uses sync mode, so it can set the results in execute_ctx correctly. However, For the async-read in EC Pool, current code didn't set the real results after read in complete_read_ctx. Signed-off-by: Ma Jianpeng jianpeng...@intel.com ---

with ceph-deploy osd create logic check (before I write a patch)

2014-07-10 Thread Owen Synge
Dear All, This email is about $ ceph-deploy osd create ceph-node4:vdb and it not behaving identically too: $ ceph-deploy osd prepare ceph-node2:vdb $ ceph-deploy osd activate ceph-node2:vdb1 It is my understanding that the following sequence should deploy ceph correctly and

Re: with ceph-deploy osd create logic check (before I write a patch)

2014-07-10 Thread Owen Synge
Dear all, I chatted with Alfredodeza, on IRC and will try and make this code work without depending upon udev. Regards Owen On 07/10/2014 12:19 PM, Owen Synge wrote: Dear All, This email is about $ ceph-deploy osd create ceph-node4:vdb and it not behaving identically too:

[ANN] ceph-deploy 1.5.8 released

2014-07-10 Thread Alfredo Deza
Hi All, There is a new bug-fix release of ceph-deploy, the easy deployment tool for Ceph. The full list of fixes for this release can be found in the changelog: http://ceph.com/ceph-deploy/docs/changelog.html#id1 Make sure you update! -- To unsubscribe from this list: send the line

v0.80.2?

2014-07-10 Thread Sage Weil
We built v0.80.2 yesterday and pushed it out to the repos, but quickly discovered a regression in radosgw that preventing reading objects written with earlier versions. We pulled the packages, fixed the bug, and are rerunning tests to confirm the fix and ensure there aren't other

Re: [PATCH] rbd.cc: Check io-size avoid floating point exception.

2014-07-10 Thread Josh Durgin
On 06/12/2014 01:15 AM, Ma, Jianpeng wrote: In func do_bench_write if io_size is zero,it can cause floating point execption. Signed-off-by: Jianpeng Ma jianpeng...@intel.com Applied, thanks! Josh --- src/rbd.cc | 8 1 file changed, 8 insertions(+) diff --git a/src/rbd.cc

Re: v0.80.2?

2014-07-10 Thread Guang Yang
Hi Sage, Is it possible to include a fix for this bug - http://tracker.ceph.com/issues/8733 considering the scope of the change and regression risk for the next release? We are finalizing our production launch version and this one is a blocker as we use EC pool. Thanks, Guang On Jul 11, 2014,

Re: [ceph-users] I have PGs that I can't deep-scrub

2014-07-10 Thread Chris Dunlop
Hi Craig, On Thu, Jul 10, 2014 at 03:09:51PM -0700, Craig Lewis wrote: I fixed this issue by reformatting all of the OSDs. I changed the mkfs options from [osd] osd mkfs type = xfs osd mkfs options xfs = -l size=1024m -n size=64k -i size=2048 -s size=4096 to [osd] osd mkfs type

New Defects reported by Coverity Scan for ceph (fwd)

2014-07-10 Thread Sage Weil
---BeginMessage--- Hi, Please find the latest report on new defect(s) introduced to ceph found with Coverity Scan. Defect(s) Reported-by: Coverity Scan Showing 5 of 5 defect(s) ** CID 1201388: Missing unlock (LOCK) /mon/Monitor.cc: 438 in Monitor::preinit()() ** CID 1225099: Unchecked