Comment 1 for bug 1413954

Revision history for this message
Steve Martinelli (stevemar) wrote :

I agree that this is a bug, just wondering how we want to approach this...

Based on the CLI docs, the functionality of the 'extend' command is pretty limited:

  cinder extend

  usage: cinder extend <volume> <new-size>

I'm wondering if we want to bundle this into the 'osc volume set' command?
http://docs.openstack.org/developer/python-openstackclient/command-objects/volume.html#volume-set

rather than creating a new one-off verb 'extend', and it seems to logically fit into the concept of changing a volume's property.