<slide>
<title>Acquiring the balancer lock</title>

<image filename="acquire-lock.png"/>

<list>
    <bullet>The balancer on mongos takes out a "balancer" lock</bullet>
    <bullet>
		To see the status of this lock:
		<list>
			<bullet>%use config%</bullet>
			<bullet>%db.locks.find({ _id: "balancer" })%</bullet>
		</list>
	</bullet>
</list>
</slide>
