Log a warning message when we pull down an MDSMap and see that
inline_data has been enabled. This should give admins some warning that
they need to consider an exit plan.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
purge_queue.update_op_limit(*mdsmap);
}
+ if (mdsmap->get_inline_data_enabled() && !oldmap.get_inline_data_enabled())
+ dout(0) << "WARNING: inline_data support has been deprecated and will be removed in a future release" << dendl;
+
mdcache->handle_mdsmap(*mdsmap);
}