[pve-devel] [PATCH manager 0/5] add disk management gui

Dominik Csapak d.csapak at proxmox.com
Tue Aug 23 14:49:12 CEST 2016


this series adds a disk list to the gui
and removes the disk list from the ceph gui

you now also can view smart data
and the list shows the overall smart health
and the wearout of your ssds (if it reports supported smart fields)

this series requires my previous 2 series:
* reorganize gui structure
* add disk management

Dominik Csapak (5):
  add disk api entry point
  add DiskList panel
  move cephdisk selector and create osd into osd panel
  use nodedisk panel and remove ceph disks from navigation
  remove ceph disk panel code

 PVE/API2/Nodes.pm           |   7 +
 www/manager6/Makefile       |   2 +-
 www/manager6/Utils.js       |   1 +
 www/manager6/ceph/Disks.js  | 188 --------------------------
 www/manager6/ceph/OSD.js    |  90 ++++++++++++-
 www/manager6/node/Config.js |  25 ++--
 www/manager6/node/Disks.js  | 322 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 432 insertions(+), 203 deletions(-)
 delete mode 100644 www/manager6/ceph/Disks.js
 create mode 100644 www/manager6/node/Disks.js

-- 
2.1.4





More information about the pve-devel mailing list