Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-5030 "lctl {get,set}_param" should also check in /sys/fs/{lnet,lustre}
  3. LU-5330

remove deprecated full path tunable access in lustre config utils

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Fixed
    • Critical
    • Lustre 2.7.0
    • 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

          Activity

            People

              utopiabound Nathaniel Clark
              green Oleg Drokin
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: