From 463a0e42ade7afea508bb470b4e606470e21f96b Mon Sep 17 00:00:00 2001
From: Khai Do <zaro0508@gmail.com>
Date: Wed, 21 Oct 2015 10:48:10 -0700
Subject: [PATCH] Update command for a Gerrit reindex

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

Change-Id: I26bdf3ed3ab4cbcfe70ce89a36c35961850b592b
---
 doc/source/gerrit.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst
index 4262f17f2b..41afaf5c67 100644
--- a/doc/source/gerrit.rst
+++ b/doc/source/gerrit.rst
@@ -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)::