]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: ignore statfs requests on invalid poolid 36885/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 28 Aug 2020 17:02:47 +0000 (10:02 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 29 Aug 2020 17:22:12 +0000 (10:22 -0700)
commit6772c40c672483be5336779280a7acfb58b46023
treefc3ac347e37e9474c9d1ff27c6b1f33770ae634a
parentd33c6157a30322f65b6a9b156682031a6efe1dae
mon: ignore statfs requests on invalid poolid

Otherwise, we'll see a SIGSEGV when trying to get the size in
get_pool_free_space.

Fixes: https://tracker.ceph.com/issues/47182
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/MgrStatMonitor.cc