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

    • Icon: Technical task Technical task
    • Resolution: Fixed
    • Icon: Critical Critical
    • Lustre 2.7.0
    • Lustre 2.7.0
    • 14872

      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);
      

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

              Created:
              Updated:
              Resolved: