Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-7029

error kernel: format at osc_page.c:600:osc_lru_del doesn't end in newline

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.8.0
    • None
    • Single Node Setup, Scientific Linux (2.6.32-431-17.1.el6.x86_x64-Lustre), 2.7.58-22-g1d40519
    • 3
    • 9223372036854775807

    Description

      The flurry of messages seen in dmesg -
      Aug 21 05:06:34 maximus kernel: format at osc_page.c:600:osc_lru_del doesn't end in newline
      Aug 21 05:06:34 maximus kernel: format at osc_page.c:600:osc_lru_del doesn't end in newline

      Culprit code:

      @@ -587,8 +596,10 @@ static void osc_lru_del(struct client_obd *cli, struct osc_
                      /* this is a great place to release more LRU pages if
                       * this osc occupies too many LRU pages and kernel is
                       * stealing one of them. */
      -               if (!memory_pressure_get())
      +               if (osc_cache_too_much(cli)) {
      +                       CDEBUG(D_CACHE, "%s: queue LRU workn", cli_name(cli));
                              (void)ptlrpcd_queue_work(cli->cl_lru_work);
      +               }
      

      Attachments

        Activity

          [LU-7029] error kernel: format at osc_page.c:600:osc_lru_del doesn't end in newline

          Patch has landed for 2.8.

          jgmitter Joseph Gmitter (Inactive) added a comment - Patch has landed for 2.8.

          Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16046/
          Subject: LU-7029 osc: fix debug log message formatting
          Project: fs/lustre-release
          Branch: master
          Current Patch Set:
          Commit: 336589a1dbd6923c26233222407bea60f57dd0e6

          gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/16046/ Subject: LU-7029 osc: fix debug log message formatting Project: fs/lustre-release Branch: master Current Patch Set: Commit: 336589a1dbd6923c26233222407bea60f57dd0e6

          Ashish Purkar (ashish.purkar@seagate.com) uploaded a new patch: http://review.whamcloud.com/16046
          Subject: LU-7029 osc: fix debug log message formatting
          Project: fs/lustre-release
          Branch: master
          Current Patch Set: 1
          Commit: 56956ac496ad6b769464f1ded9e5bb6554dd3d07

          gerrit Gerrit Updater added a comment - Ashish Purkar (ashish.purkar@seagate.com) uploaded a new patch: http://review.whamcloud.com/16046 Subject: LU-7029 osc: fix debug log message formatting Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 56956ac496ad6b769464f1ded9e5bb6554dd3d07

          People

            wc-triage WC Triage
            maximus Ashish Purkar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: