]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: discard pgnls op that is outside pg bounds
authorSage Weil <sage@redhat.com>
Thu, 31 Mar 2016 14:23:36 +0000 (10:23 -0400)
committerSage Weil <sage@redhat.com>
Sun, 3 Apr 2016 13:45:56 +0000 (09:45 -0400)
commit5c612e82bb88011315aa915646cce29d0496b289
tree79be466743d975c1dde4d73cc1150ef6f7729612
parentf16187f68d7f494fd5ed243e163a8ae3cb111cd3
osd/ReplicatedPG: discard pgnls op that is outside pg bounds

This should only happen with a buggy client, but we should avoid crashing,
and send a polite error message back.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc