On 08/03/2013 10:49 AM, Mikhail Khodos wrote:
The Cinder Support Matrix
https://wiki.openstack.org/wiki/CinderSupportMatrix, states that
snapshot listing is implemented in drivers by: LVM, EMC, NetApp, IBM,
etc. However, I could not find any methods or interfaces in the cinder
volume api that implement snapshot listing. Could anyone clarify if
snapshot listing is supported only via DB?

you can list the snapshots via rest at /snapshots or /snapshots/detail

probably the easiest way to look further into this is the code of the client:

https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/volume_snapshots.py
--
Giulio Fidente
GPG KEY: 08D733BA | IRC: giulivo

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to