Skip to content

Commit 7709840

Browse files
authored
[Lustre] Fix OSS param typo (DataDog#20857)
* Fix OSS param typo * Add changelog
1 parent 10c878d commit 7709840

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lustre/changelog.d/20857.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in OSS parameter

lustre/datadog_checks/lustre/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class LustreParam:
320320
fixture='mds_mgs_export_stats.txt',
321321
),
322322
# OSS (Object Storage Server) params
323-
LustreParam(regex='ost.OSS.oss.stats', node_types=('oss',), prefix='oss', fixture='oss_ost_stats.txt'),
323+
LustreParam(regex='ost.OSS.ost.stats', node_types=('oss',), prefix='oss', fixture='oss_ost_stats.txt'),
324324
LustreParam(
325325
regex='osc.*.stats',
326326
node_types=('client',),

0 commit comments

Comments
 (0)