Skip to content

Commit

Permalink
Merge pull request #354 from Azure/health_hbv3
Browse files Browse the repository at this point in the history
healthchecks for HBv3
  • Loading branch information
xpillons authored Jun 7, 2021
2 parents 37c2fa4 + d557cd0 commit 01d3424
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function check_ib_device()
fi
;;

standard_hc44rs|standard_hb60rs|standard_hb120rs_v2)
standard_hc44rs|standard_hb60rs|standard_hb120rs_v2|standard_hb120*rs_v3)
# Retrieve IB info
ib_device=$(ifconfig | grep ib0 -A1 | grep inet | tr -s ' ' | cut -d' ' -f 3)
if [ -n "$ib_device" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,41 @@
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
},
{
"sku":"standard_hb120rs_v3",
"state":"PORT_ACTIVE",
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
},
{
"sku":"standard_hb120-96rs_v3",
"state":"PORT_ACTIVE",
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
},
{
"sku":"standard_hb120-64rs_v3",
"state":"PORT_ACTIVE",
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
},
{
"sku":"standard_hb120-32rs_v3",
"state":"PORT_ACTIVE",
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
},
{
"sku":"standard_hb120-16rs_v3",
"state":"PORT_ACTIVE",
"phys_state": "LINK_UP",
"speed": "50.0 Gbps",
"rate": "4X"
}
]
}

0 comments on commit 01d3424

Please sign in to comment.