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

setParameter command results not complete

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • None
    • None
    • ALL

    Description

      when I run setParameter to set two parameters, the result only shows previous value for one of the parameters.

      7> db.getSiblingDB('admin').runCommand( { setParameter: 1, sslMode: "preferSSL", clusterAuthMode: "sendX509" } )
      { "was" : "allowSSL", "ok" : 1 }

      However, both are actually set as verified by getParameter command:

      8> db.getSiblingDB('admin').runCommand( { getParameter: 1, sslMode: 1, clusterAuthMode:1} )
      { "clusterAuthMode" : "sendX509", "sslMode" : "preferSSL", "ok" : 1 }

      Attachments

        Activity

          People

            Unassigned Unassigned
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: