Created attachment 690202 [details] screenshot of volume status Description of problem: After "Create Volume", status in UI shows as "Down" whereas it should actually reflect the exact status of the volume at that point of time, which is "Created". Version-Release number of selected component (if applicable): rhsc-2.1.0-0.qa5 How reproducible: 100% Steps to Reproduce: 1. Create a new volume using UI and check the status in the UI 2. 3. Actual results: Status is shown as "Down" Expected results: It should show status as "Created", i.e; the same status provided by the "gluster volume info" output. The usual gluster volume status seen in the gluster CLI are "Created", "Started" and Stopped. I know that, in RHSC, the volume statuses are generally represented as "UP" and "Down". However, it will be more meaningful for the users, if we can implement the same gluster CLI volume status in the UI as well. If not, we should atleast give the exact reason near to it. Something like Down (Created) Up (Started/Running) Down (Stopped) Additional info: Snapshot attached
On 01/31/2013 05:49 PM, Vijay Bellur wrote: > On 01/30/2013 01:21 PM, Shireesh Anjal wrote: >> Hi Prasanth, >> >> AFAIK, there is no real difference between created and stopped, and I >> don't think it adds any value to show these two as separate statuses in >> the UI. Vijay, please correct me if I'm wrong. > > I think it would be good to retain the current implementation. CLI can have multiple states but we would want to make it less confusing to the users in the GUI. Hence UP/DOWN should be good enough. > > Regards, > Vijay