]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/volumes/fs: add extra blank line 43375/head
authorManasvi Goyal <55101825+ManasviGoyal@users.noreply.github.com>
Thu, 30 Sep 2021 20:08:31 +0000 (01:38 +0530)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 20:08:31 +0000 (01:38 +0530)
Fixes: https://tracker.ceph.com/issues/51392
Signed-off-by: Manasvi Goyal <mg.manasvi@gmail.com>
src/pybind/mgr/volumes/fs/operations/snapshot_util.py

index 2223c58e5c00088f770b8dcfe24e92a248bf080b..c09caade0c413d3ff3af9bbbe38b682ec9218e6e 100644 (file)
@@ -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