commit | 6816282dab3a72efe8c0d182c1bc2960d87f4322 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Mon Sep 24 21:01:02 2012 -0700 |
committer | Alex Elder <elder@inktank.com> | Mon Oct 01 17:20:00 2012 -0500 |
tree | c36cea753185ad22b073d41a1e5e5dbe56a928a1 | |
parent | d63b77f4c552cc3a20506871046ab0fcbc332609 [diff] |
ceph: propagate layout error on osd request creation If we are creating an osd request and get an invalid layout, return an EINVAL to the caller. We switch up the return to have an error code instead of NULL implying -ENOMEM. Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@inktank.com>