ceph / ceph-iscsi-cli

NOTICE: moved to https://github.com/ceph/ceph-iscsi
GNU General Public License v3.0
25 stars 25 forks source link

api: clear the rtslib_fb block store cache before manipulating LUNs #136

Closed dillaman closed 5 years ago

dillaman commented 6 years ago

Signed-off-by: Jason Dillaman dillaman@redhat.com

mikechristie commented 6 years ago

What was the bug you hit? I think I was hunting a similar bug. Was your issue one where we were updating the cache but then a multi step operation later failed leaving the cache with the invalid updated value?

mikechristie commented 6 years ago

Ignore my question. I see the bz link to here.

dillaman commented 6 years ago

@mikechristie It was this one [1] -- adding a new storage object caused it to fail complaining that an unrelated storage object wasn't in the cache.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1639561

mikechristie commented 5 years ago

Manually merged.