Skip to content

Commit

Permalink
lxd/storage/drivers/ceph: Update UnmountVolumeSnapshot docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
  • Loading branch information
roosterfish committed Feb 1, 2024
1 parent 90cd615 commit 40b674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxd/storage/drivers/driver_ceph_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ func (d *ceph) MountVolumeSnapshot(snapVol Volume, op *operations.Operation) err
return nil
}

// UnmountVolume simulates unmounting a volume snapshot.
// UnmountVolumeSnapshot simulates unmounting a volume snapshot.
func (d *ceph) UnmountVolumeSnapshot(snapVol Volume, op *operations.Operation) (bool, error) {
unlock, err := snapVol.MountLock()
if err != nil {
Expand Down

0 comments on commit 40b674b

Please sign in to comment.