Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/command/fsync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ To unlock a server of cluster, use the :dbcommand:`fsyncUnlock` command:

.. code-block:: javascript

db.adminCommnad( { fsyncUnlock: 1 } )
db.adminCommand( { fsyncUnlock: 1 } )

Repeat this command as many times as needed to reduce the lock count to zero.
Once the lock count reaches zero, the server or cluster can resume writes.
Expand Down