Activity log for bug #1742091

Date Who What changed Old value New value Message
2018-01-09 09:25:58 lidong bug added bug
2018-01-09 09:27:36 lidong bug task added senlin
2018-01-09 09:27:46 lidong bug task deleted senlin
2018-01-09 09:31:15 lidong bug added subscriber Qiming Teng
2018-01-09 09:31:36 lidong bug added subscriber Shu Muto
2018-01-09 09:31:53 lidong senlin-dashboard: assignee lidong (lidong007)
2018-01-09 09:39:21 lidong bug added subscriber Zhenguo Niu
2018-01-09 09:52:51 OpenStack Infra senlin-dashboard: status New In Progress
2018-01-09 09:54:25 lidong description when i shut down a vm related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the vm which i shut down was active ,running again. when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the vm which i shut down was active ,running again.
2018-01-09 09:54:41 lidong description when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the vm which i shut down was active ,running again. when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again.
2018-01-10 05:16:17 lidong description when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again. when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning after checking cluster. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again.
2018-01-10 07:27:54 lidong description when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning after checking cluster. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again. when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning after checking cluster. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again.And the node、the cluster related was active again.
2018-01-10 07:28:11 lidong description when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning after checking cluster. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again.And the node、the cluster related was active again. when i shut down a instance related to a node in a cluster ,i found that the status of the node became error,the status of the cluster became warning after checking cluster. I wanted to recover the cluster ,but i failed by senlin-dashboard. And i found that below: in this file:.../senlin-dashboard/blob/master/senlin_dashboard/cluster/clusters/tables.py line 91: return datum.status == "ERROR" in func allowed(self, request, datum). and i changed it : return datum.status == "ERROR" or datum.status == "WARNING" and i recovered the cluster ,the instance which i shut down was active ,running again.And the node、the cluster related were active again.
2018-01-15 07:15:50 OpenStack Infra senlin-dashboard: status In Progress Fix Released