X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fosds.html;fp=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fosds.html;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=b55b3df594c281acd72a41ae1452c9487775c1b3;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/pybind/mgr/dashboard/osds.html b/src/ceph/src/pybind/mgr/dashboard/osds.html deleted file mode 100644 index b55b3df..0000000 --- a/src/ceph/src/pybind/mgr/dashboard/osds.html +++ /dev/null @@ -1,105 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - - - -
-

- OSD daemons -

-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HostIDStatusPGsUsageRead bytesWrite bytesRead opsWrite ops
{server.0}{osd.id}{osd.stats.numpg}{osd.stats.stat_bytes_used | dimless_binary} / {osd.stats.stat_bytes | dimless_binary}{osd.stats.op_out_bytes | dimless_binary}/s {osd.stats.op_in_bytes | dimless_binary}/s {osd.stats.op_r | dimless}/s{osd.stats.op_w | dimless}/s
- - - - -
-
- - -
- - -{% endblock %}