Update command for a Gerrit reindex

Add threads options to the reindex command to be inline with change
Ia35a6b4ab725b6c3

Change-Id: I26bdf3ed3ab4cbcfe70ce89a36c35961850b592b
This commit is contained in:
Khai Do 2015-10-21 10:48:10 -07:00
parent ccf494ea4b
commit 463a0e42ad

View File

@ -442,7 +442,7 @@ To rename a project:
sudo su - gerrit2
cp -ax review_site/index index.backup.`date +%s`
java -jar review_site/bin/gerrit.war reindex -d /home/gerrit2/review_site
java -jar review_site/bin/gerrit.war reindex -d /home/gerrit2/review_site --threads 4
#. Move the Git repository on git{01-08}.openstack.org (while the
Lucene reindex is running)::