]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libradosstriper: fixed write_full when ENOENT 3633/head
authorSebastien Ponce <Sebastien.Ponce@cern.ch>
Thu, 5 Feb 2015 09:46:37 +0000 (10:46 +0100)
committerSebastien Ponce <sebastien.ponce@cern.ch>
Fri, 6 Feb 2015 08:08:35 +0000 (09:08 +0100)
commit6a91f2bb82035b3c8021a7dc7b23548ce3d61eb6
tree224d74575fddfaa88c821f18f266ba838cd53ab9
parent7d05c9e5d12d341943fdfe896728fea6cb7b5c4c
libradosstriper: fixed write_full when ENOENT

Fixes: #10758
write_full was returning ENOENT when the file did not exists, while it should just have created it without complaining.

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/libradosstriper/RadosStriperImpl.cc
src/test/libradosstriper/io.cc