On 20-07-18 08:10:37, Erlon Cruz wrote:
> Nice, good to know. Thanks all for the feedback. We will fix that in our
> drivers.
FWIW Nova does not and AFAICT never has called os-force_detach.
We previously used os-terminate_connection with v2 where the connector
was optional. Even then we always pr
Nice, good to know. Thanks all for the feedback. We will fix that in our
drivers.
@Walter, so, in this case, if Cinder has the connector, it should not need
to call the driver passing a None object right?
Erlon
Em qua, 18 de jul de 2018 às 12:56, Walter Boring
escreveu:
> The whole purpose of
The whole purpose of this test is to simulate the case where Nova doesn't
know where the vm is anymore,
or may simply not exist, but we need to clean up the cinder side of
things. That being said, with the new
attach API, the connector is being saved in the cinder database for each
volume attachm
On 17/07, Sean McGinnis wrote:
> On Tue, Jul 17, 2018 at 04:06:29PM -0300, Erlon Cruz wrote:
> > Hi Cinder and Nova folks,
> >
> > Working on some tests for our drivers, I stumbled upon this tempest test
> > 'force_detach_volume'
> > that is calling Cinder API passing a 'None' connector. At the tim
On Tue, Jul 17, 2018 at 04:06:29PM -0300, Erlon Cruz wrote:
> Hi Cinder and Nova folks,
>
> Working on some tests for our drivers, I stumbled upon this tempest test
> 'force_detach_volume'
> that is calling Cinder API passing a 'None' connector. At the time this was
> added several CIs
> went down
Hi Cinder and Nova folks,
Working on some tests for our drivers, I stumbled upon this tempest test
'force_detach_volume'
that is calling Cinder API passing a 'None' connector. At the time this was
added several CIs
went down, and people started discussing whether this (accepting/sending a
None con