]> xenbits.xensource.com Git - osstest.git/commitdiff
PDU/MSW: Warn that SNMP status is often not immediately updated
authorIan Jackson <iwj@xenproject.org>
Wed, 21 Oct 2020 14:41:33 +0000 (15:41 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 22 Oct 2020 16:34:58 +0000 (17:34 +0100)
If you don't know this, it's very confusing.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
pdu-msw

diff --git a/pdu-msw b/pdu-msw
index d269156717c330e0090026818661a814dc54a2f8..04b03a22ea921d4344ad4b585c88e54b2a94ed04 100755 (executable)
--- a/pdu-msw
+++ b/pdu-msw
@@ -133,4 +133,5 @@ if (!defined $action) {
     print "was: "; show();
     set();
     print "now: "; show();
+    print "^ note, PDUs often do not update returned info immediately\n";
 }