It was mentioning zfs accidentally.
Test-Parameters: trivial
Fixes:
a20476ca2286 ("LU-11850 obd: support the rest of "stats" with Netlink")
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Change-Id: I51334ca03dcb69c59a20e62325d2442b5ea5bac8
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59235
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
int result = -ENOMEM;
ENTRY;
- scnprintf(param, sizeof(param), "osd-zfs.%s.stats", osd_name(osd));
+ scnprintf(param, sizeof(param), "osd-ldiskfs.%s.stats", osd_name(osd));
osd->od_stats = ldebugfs_stats_alloc(LPROC_OSD_LAST, param,
osd->od_dt_dev.dd_debugfs_entry,
0);