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

test-framework making ldiskfs specific calls without checking for zfs

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.5.0
    • Lustre 2.5.0
    • 3
    • 9568

    Description

      As seen from a review-zfs run

      This is the tail end of check_and_setup_lustre

      23:13:45:CMD: wtm-10vm2.rosso.whamcloud.com lctl dl | grep ' IN osc ' 2>/dev/null | wc -l
      23:13:45:disable quota as required
      23:13:45:CMD: wtm-10vm7,wtm-10vm8 /usr/sbin/lctl set_param 				 osd-ldiskfs.track_declares_assert=1 || true
      23:13:45:wtm-10vm7: error: set_param: /proc/{fs,sys}/{lnet,lustre}/osd-ldiskfs/track_declares_assert: Found no match
      23:13:45:wtm-10vm8: error: set_param: /proc/{fs,sys}/{lnet,lustre}/osd-ldiskfs/track_declares_assert: Found no match
      23:13:45:
      23:13:46:== runtests test 1: All Runtests == 23:13:45 (1375337625)
      23:13:46:touching /mnt/lustre at Wed Jul 31 23:13:45 PDT 2013
      

      from check_and_setup_lustre

              if [ $(lower $OSD_TRACK_DECLARES_LBUG) == 'yes' ] ; then
                      local facets="$(get_facets OST),$(get_facets MDS),mgs"
                      local nodes="$(facets_hosts ${facets})"
                      if [ -n "$nodes" ] ; then
                              do_nodes $nodes "$LCTL set_param \
                                       osd-ldiskfs.track_declares_assert=1 || true"
                      fi
              fi
      
      

      osd-ldiskfs only works on ldiskfs based systems.

      Attachments

        Activity

          People

            bfaccini Bruno Faccini (Inactive)
            keith Keith Mannthey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: