Details
-
Technical task
-
Resolution: Fixed
-
Critical
-
Lustre 2.7.0
-
14872
Description
lustre/utils/lustre_cfg.c::lprocfs_param_pattern has this warning that needs to be taken care of now:
if (!warned) {
fprintf(stderr, "%s: specifying parameters via "
"full paths is deprecated.\n", cmd);
#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 6, 51, 0)
#warning "remove deprecated full path tunable access"
#endif
warned = 1;
}
snprintf(buf, buf_size, "%s", path);
Attachments
Issue Links
- is related to
-
LU-5030 "lctl {get,set}_param" should also check in /sys/fs/{lnet,lustre}
-
- Resolved
-