$notices[]=sprintf(gettext("Mirror %s status changed from %s to %s."),$mirror,$previous_mirror_status[$mirror]['status'],$mirror_status[$mirror]['status']);
$notices[]=sprintf(gettext("Mirror %s consumer count changed from %d to %d."),$mirror,count($previous_mirror_status[$mirror]['components']),count($mirror_status[$mirror]['components']));
<?=gettext("The options on this page are intended for use by advanced users only. This page is for managing existing mirrors, not creating new mirrors.")?>
<br/><ahref="diag_gmirror.php?action=clear&consumer=<?PHPechohtmlspecialchars($consumer['name']);?>">[<?PHPechogettext("Remove metadata from disk");?>]</a>
<br/><?PHPechogettext("Consumers may only be added to a mirror if they are larger than the size of the mirror.");?>
</td>
</tr>
<tr>
<tdcolspan="2"valign="top"class=""> </td>
</tr>
<tr>
<tdcolspan="2"valign="top"class=""><?PHPechogettext("To repair a failed mirror, first perform a 'Forget' command on the mirror, followed by an 'insert' action on the new consumer.");?></td>