From 70d8ccaf0c98759dfabb252ac2b5983a3aa68400 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Tue, 30 Nov 2010 14:56:51 +0100
Subject: [PATCH] constants: Clarify comment for QRFS_NODATA

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Adeodato Simo <dato@google.com>
---
 lib/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/constants.py b/lib/constants.py
index 7716d8e98..5c39a44d3 100644
--- a/lib/constants.py
+++ b/lib/constants.py
@@ -972,7 +972,7 @@ QFT_ALL = frozenset([
 QRFS_NORMAL = 0
 #: Unknown field
 QRFS_UNKNOWN = 1
-#: No data
+#: No data (e.g. node offline)
 QRFS_NODATA = 2
 #: Value unavailable for item
 QRFS_UNAVAIL = 3
-- 
GitLab