From 3dca24151c7506ef295c6b4e7235e767ecf32c17 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Wed, 29 May 2013 20:11:10 +0000 Subject: [PATCH] Add constant with the path of the diskstats This will be used by the diskstats storage collector. Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- lib/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/constants.py b/lib/constants.py index a8124a7..7c95536 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -2474,5 +2474,7 @@ OPCODE_REASON_SOURCES = compat.UniqueFrozenset([ OPCODE_REASON_SRC_USER, ]) +DISKSTATS_FILE = "/proc/diskstats" + # Do not re-export imported modules del re, _vcsversion, _autoconf, socket, pathutils, compat -- 1.7.10.4