node exporter does not return filesystem metrics for new added disk.
have to restart the node exporter, then the new added disk filesystem stats/metrics can be collected.
By checking the code, every time, it reads from os.Open(procFilePath("mounts")) to get the mount points. The new add disk is in the mounts file, But node exporter seems ignore it...