Hosts are not fully listed under Hosts -> Other hosts tab in NSX Fabric UI
search cancel

Hosts are not fully listed under Hosts -> Other hosts tab in NSX Fabric UI

book

Article ID: 389613

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

  • We will not be able to see the entire list of the hosts in the other hosts tab if they have more than 50 hosts as Other hosts' grid sets the wrong total count for the grid pagination state.

  • UI Navigation : System -> Fabric->  host-> other hosts as below : 


  • A customer with more than 50 hosts still shows the total count as 50 and does not have a pagination link to the next page on the other host grid, as per the screenshot below :

Environment

VMware NSX

Cause

  •  Other hosts grid sets the wrong total count to the grid pagination state by setting grid pagination state totalCount as the API results data length.
  • It should set the grid pagination state totalCount as the results_count returned from the API. Updating this grid pagination totalCount set logic fixed this

Resolution

Workaround :

Currently, there are no workarounds.
The hosts can be sorted in ascending/descending.
Use the below API to list the entire host Transport nodes.

GET https://{{nsx-ip}}/api/v1/transport-nodes

Resolution :

The fix is introduced in NSX  4.2.2 and VCF 9.0 & 9.1.

Additional Information

No impact, as this is a cosmetic issue on UI.