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

Creating a database with slash in it causes 'file allocation failure'

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.5.2
    • Affects Version/s: 1.4.2
    • Component/s: Stability
    • Labels:
      None
    • Environment:
      MongoDB 1.4.2 CentOS 5.4

      MongoDB shell version: 1.4.2
      url: test
      connecting to: test
      type "help" for help
      > use foo/bar
      switched to db foo/bar
      > db.foo.save({bar:1})
      file allocation failure
      

      That puts the server in a state where all new databases gives 'file allocation failure':

      > use test
      switched to db test
      > db.foo.save({bar:1})
      > use foo
      switched to db foo
      > db.foo.save({bar:1})
      file allocation failure
      

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            serbaut Joakim Sernbrant
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: