Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
mongodb-2.2
-
None
Description
Below link points to the doc for rs.conf() and rs.reconfig() parameter "buildIndex":
http://docs.mongodb.org/manual/reference/replica-configuration/#members[n].buildIndexes
While most rs parameters can be changed for existing members, buildIndex must be specified when adding new member. Otherwise it fails with:
{
|
"errmsg" : "exception: buildIndexes may not change for members",
|
"code" : 13476,
|
"ok" : 0
|
}
|
This should be mentioned in the docs.