Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4194

Warning on the fsyncLock / Unlock steps in the backup page

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.13
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      Page: http://docs.mongodb.org/manual/tutorial/backup-with-filesystem-snapshots/#create-backups-on-instances-that-do-not-have-journaling-enabled

      This page should contain a warning message highlighting following two facts:

      • The fsyncLock / fsyncUnlock should happen on the same connection for safety else is susceptible to locking out the mongod instance that may need restart
      • An termination of connection once fsyncLock has been done, does not imply automatic fsyncUnlock and can lead to a locked out mongod instance. The application performing fsyncLock over a specific connection should ideally handle any error condition and perform an fsyncUnlock appropriately.

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            anil.kumar Anil Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 28 weeks ago