From a6e185589220995f9297a181a602504d04258fb3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 23 Apr 2020 17:22:35 +0000 Subject: [PATCH] Update git submodules * Update cinderlib from branch 'master' - Merge "NotLocal exception after refresh" - NotLocal exception after refresh If we locally attach a volume and we call the refresh method on it then we cannot just call the detach method on the volume directly or we'll get a `NotLocal` exception. So this works: volume.attach() volume.detach() But this doesn't: volume.attach() volume.refresh() volume.detach() This is because we don't carry the `local_attach` attribute from our current instance into the refresh. Closes-Bug: #1868153 Change-Id: Iaaac5576d443b7917a46bb11458860a9651bd366 --- cinderlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderlib b/cinderlib index ccf958aa4e..602c9f71c2 160000 --- a/cinderlib +++ b/cinderlib @@ -1 +1 @@ -Subproject commit ccf958aa4ed78d0d4297ef0149de05cdf8f1efc8 +Subproject commit 602c9f71c249d48621d1dc52ff1b6fc930ba204d