Skip to content

Commit 1156e24

Browse files
committed
COMMON/FST: Traffic Shaping fsid set to 32-bit unsigned integer as set in EOS
1 parent c782c55 commit 1156e24

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

TrafficShaping.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ message IoStatEntry {
3434
uint64 total_read_ops = 7;
3535
uint64 total_write_ops = 8;
3636

37-
// Optional EOS filesystem id. 0 means aggregate / legacy reporting.
38-
uint64 fsid = 9;
37+
uint32 fsid = 9;
3938
}
4039

4140
// The heartbeat message sent every 1 second by every Storage Node.
@@ -97,8 +96,7 @@ message DetailedRateEntry {
9796
string app_name = 2;
9897
uint32 uid = 3;
9998
uint32 gid = 4;
100-
// EOS filesystem id. 0 means aggregate / legacy reporting.
101-
uint64 fsid = 5;
99+
uint32 fsid = 5;
102100
repeated RateStats stats = 6;
103101
}
104102

0 commit comments

Comments
 (0)