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

lfs: using old ioctl(LL_IOC_LOV_GETSTRIPE), use llapi_layout_get_by_path()

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      The first time "lfs setstripe" is used after mount, there is always a message printed on the console:

      Lustre: lfs: using old ioctl(LL_IOC_LOV_GETSTRIPE) on [0x200000402:0x2:0x0], use llapi_layout_get_by_path()
      

      We shouldn't be using an old interface that prints a warning message for a standard command.

      I haven't totally tracked down the callpath(s) that generate this message, but it is probably from the ll_file_getstripe() at the end of ll_lov_setstripe().

      It may be enough to not print the message if size != 0, and pass the size of the ioctl buffer by getting it via _IOC_SIZE(cmd) when LL_IOC_LOV_GETSTRIPE_NEW is called, and start using LL_IOC_LOV_GETSTRIPE_NEW from lfs.c?

      Attachments

        Issue Links

          Activity

            [LU-14316] lfs: using old ioctl(LL_IOC_LOV_GETSTRIPE), use llapi_layout_get_by_path()

            "Andreas Dilger <adilger@whamcloud.com>" uploaded a new patch: https://review.whamcloud.com/47053
            Subject: LU-14316 llite: rename LL_IOC_LOV_GET,SETSTRIPE ioctls
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: cb2722a5cc36bf813aa9206a9e29a9cdce9e774f

            gerrit Gerrit Updater added a comment - "Andreas Dilger <adilger@whamcloud.com>" uploaded a new patch: https://review.whamcloud.com/47053 Subject: LU-14316 llite: rename LL_IOC_LOV_GET,SETSTRIPE ioctls Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: cb2722a5cc36bf813aa9206a9e29a9cdce9e774f

            Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/43103/
            Subject: LU-14316 llite: quiet spurious ioctl warning
            Project: fs/lustre-release
            Branch: b2_12
            Current Patch Set:
            Commit: 4512bbc4567d9082a01db5d6a2e651054e086260

            gerrit Gerrit Updater added a comment - Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/43103/ Subject: LU-14316 llite: quiet spurious ioctl warning Project: fs/lustre-release Branch: b2_12 Current Patch Set: Commit: 4512bbc4567d9082a01db5d6a2e651054e086260

            Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: https://review.whamcloud.com/43103
            Subject: LU-14316 llite: quiet spurious ioctl warning
            Project: fs/lustre-release
            Branch: b2_12
            Current Patch Set: 1
            Commit: 2e1b067db71b3d75b635e988592b67b4835b3f2a

            gerrit Gerrit Updater added a comment - Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: https://review.whamcloud.com/43103 Subject: LU-14316 llite: quiet spurious ioctl warning Project: fs/lustre-release Branch: b2_12 Current Patch Set: 1 Commit: 2e1b067db71b3d75b635e988592b67b4835b3f2a

            Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/41427/
            Subject: LU-14316 llite: quiet spurious ioctl warning
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: c6f65d8af116476d4fa62604a90b2e0d657b29b2

            gerrit Gerrit Updater added a comment - Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/41427/ Subject: LU-14316 llite: quiet spurious ioctl warning Project: fs/lustre-release Branch: master Current Patch Set: Commit: c6f65d8af116476d4fa62604a90b2e0d657b29b2

            Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/41427
            Subject: LU-14316 llite: quiet spurious ioctl warning
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: fb9acd3f3598f84550f66efd2b4f38643bc5ca4e

            gerrit Gerrit Updater added a comment - Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/41427 Subject: LU-14316 llite: quiet spurious ioctl warning Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: fb9acd3f3598f84550f66efd2b4f38643bc5ca4e
            gerrit Gerrit Updater added a comment - - edited

            Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/41400
            Subject: LU-14316 llite: quiet spurious ioctl warning
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 0d61d6e47cb36e1a245f432090258709f067de90

            gerrit Gerrit Updater added a comment - - edited Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/41400 Subject: LU-14316 llite: quiet spurious ioctl warning Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 0d61d6e47cb36e1a245f432090258709f067de90

            People

              wc-triage WC Triage
              adilger Andreas Dilger
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: