Sridhar Seshasayee
Sridhar Seshasayee
Enhance the visualization tool to generate charts from fio timeseries data. Commits also enhance the existing capabilities to generate charts from JSON output. The tool now accepts the metric and...
backport tracker: https://tracker.ceph.com/issues/66807 --- backport of https://github.com/ceph/ceph/pull/58388 parent tracker: https://tracker.ceph.com/issues/66799 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
The OSD's IOPS capacity is used by the mClock scheduler to determine the quantum of bandwidth allocation for the various operations on the OSD. Prior to this commit, maybe_override_max_osd_capacity_for_qos() only...
Implement a new Mgr command called 'ok-to-upgrade' that returns a set of OSDs within the provided CRUSH bucket that are safe to upgrade without reducing immediate data availability. The command...