You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we check for Rados namespace existence by calling RBD's namespace_list() and looking whether or not the namespace is in the list. Instead we can just call the namespace_exists() function.