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

Improve IO performance when using DIRECT IO using libaio

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • Lustre 2.14.0
    • Lustre 2.4.1
    • Seen in two environments. AWS cloud (Robert R.) and a dual-OSS setup (3 SSD per OST) over 2x10 GbE.
    • 3
    • 11385

    Description

      Attached to this Jira are some numbers from the direct IO tests. Write operations only.

      It was noticed that setting RPCs in flight to 256 in these tests gives poorer performance. max rpc here is set to 32.

      • A sample FIO output:
        fio.4k.write.1.23499: (g=0): rw=write, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=1
        fio-2.1.2
        Starting 1 process
        fio.4k.write.1.23499: Laying out IO file(s) (1 file(s) / 10MB)
        
        fio.4k.write.1.23499: (groupid=0, jobs=1): err= 0: pid=10709: Fri Nov  1 11:47:29 2013
          write: io=10240KB, bw=2619.7KB/s, iops=654, runt=  3909msec
            clat (usec): min=579, max=5283, avg=1520.43, stdev=1216.20
             lat (usec): min=580, max=5299, avg=1521.37, stdev=1216.22
            clat percentiles (usec):
             |  1.00th=[  604],  5.00th=[  652], 10.00th=[  668], 20.00th=[  708],
             | 30.00th=[  732], 40.00th=[  756], 50.00th=[  796], 60.00th=[  844],
             | 70.00th=[ 1320], 80.00th=[ 3440], 90.00th=[ 3568], 95.00th=[ 3632],
             | 99.00th=[ 3824], 99.50th=[ 5024], 99.90th=[ 5216], 99.95th=[ 5280],
             | 99.99th=[ 5280]
            bw (KB  /s): min= 1224, max= 4366, per=97.64%, avg=2557.14, stdev=1375.64
            lat (usec) : 750=37.50%, 1000=30.12%
            lat (msec) : 2=5.00%, 4=26.76%, 10=0.62%
          cpu          : usr=0.92%, sys=8.70%, ctx=2562, majf=0, minf=25
          IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
             submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
             complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
             issued    : total=r=0/w=2560/d=0, short=r=0/w=0/d=0
        
        Run status group 0 (all jobs):
          WRITE: io=10240KB, aggrb=2619KB/s, minb=2619KB/s, maxb=2619KB/s, mint=3909msec, maxt=3909msec
        

      Attachments

        1. fio.direct.xls
          13 kB
        2. JinshanPatchesTesting.xlsx
          141 kB
        3. LU-4198.png
          LU-4198.png
          129 kB
        4. vvp_io.c.dio_i_size.patch
          2 kB

        Issue Links

          Activity

            [LU-4198] Improve IO performance when using DIRECT IO using libaio

            Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/32416/
            Subject: LU-4198 clio: AIO support for direct IO
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: d1dded6e28473d889a9b24b47cbc804f90dd2956

            gerrit Gerrit Updater added a comment - Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/32416/ Subject: LU-4198 clio: AIO support for direct IO Project: fs/lustre-release Branch: master Current Patch Set: Commit: d1dded6e28473d889a9b24b47cbc804f90dd2956

            Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/8201/
            Subject: LU-4198 clio: turn on lockless for some kind of IO
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 6bce536725efd166d2772f13fe954f271f9c53b8

            gerrit Gerrit Updater added a comment - Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/8201/ Subject: LU-4198 clio: turn on lockless for some kind of IO Project: fs/lustre-release Branch: master Current Patch Set: Commit: 6bce536725efd166d2772f13fe954f271f9c53b8

            Wang Shilong (wshilong@ddn.com) uploaded a new patch: https://review.whamcloud.com/34774
            Subject: LU-4198 llite: transient page simplification
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 704390928ce55173d2b2fca0e0fe244907d750b2

            gerrit Gerrit Updater added a comment - Wang Shilong (wshilong@ddn.com) uploaded a new patch: https://review.whamcloud.com/34774 Subject: LU-4198 llite: transient page simplification Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 704390928ce55173d2b2fca0e0fe244907d750b2

            Here is test resutls of patch https://review.whamcloud.com/32416
            LU-4198.png

            Client
            2 x E5-2650v4@2.20GHz, 128GB memory, 1 x EDR
            OSS/MDS
            DDN AI200(2xOSS/MDS, 20 x NVMe, 1 x EDR, master branch)

            Without patch, we only get 80K IOPS at 4k random read with DIO even increased number of threads. Here is fio parameters.

            [randread]
            ioengine=sync
            ;ioengine=libaio
            rw=randread
            blocksize=4096
            iodepth=32
            direct=1
            size=1g
            runtime=120
            numjobs=128
            group_reporting
            directory=/cache0/fio.out
            filename_format=f.$jobnum.$filenum
            

            With aio patch https://review.whamcloud.com/32416, it could readch more than 600K IOPS per an client.
            patch helps not only supporting libaio on Lustre, but also benchmark (e.g. we only very small number of clients to satulate storage IOPS) and libaio supoprted applications. (e.g. database, virtual machine enviorment).
            One thing I need to inform here, but patch worked well only at less number of max_rpcs_in_flight. For instance, max_rpcs_in_flight=1 was scaling very well so far, but max_rpcs_in_flight=256 was problematic and didn't scale anything.

            sihara Shuichi Ihara added a comment - Here is test resutls of patch https://review.whamcloud.com/32416 LU-4198.png Client 2 x E5-2650v4@2.20GHz, 128GB memory, 1 x EDR OSS/MDS DDN AI200(2xOSS/MDS, 20 x NVMe, 1 x EDR, master branch) Without patch, we only get 80K IOPS at 4k random read with DIO even increased number of threads. Here is fio parameters. [randread] ioengine=sync ;ioengine=libaio rw=randread blocksize=4096 iodepth=32 direct=1 size=1g runtime=120 numjobs=128 group_reporting directory=/cache0/fio.out filename_format=f.$jobnum.$filenum With aio patch https://review.whamcloud.com/32416 , it could readch more than 600K IOPS per an client. patch helps not only supporting libaio on Lustre, but also benchmark (e.g. we only very small number of clients to satulate storage IOPS) and libaio supoprted applications. (e.g. database, virtual machine enviorment). One thing I need to inform here, but patch worked well only at less number of max_rpcs_in_flight. For instance, max_rpcs_in_flight=1 was scaling very well so far, but max_rpcs_in_flight=256 was problematic and didn't scale anything.

            Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32417
            Subject: LU-4198 llite: no lock match for lockess I/O
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: e1c1366b1bd0129cd5276693da8cb1f895db3594

            gerrit Gerrit Updater added a comment - Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32417 Subject: LU-4198 llite: no lock match for lockess I/O Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: e1c1366b1bd0129cd5276693da8cb1f895db3594

            Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32416
            Subject: LU-4198 clio: AIO support for direct IO
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 8c480ce9300ad4e4f23f5fac4e5a3c2d038017c7

            gerrit Gerrit Updater added a comment - Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32416 Subject: LU-4198 clio: AIO support for direct IO Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 8c480ce9300ad4e4f23f5fac4e5a3c2d038017c7

            Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32415
            Subject: LU-4198 clio: turn on parallel mode for some kind of IO
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 5afe155acdeaf5fefc230d43d23936f03e0e447b

            gerrit Gerrit Updater added a comment - Jinshan Xiong (jinshan.xiong@gmail.com) uploaded a new patch: https://review.whamcloud.com/32415 Subject: LU-4198 clio: turn on parallel mode for some kind of IO Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 5afe155acdeaf5fefc230d43d23936f03e0e447b

            This work is still useful so probably we should keep this ticket open.

            jay Jinshan Xiong (Inactive) added a comment - This work is still useful so probably we should keep this ticket open.

            Jinshan,

            Attached patch is a suggestion for fixing the need for size glimpsing for dio reads. Not 100% sure it's safe, but some local testing suggests it's OK. (Diff was a little big to drop in gerrit)

            paf Patrick Farrell (Inactive) added a comment - Jinshan, Attached patch is a suggestion for fixing the need for size glimpsing for dio reads. Not 100% sure it's safe, but some local testing suggests it's OK. (Diff was a little big to drop in gerrit)

            LU-247 is pretty old and probably no one has time to update it... But it could be very useful (with this) for improving < page size write performance.

            paf Patrick Farrell (Inactive) added a comment - - edited LU-247 is pretty old and probably no one has time to update it... But it could be very useful (with this) for improving < page size write performance.

            Patch is still in flight. (Hope this is OK.)

            paf Patrick Farrell (Inactive) added a comment - Patch is still in flight. (Hope this is OK.)

            People

              bobijam Zhenyu Xu
              brett Brett Lee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              25 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: