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

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.11
    • Affects Version/s: 2.4.10
    • Component/s: Packaging
    • Labels:
      None
    • Fully Compatible
    • Linux

      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"`
      

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

              Created:
              Updated:
              Resolved: