diff options
Diffstat (limited to 'tools/glusterfind')
| -rwxr-xr-x | tools/glusterfind/S57glusterfind-delete-post.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/glusterfind/S57glusterfind-delete-post.py b/tools/glusterfind/S57glusterfind-delete-post.py index 9e7774a9828..fb6c222df03 100755 --- a/tools/glusterfind/S57glusterfind-delete-post.py +++ b/tools/glusterfind/S57glusterfind-delete-post.py @@ -46,6 +46,10 @@ def main():          ls_glusterfind_dir = []      for session in ls_glusterfind_dir: +        # don't blow away the keys directory +        if session == ".keys": +            continue +          # Possible session directory          volume_session_path = os.path.join(glusterfind_dir,                                             session,  | 
