You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get IO stats displays the IO metrics correctly when quried with active connected Gateway IP, else many metrics are "0" like bytes_written from other gateways.
Steps-to-follow:
Deploy service with gateways (GW1 : LB-grp-id: 1, GW2: LB-grp-id: 2)
Configure 2 subsystems
Add both gateway listeners on each subsystem.
Setup host, Add namespaces like below
Subsystem-1 Namespaces tagged with LB-grp-id-1
Subsystem-2 Namespaces tagged with LB-grp-id-2
Start IO.
Get IO stats for subsystem-1 namespaces from from GW2, then we can observe "bytes_written" will be "0"
Why is this an issue? The stats come from the SPDK of the gateway, so if the namespace is not or has never been active on that gateway(spdk), then I would expect them to be 0's.
@sunilkumarn417 as a user, you need to check that the IO continues when one of the nodes is not available. There are means on the host to check if IO exists to namespaces.
Get IO stats displays the IO metrics correctly when quried with active connected Gateway IP, else many metrics are "0" like bytes_written from other gateways.
Steps-to-follow:
Listeners are added
Get IO stats
The text was updated successfully, but these errors were encountered: