-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
v4.4, v4.2
-
Dev Tools 2020-03-09, Dev Tools 2020-03-23
Ticket SERVER-40507 requested adding Kubernetes Persistent Volume Claims to the FTDC stats. After a long investigation, they were found to already be there.
The problem was that there was nothing in FTDC binding the ephemeral block device name for the underlying Elastic Block Store device to the filesystem seen by mongod. So there was no way for an operator to interpret the FTDC stats and see this.
So we should add the mount table to the hostInfo. This way we can gather some clue as to why a disk would be seeing the I/O stats it's reporting.
- is related to
-
SERVER-40507 Track I/O stats in diagnostic data when mongod deployed in a POD using PersistentVolumeClaim
- Closed