Need better way to identify filesystem name
- Dominant language
- C
- Stars
- 77
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
One user shared the following output:
```
/usr/sbin/cerebro-stat -m lmt_mdt
mds01: 1;mds01;2.816180;99.443103;mds-dc;27887837;217526400;742639604;761246852;1116524878;0;0;452067805;0;0;865784;0;0;4402;0;0;26225127;0;0;1170466;0;0;1105360;0;0;1660957;0;0;7832;0;0;2;0;0;8824;0;0;7981;0;0;7419;0;0;6196157;0;0;492;0;0;509;0;0;550165989;0;0;394191904;0;0;149;0;0;442;0;0;0;0;0
mds03: 1;mds03;0.349825;95.817841;mds-wan;57396060;142082048;486786200;497184424;183939442;0;0;86699346;0;0;471;0;0;30;0;0;564650;0;0;109585;0;0;30075;0;0;659897;0;0;232939;0;0;0;0;0;10557;0;0;16344;0;0;7015;0;0;5493522;0;0;48;0;0;56;0;0;1895203;0;0;192098572;0;0;132;0;0;269;0;0;0;0;0
oss19: 1;oss19;0.000000;35.634165;rack5-MDT0000;214167;214238;856668;874872;412;0;0;206;0;0;0;0;0;0;0;0;201;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;0;0;1;0;0;1;0;0;0;0;0;1537532;0;0;4;0;0;0;0;0;1;0;0;220;0;0;4;0;0;25;0;0;0;0;0
```
Note the names "mds-dc" and "mds-wan", which do not match the pattern that lmt expects.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the output from /usr/sbin/cerebro-stat -m lmt_mdt and inspect how filesystem names are identified and matched against the expected pattern. The work is done when names such as mds-dc and mds-wan are identified reliably rather than rejected by the current pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100