commit | 4dda41d3d76747414586a4bad5615b550e0986b1 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed Feb 20 21:59:33 2013 -0600 |
committer | Alex Elder <elder@inktank.com> | Mon Feb 25 15:36:36 2013 -0600 |
tree | 9a2f3cc8d6071fa2d242de8e6a36231e1ba6a902 | |
parent | 92a49fb0f79f3300e6e50ddf56238e70678e4202 [diff] |
rbd: ignore zero-length requests The old request code simply ignored zero-length requests. We should still operate that same way to avoid any changes in behavior. We can implement handling for special zero-length requests separately (see http://tracker.ceph.com/issues/4236). Add some assertions based on this new constraint. This resolves: http://tracker.ceph.com/issues/4237 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>