Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-14336

Fix mongodb enterprise 2.4 init script to allow multiple processes per host

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 2.4.10
    • 2.4.11
    • Packaging
    • None
    • Fully Compatible
    • Linux

    Description

      The current 2.4 versions of the init scripts do not correctly scrape the pidfile path from mongod configuration :

      PIDFILE=`awk -F= '/^dbpath\s=\s/{print $2}' "$CONFIGFILE"`

      It should look like :

      PIDFILE=`awk -F= '/^dbpath\s*=\s*/{print $2}' "$CONFIGFILE"`

      Attachments

        Issue Links

          Activity

            People

              ernie.hershey@mongodb.com Ernie Hershey
              jim.oleary@mongodb.com James O'Leary
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: