diff options
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py')
-rwxr-xr-x | src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py index b41e3d65..26c654da 100755 --- a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py +++ b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py @@ -49,6 +49,7 @@ def main(): rv = Utils.runCommand(["grun.py", serverFile, "delete_volume_cifs.py", volumeName]) if rv == 0: if not removeVolumeCifsConf(volumeName): + sys.stderr.write("Failed to remove volume and user-list in cifs volume configuration\n") sys.exit(11) sys.exit(rv) |