Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-05 Thread Asselin, Ramy
HI Eli, In the UI, got to Admin -- Volumes select desired volume. [cid:image001.png@01D028F0.E93AA0A0] Then click the drop down for the volume and pick “Update Volume Status”. [cid:image002.png@01D028F0.E93AA0A0] You can then change the stats to anything you like.

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-05 Thread Erlon Cruz
This is usually is related to mis-configuration on the backend driver. For example, if you create a volume, shutdown the driver to change some configuration, the backend driver can get confused while trying to delete the volume or even can't be able to locate the volume in the storage array. S On

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-05 Thread Abel Lopez
Also important to note, you should check the 'provider_location' column for the volumes in error_deleting, otherwise you may have the space potentially allocated on the backend, but cinder thinking it's deleted. I also like to update 'deleted_at' to NOW On Mon, Jan 5, 2015 at 10:41 AM, Erlon Cruz

[openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Eli Qiao
hi all, how to delete a cinder volume which is in error_deleting status ? I don't find force delete options in 'cinder delete', then how we fix it if we got such situation ? [tagett@stack-01 devstack]$ cinder list

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Eli Qiao
在 2015年01月05日 13:10, Asselin, Ramy 写道: Before getting into the database, try the cinder reset-state command. It’s available in the horizon ui starting in Juno. Otherwise use the command line [1]. Ramy [1] http://docs.openstack.org/cli-reference/content/cinderclient_commands.html Hi

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Eli Qiao
在 2015年01月05日 13:31, Eli Qiao 写道: 在 2015年01月05日 13:10, Asselin, Ramy 写道: Before getting into the database, try the cinder reset-state command. It’s available in the horizon ui starting in Juno. Otherwise use the command line [1]. hi Asselin, appreciate it, sorry for reply to wrong

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Eli Qiao
在 2015年01月05日 13:02, Punith S 写道: Hi Eli, you have to log-in to MySQL cinder database , and try deleting the required volume from the volumes table using the id. if it fails due to foreign key constraints in volume metadata table, try deleting the corresponding volume metadata and then try

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Punith S
Hi Eli, you have to log-in to MySQL cinder database , and try deleting the required volume from the volumes table using the id. if it fails due to foreign key constraints in volume metadata table, try deleting the corresponding volume metadata and then try to delete the required volume row.

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Asselin, Ramy
Before getting into the database, try the cinder reset-state command. It’s available in the horizon ui starting in Juno. Otherwise use the command line [1]. Ramy [1] http://docs.openstack.org/cli-reference/content/cinderclient_commands.html From: Punith S [mailto:punit...@cloudbyte.com] Sent: