Skip to content

Commit

Permalink
DOCS-3815: edits for organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Aug 25, 2014
1 parent 08cfe35 commit 9a619f7
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,21 @@ journal, and logs onto different storage devices, based on your application's
access and write pattern.

.. note::

This will affect your ability to create snapshot-style backups of
your data, since the files will be on different devices and volumes.

.. _virtualized-disks-scheduling:

Scheduling for Virtual Devices
``````````````````````````````

Local block devices attached to virtual machine instances via the
hypervisor should use a *noop* scheduler for best performance. The
*noop* scheduler allows the operating system to defer I/O scheduling to
the underlying hypervisor.


Architecture
------------

Expand Down Expand Up @@ -366,12 +378,7 @@ MongoDB on Virtual Environments
The section describes considerations when running MongoDB in some of the
more common virtual environments.

.. note::

Local block devices attached to virtual machine instances via the
hypervisor should use a *noop* scheduler for best performance. The
*noop* scheduler allows the operating system to defer I/O scheduling to
the underlying hypervisor.
For all platforms, consider :ref:`virtualized-disks-scheduling`.

EC2
```
Expand Down

0 comments on commit 9a619f7

Please sign in to comment.