Hi Adam,
Thanks for the reply!
I'm not sure if you're a regular user or a MongoDB developer.
If you allow me to make a suggestion, I think the help page could be
improved a bit. For example...I'm still a bit confused because of
this snippet found on the page:
"Important : you should only issue the movePrimary command after
draining has completed - in general you should never use movePrimary
if you still have undrained sharded collection data on the primary
shard."
Since the draining has not been reported as completed, I thought this
was not my case, but you're telling me that in fact I should be
looking at the chunks data, not the status.It is also not very clear
what is the "shard0001" that is given in the example, since in my case
there was not another shard initially (I just wanted to kind of
"disconnect" my replica set from the sharding). Should I always create
another shard when draining? Am I not able to go back to the
unsharded model once I add a shard?
A direct link to the movePrimary command could also help
someone:
http://wiki.mongodb.org/display/DOCS/movePrimary+Command
Thanks again!