Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rbd: do not return an error when deleting a non-existing image
Deleting an image that has been already remove, should not be reported as a failure. This improves the idempotency of the `rbdImage.Delete()` function, making it easier for callers to detect real errors. Signed-off-by: Niels de Vos <[email protected]>
- Loading branch information