← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1323644] Re: show all the snapshots for the volume

 

Reviewed:  https://review.openstack.org/270461
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a436b12acc85d474f4e71404de771d7143421eed
Submitter: Jenkins
Branch:    master

commit a436b12acc85d474f4e71404de771d7143421eed
Author: Lucas Palm <lapalm@xxxxxxxxxx>
Date:   Wed Jan 20 11:48:45 2016 -0600

    Add the Snapshots tab on the Volume Details page
    
    Currently, there is no way to filter and see the snapshots for
    just a single Volume.  As the combined list of volume snapshots
    increases, so does the difficulty in viewing and using them.  It
    would be beneficial to have these snapshots isolated from each other
    based on the volume they were created from.
    
    This change adds a "Snapshots" tab to the Volume Details page that
    shows a table of snapshots associated with only that specific Volume.
    This will not only make it easier to just view the snapshots for a
    particular Volume, but will also make it much more approachable to
    manage and delete them as well.
    
    Change-Id: I0a80ef2c8171c81f73e3abf5ab461dae3a3a9afe
    Closes-Bug: #1323644


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1323644

Title:
  show all the snapshots for the volume

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  since snapshots are created as a chain from a volume and there is a link between a volume and all the snapshots created from it I think that it would be helpful showing that link in horizon.
  A use case I can think of is since we cannot delete a volume that has snapshots without deleting the snapshots first, it would be easy to be able to list all snapshots that a specific volume has and delete all of the snapshots at once before deleting the volume.
  (actually, a good solution would be for horizon to alert that a volume has X snapshots, list them and ask if we would like to proceed with the delete).

  Update 11/21/2014
  The expectation is to show all the snapshots created from a volume.

  User can click the volume to see the volume detail page which has
  snapshot tab that has table contains all the snapshots that belong to
  the volume . If user wants to delete the snapshots, can use delete
  button to delete them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1323644/+subscriptions


References