From dfdf5c1f9cf078b7b042c1b383a5b1baf2fccd16 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 20 Jun 2021 00:23:56 +0300 Subject: [PATCH] Fix comments in mon.js --- mon/mon.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mon/mon.js b/mon/mon.js index d8ea083c..ff213002 100644 --- a/mon/mon.js +++ b/mon/mon.js @@ -42,7 +42,7 @@ const etcd_tree = { config: { /* global: { // WARNING: NOT ALL OF THESE ARE ACTUALLY CONFIGURABLE HERE - // THIS IS JUST A POOR'S MAN CONFIG DOCUMENTATION + // THIS IS JUST A POOR MAN'S CONFIG DOCUMENTATION // etcd connection config_path: "/etc/vitastor/vitastor.conf", etcd_address: "10.0.115.10:2379/v3", @@ -257,11 +257,13 @@ const etcd_tree = { }, inode: { stats: { - /* : { - raw_used: uint64_t, // raw used bytes on OSDs - read: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, - write: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, - delete: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, + /* : { + : { + raw_used: uint64_t, // raw used bytes on OSDs + read: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, + write: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, + delete: { count: uint64_t, usec: uint64_t, bytes: uint64_t }, + }, }, */ }, },