From ffad09fc4135e9e4f234f15ce034ce4576b090d0 Mon Sep 17 00:00:00 2001 From: Manasvi Goyal <55101825+ManasviGoyal@users.noreply.github.com> Date: Fri, 1 Oct 2021 01:38:31 +0530 Subject: [PATCH] mgr/volumes/fs: add extra blank line Fixes: https://tracker.ceph.com/issues/51392 Signed-off-by: Manasvi Goyal --- src/pybind/mgr/volumes/fs/operations/snapshot_util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pybind/mgr/volumes/fs/operations/snapshot_util.py b/src/pybind/mgr/volumes/fs/operations/snapshot_util.py index 2223c58e5c0..c09caade0c4 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 -- 2.39.5