Company affiliation transition

2014-06-18 Thread Loic Dachary
Hi, The simplest solution to keep the .organizationmap[1] file up to date regarding the Red Hat / InkTank acquisition would be to just wait for developers with an @inktank.com email to move to a @redhat.com email. I guess the same could be applied to other company affiliation change, as long as

Re: [ceph-users] EC pool errors with some k/m combinations

2014-06-18 Thread Loic Dachary
Hi Lluís, Here is a minimal test that verifies your patch works (and will prevent regression). It fails without your patch. Feel free to cherry-pick it in your pull request. erasure-code: verify that rados put enforces alignment http://tracker.ceph.com/issues/8622 refs: #8622 Signed-off-by: L

Re: [ceph-users] EC pool errors with some k/m combinations

2014-06-18 Thread Loic Dachary
Hi Lluís, Here is a minimal test that verifies your patch works (and will prevent regression). It fails without your patch. Feel free to cherry-pick it in your pull request. erasure-code: verify that rados put enforces alignment http://tracker.ceph.com/issues/8622 refs: #8622 Signed-off-by: L

[PATCH master] rbd.cc: add --force option at 'rbd import'

2014-06-18 Thread Dimitris Bliablias
Extend the rbd utility with a new option named '--force'. This option will be used by the 'rbd import' command to allow overwriting an existing rbd image, something which is currently forbidden. If the image has snapshots, the command returns an error and nothing is imported. The force option will

Re: New Defects reported by Coverity Scan for ceph (fwd)

2014-06-18 Thread Sebastien Ponce
I've now looked at the defects. And according to me, there are mostly irrelevant. There are 2 cases : - the 2 "division by zero" will never happen because we will never run the test with a zero parameter. Still, I've added an ASSERT to avoid their report. - all the rest is a clash between gtest