Project

General

Profile

« Previous | Next » 

Revision 7346

allow SM resynch to be executed any time, not just during start up.
https://redmine.dataone.org/issues/3116

View differences:

replication-configuration-include.jsp
211 211

  
212 212
</form>
213 213

  
214
<h3>Hazelcast Synchronization</h3>
215
<hr class="config-line">
216

  
217
<table border="0" cellpadding="4" cellspacing="0" width="100%" class="tablepanel">
218
	<tr>
219
		<td>
220
		<form action="<%=request.getContextPath()%>/admin" method="POST" target="bottom">
221
			<input type="hidden" name="action" value="resynchSystemMetadata"> 
222
			<input type="hidden" name="configureType" value="replication">
223
			<input type="submit" value="Resynch" target="bottom">
224
			Bring all missing System Metadata from remote hosts to this server
225
		</form>
226
		</td>
227
	</tr>
228
</table>
229

  
214 230
<br/>
215 231

  
216 232
<a

Also available in: Unified diff