[pve-devel] [PATCH manager 0/7] new ceph dashboard

Dominik Csapak d.csapak at proxmox.com
Tue Nov 22 12:32:08 CET 2016


this patch series modifies the ceph dashboard, to make it more visually
appealing, and to display the information in a more useful way

we have a health display like in the dc dashboard,
we have a list of errors/warnings

we show the state of the monitors
we show the down/up, in/out state of osds

we show the pgs by states

we have a usage widget and
a running chart for reads/writes/iops (seperated in read iops and write iops
if ceph returns it; it does this since jewel)

Dominik Csapak (7):
  improve green and red colors
  refactor health icons
  refactor health status widget and ceph status data
  add runningchart widget
  add ceph statudetail panel
  add new ceph dashboard
  check for array in disallowednodes filter

 www/css/ext6-pve.css               |  52 +++++-
 www/manager6/Makefile              |   3 +
 www/manager6/Utils.js              |  62 +++++++
 www/manager6/ceph/Status.js        | 338 ++++++++++++++++++++++++-------------
 www/manager6/ceph/StatusDetail.js  | 259 ++++++++++++++++++++++++++++
 www/manager6/dc/Health.js          |  52 +-----
 www/manager6/dc/NodeView.js        |   8 +-
 www/manager6/form/NodeSelector.js  |   6 +-
 www/manager6/panel/GaugeWidget.js  |   2 +-
 www/manager6/panel/HealthWidget.js |  37 ++++
 www/manager6/panel/RunningChart.js | 163 ++++++++++++++++++
 11 files changed, 812 insertions(+), 170 deletions(-)
 create mode 100644 www/manager6/ceph/StatusDetail.js
 create mode 100644 www/manager6/panel/HealthWidget.js
 create mode 100644 www/manager6/panel/RunningChart.js

-- 
2.1.4





More information about the pve-devel mailing list