Create a new database and collection in a fresh dbpath, and fill it up. Then try to drop it - there is a file allocation exception.
Probably related to allocating the freelist namespace.
We should also check:
- hitting quota limit
- dropping an index instead of a ns
- is duplicated by
-
SERVER-3606 Dropping an index fails when quota exceeded
- Closed
-
SERVER-8989 Cannot drop db when filesystem is full
- Closed