Details
Description
In both 3.4 and 3.6 (on mmap and wiredTiger) shell helpers getPagesInRAM and getDiskStorageStats call storageDetails command which gives an error:
db.test.getPagesInRAM()
|
error executing storageDetails command: no such command: 'storageDetails', bad cmd: '{ storageDetails: "test", analyze: "pagesInRAM" }'
|
db.test.getDiskStorageStats()
|
error executing storageDetails command: no such command: 'storageDetails', bad cmd: '{ storageDetails: "test", analyze: "diskStorage" }'
|
These shell helpers should have been removed when the command was removed. We still have references to it in permissions, but the command seems to be gone.