Skip to content

Commit

Permalink
Fixed typo psn_s -> pns_s
Browse files Browse the repository at this point in the history
  • Loading branch information
kxr authored Nov 9, 2020
1 parent 799d8c4 commit 8e072e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/local/pod_stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
pod_stats[x]["ps_s"][ph]=pod_stats[x]["ps_s"][ph]+1 if pod_stats[x]["ps_s"].has_key(ph) else 1
else:
pod_stats[x]["pns"]+=1
pod_stats[x]["pns_s"][ph]=pod_stats[x]["psn_s"][ph]+1 if pod_stats[x]["pns_s"].has_key(ph) else 1
pod_stats[x]["pns_s"][ph]=pod_stats[x]["pns_s"][ph]+1 if pod_stats[x]["pns_s"].has_key(ph) else 1
else:
print "This should never happen"
else:
Expand Down Expand Up @@ -103,4 +103,4 @@
# cr=containers ready, cnr= containers not ready
# ps=pod scheduled, pns=pod not scheduled
# u=unknow i.e conditions missing
# *_s=pod phase statistics to be gathered at the end for each node
# *_s=pod phase statistics to be gathered at the end for each node

0 comments on commit 8e072e6

Please sign in to comment.