Project

General

Profile

Tasks #38093

Updated by Patrick Seidensal about 5 years ago

An issue has been introduced in a previous implementation [1]. It has been fixed [2], but due to time constraints, the corresponding and requested end-to-end test was not implemented. 

 The test shall verify that the list of pools is automatically reloaded after a pool has been deleted and/or created. 

 Steps: 

 # Create a pool 
 # Verify it's listed 
 # Delete the pool 
 # Check if it's gone in the UI 

 [1] http://tracker.ceph.com/issues/25158 
 [2] https://github.com/ceph/ceph/pull/26182

Back