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

2015-01-05 Thread Asselin, Ramy
003.png@01D028F0.E93AA0A0] Ramy From: Eli Qiao [mailto:ta...@linux.vnet.ibm.com] Sent: Sunday, January 04, 2015 9:32 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state 在 2015年01月05日 13:10,

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 Cru

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-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 to

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

2015-01-04 Thread Eli Qiao
[mailto:punit...@cloudbyte.com] *Sent:* Sunday, January 04, 2015 9:02 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state Hi Eli, you have to log-in to MySQL cinder database , and try

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

2015-01-04 Thread Eli Qiao
Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state 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

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

2015-01-04 Thread Asselin, Ramy
: Sunday, January 04, 2015 9:02 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state Hi Eli, you have to log-in to MySQL cinder database , and try deleting the required volume from the

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. thank

[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 +--++-+--+--