Index: trunk/tools/subversion/user-management/manage-volumes |
— | — | @@ -135,6 +135,7 @@ |
136 | 136 | hosts = 'NONE' |
137 | 137 | volume = project_name + '-' + volume_name |
138 | 138 | self.ssh_exec_command('sudo gluster volume set ' + volume + ' auth.allow ' +hosts, True) |
| 139 | + self.log("Modified auth.allow for: " + volume) |
139 | 140 | |
140 | 141 | def ssh_exec_command(self, command, single=False, return_stdout=False): |
141 | 142 | if single: |