Project

General

Profile

Bug #54983

Updated by Volker Theile about 2 years ago

It seems the Dashboard or backend is storing the previously selected node somewhere to retrieve the data via the RGW AdminOps API. If this selected gateway is down, no data is visible in the Dashboard users/bucket pages anymore, even if the data could be displayed if the other still active gateway would be selected. 
 The problem could be solved by letting the user select the still active gateway or switching the previosly selected (and somewhere stored gateway) automatically to the still running gateway. automatically. 

 How to reproduce: 

 Setup a cluster with multiple nodes and at least 2 RGW gateways. Go to the RGW daemons page, select one of the gateways displayed in the dropdown. Remember the node where the gateway is deployed. Visit users and buckets page to validate all is working. 
 Now shutdown the node of the previously selected RGW gateway. The users and bucket page will not show any content now. The daemons page shows only one gateway. 

 Bootup the halted node again, all pages are showing content again. Now shutdown the node of the gateway that is not selected in the dropdown on the daemons page. Visit users and bucket page. All tables are displaying the data correctly. 

Back