diff options
Diffstat (limited to 'src/mds/SnapServer.h')
-rw-r--r-- | src/mds/SnapServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/SnapServer.h b/src/mds/SnapServer.h index 0a21a756e56..7c4262fc51e 100644 --- a/src/mds/SnapServer.h +++ b/src/mds/SnapServer.h @@ -123,7 +123,7 @@ public: else if (ino == MDS_INO_MDSDIR(rank)) mdsdir_scrubbed = true; else - ceph_assert(0); + ceph_abort(); } bool can_allow_multimds_snaps() const { return (root_scrubbed && mdsdir_scrubbed) || |