commit | 50f22a12a670f32cd32b567d6e566c8221c3d590 | [log] [tgz] |
---|---|---|
author | Masayoshi Kobayashi <masayoshi@onlab.us> | Wed Apr 03 19:35:42 2013 +0000 |
committer | Masayoshi Kobayashi <masayoshi@onlab.us> | Wed Apr 03 19:35:42 2013 +0000 |
tree | e0cb8fc2f1f4fa3230ebc63987964ba10e51bc01 | |
parent | 95c3053561c47244d71ce9df56daae0d45e0114d [diff] |
bug fix on check_status.py
diff --git a/cluster-mgmt/bin/check_status.py b/cluster-mgmt/bin/check_status.py index ae777c3..eb5f535 100755 --- a/cluster-mgmt/bin/check_status.py +++ b/cluster-mgmt/bin/check_status.py
@@ -90,7 +90,7 @@ if src_nw == dst_nw: intra[src_nw - 1] = intra[src_nw - 1] + 1 else: - inter += 1 + interlink += 1 for r in range(8): if intra[r] != correct_intra_link[r]: