r113457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113456‎ | r113457 | r113458 >
Date:06:29, 9 March 2012
Author:laner
Status:new
Tags:
Comment:
Adding log info for modifying a share
Modified paths:
  • /trunk/tools/subversion/user-management/manage-volumes (modified) (history)

Diff [purge]

Index: trunk/tools/subversion/user-management/manage-volumes
@@ -135,6 +135,7 @@
136136 hosts = 'NONE'
137137 volume = project_name + '-' + volume_name
138138 self.ssh_exec_command('sudo gluster volume set ' + volume + ' auth.allow ' +hosts, True)
 139+ self.log("Modified auth.allow for: " + volume)
139140
140141 def ssh_exec_command(self, command, single=False, return_stdout=False):
141142 if single:

Status & tagging log