-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.5.4
-
Component/s: Replication, Security, Sharding
-
None
Right now the shell helpers for user management use a default write concern of "majority". This becomes a problem, however, when managing users on master/slave deployments or on config servers, as w:'majority' does not work or have any reasonable meaning in those setups.
We need a write concern mode that means "majority" on replica sets and something sane on master/slave, standalone, mongos, and config servers so that we can use that for user management.
- related to
-
SERVER-11669 Swallow "norepl" errors in the shell helpers for user and role management
- Closed
-
SERVER-10266 Support GLE with w:majority in master/slave
- Closed
-
SERVER-11959 Support GLE with w:majority on config servers
- Closed