X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=41b959d176dd2f3a52b6db81d76ac67adebe9f6e;hb=f2d6de5d997b039cebac9c34912871baa5e12d49;hp=812440648815d97af8f89b40a20efc35695b967a;hpb=a15abb450459195ce72d515dc564f07f7726bf5f;p=fio.git diff --git a/HOWTO b/HOWTO index 81244064..41b959d1 100644 --- a/HOWTO +++ b/HOWTO @@ -1998,6 +1998,8 @@ I/O engine requests for IME. FIO will then decide when to commit these requests. **libiscsi** Read and write iscsi lun with libiscsi. + **nbd** + Read and write a Network Block Device (NBD). I/O engine specific parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -2299,6 +2301,15 @@ with the caveat that when used on the command line, they must come after the turns on verbose logging from libcurl, 2 additionally enables HTTP IO tracing. Default is **0** +.. option:: uri=str : [nbd] + + Specify the NBD URI of the server to test. The string + is a standard NBD URI + (see https://github.com/NetworkBlockDevice/nbd/tree/master/doc). + Example URIs: nbd://localhost:10809 + nbd+unix:///?socket=/tmp/socket + nbds://tlshost/exportname + I/O depth ~~~~~~~~~