-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.4.4, 3.5.9
-
Component/s: Shell
-
Fully Compatible
-
ALL
-
Platforms 2017-10-23, Platforms 2017-11-13, Platforms 2017-12-04
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.