]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/FileStore: do not tolerate ENOENT on collection_add
authorSage Weil <sage@inktank.com>
Mon, 11 Feb 2013 03:52:13 +0000 (19:52 -0800)
committerSamuel Just <sam.just@inktank.com>
Tue, 12 Feb 2013 18:15:03 +0000 (10:15 -0800)
commitd8891d5add44637c31268a4c4f1b21877e151d32
tree6fdf387a65a1a71d2fe3e42ae75d0a39d03373cc
parent66ddffb721eb137d9859caee0b0a4c6b88a7692c
os/FileStore: do not tolerate ENOENT on collection_add

If we get ENOENT on a collection_add that is a bad thing; do not ignore
the error.  This was hiding #4071 for some time.

Signed-off-by: Sage Weil <sage@inktank.com>
src/os/FileStore.cc