diff options
Diffstat (limited to 'src/mon')
-rw-r--r-- | src/mon/OSDMonitor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 8a6715a0717..2fa662ae82c 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -4996,6 +4996,7 @@ bool OSDMonitor::prepare_pool_op(MPoolOp *m) _pool_op_reply(m, -ENOTSUP, osdmap.get_epoch()); return false; } + break; case POOL_OP_CREATE_UNMANAGED_SNAP: // but we will allow creating an unmanaged snapshot on any pool // as long as it is not in 'pool' snaps mode. |