Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rgw: drop async pool create completion reference
Fixes: ceph#6444 Backport: dumpling If pool creation fails (e.g., due to -EEXIST) then we leak the completion object. Earlier we couldn't just drop the reference, as librados have already removed the internal completion object. This fix drop the completion reference even if got an error, which is now possible. Signed-off-by: Yehuda Sadeh <[email protected]>
- Loading branch information