Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: remove unneeded
updateSnapshotDetails()
function
`updateSnapshotDetails()` just calls `getImageInfo()` on an `rbdVolume` created from the `rbdSnapshot`. `getImageInfo()` is a function of the base `rbdImage` struct, so there really is no need for this indirection. Signed-off-by: Niels de Vos <[email protected]>
- Loading branch information