There was an error while loading. Please reload this page.
fsid
1 parent c782c55 commit 1156e24Copy full SHA for 1156e24
1 file changed
TrafficShaping.proto
@@ -34,8 +34,7 @@ message IoStatEntry {
34
uint64 total_read_ops = 7;
35
uint64 total_write_ops = 8;
36
37
- // Optional EOS filesystem id. 0 means aggregate / legacy reporting.
38
- uint64 fsid = 9;
+ uint32 fsid = 9;
39
}
40
41
// The heartbeat message sent every 1 second by every Storage Node.
@@ -97,8 +96,7 @@ message DetailedRateEntry {
97
96
string app_name = 2;
98
uint32 uid = 3;
99
uint32 gid = 4;
100
- // EOS filesystem id. 0 means aggregate / legacy reporting.
101
- uint64 fsid = 5;
+ uint32 fsid = 5;
102
repeated RateStats stats = 6;
103
104
0 commit comments