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

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            James O'Leary
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: