diff options
Diffstat (limited to 'swift/1.4.8/plugins/Glusterfs.py')
| -rw-r--r-- | swift/1.4.8/plugins/Glusterfs.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/swift/1.4.8/plugins/Glusterfs.py b/swift/1.4.8/plugins/Glusterfs.py index d5e847a8239..eb8d535dbf9 100644 --- a/swift/1.4.8/plugins/Glusterfs.py +++ b/swift/1.4.8/plugins/Glusterfs.py @@ -67,7 +67,6 @@ class Glusterfs(object):      def get_export_list_remote(self):          export_list = []          cmnd = 'ssh %s gluster volume info' % self.mount_ip -        print 'Remote'          if os.system(cmnd + ' >> /dev/null'):              raise Exception('Getting volume info failed %s, make sure to have \  | 
