Ceph Dash Versions Save

Flask based api / dashboard for viewing a ceph clusters overall health status

v1.7.1

2 years ago

Since Docker Hub is not allowing me to build releases anymore unless I pay for it, trying the github workflow to trigger a new docker build and push on release.

v1.7

2 years ago

Thanks to @azad-13 ceph-dash should now work with ceph pacific. Sorry for the delay in merging!

What's Changed

New Contributors

Full Changelog: https://github.com/Crapworks/ceph-dash/compare/v1.6...v1.7

v1.6

3 years ago

Ceph version 15.2.5 once again restructured their ceph status json output, which broke ceph-dash. This time they also completely removed monitoring health information from it. Thanks to @mvalois who provided a fix for that.

  • ceph dash is now working with ceph version 15.2.5 and upwards.

v1.5

4 years ago

I recently played around with Rook on Kubernetes. This was so far my fastest Ceph cluster to setup. Since Rook provides some secrets and config maps already, I made the docker container for Ceph-dash compatible with their format. I also added Kubernetes deployment files in the contrib folder (tested on GKE, but should work on any Kubernetes cluster). No need to configure anything, they should just work out of the box.

v1.4

6 years ago

After ceph changed the output again, here is another release that should work with the current luminous release. Thanks @koste for working on that!

v1.3

6 years ago

This release has updates to work the the "luminous" ceph release, that changed the information showed by the ceph-status command.

v1.2

7 years ago

The only new thing is this release is the support for running ceph-dash behind a reverse proxy and enabling a user to overwrite the config.json location (used in the docker container).

v1.1

7 years ago

After several small bugfixes and improvements, I think it is time for another release. So here is v1.1.

Changes in this release:

  • Several Bugfixes
  • Several Code improvements
  • Documentation improved as well
  • Docker integration
  • InfluxDB graphing support

(Incomplete) list of bugfixes:

  • Problems with Operations/Seconds not showing correctly (#44)
  • Problems with Monitor Health display when using only one monitor (#36)
  • Problem with showing incorrent OSD state (#26)

v1.0

9 years ago

So we finally face the 1.0 release of ceph-dash! I got no complaints till now, so I guess the leading zero can be abandoned :)

Changes in this release:

  • added a warning icon to indicate ceph-dash showing old data
  • some js cleanup to easier change timeout and refresh rate

v0.9

9 years ago

Since I've got no negative reponses, I release the next stable version of ceph-dash (v0.9)

Changes in this release:

  • show popover with details for unhealthy osds (hover)
  • if osds are unhealthy, retrieve additional information
  • small code refactorings