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

Remove "Found index ..., updating log" message

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Duplicate
    • Minor
    • None
    • Lustre 2.4.0
    • 5542

    Description

      What is the purpose of this message?

      2012-11-13 09:54:48 Lustre: Found index 0 for lstest-MDT0000, updating log
      

      I believe it's generated here:

      3009         if (rc == EALREADY) {                                                   
      3010                 LCONSOLE_WARN("Found index %d for %s, updating log\n",          
      3011                               mti->mti_stripe_index, mti->mti_svname);                    
      3012                 /* We would like to mark old log sections as invalid            
      3013                    and add new log sections in the client and mdt logs.         
      3014                    But if we add new sections, then live clients will           
      3015                    get repeat setup instructions for already running            
      3016                    osc's. So don't update the client/mdt logs. */               
      3017                 mti->mti_flags &= ~LDD_F_UPDATE;                                
      3018         }  
      

      I don't see it serving a useful purpose to a administrator, so lets remove it.

      Attachments

        Activity

          People

            bzzz Alex Zhuravlev
            prakash Prakash Surya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: