From: Manasvi Goyal <55101825+ManasviGoyal@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:08:31 +0000 (+0530) Subject: mgr/volumes/fs: add extra blank line X-Git-Tag: v17.1.0~762^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffad09fc4135e9e4f234f15ce034ce4576b090d0;p=ceph.git mgr/volumes/fs: add extra blank line Fixes: https://tracker.ceph.com/issues/51392 Signed-off-by: Manasvi Goyal --- diff --git a/src/pybind/mgr/volumes/fs/operations/snapshot_util.py b/src/pybind/mgr/volumes/fs/operations/snapshot_util.py index 2223c58e5c00..c09caade0c41 100644 --- a/src/pybind/mgr/volumes/fs/operations/snapshot_util.py +++ b/src/pybind/mgr/volumes/fs/operations/snapshot_util.py @@ -5,6 +5,7 @@ import cephfs from ..exception import VolumeException + def mksnap(fs, snappath): """ Create a snapshot, or do nothing if it already exists. @@ -17,6 +18,7 @@ def mksnap(fs, snappath): except cephfs.Error as e: raise VolumeException(-e.args[0], e.args[1]) + def rmsnap(fs, snappath): """ Remove a snapshot