Re: [Nbd] [PATCH] nbd: add FUA op support

2017-05-30 Thread Jens Axboe
On 05/25/2017 09:55 PM, Shaun McDowell wrote: > NBD userland client and server have FUA (forced unit access) support > and flags defined. Make NBD kernel module recognize NBD_FLAG_SEND_FUA, > enable FUA on the queue, and forward FUA requests to the server. Queued up for 4.13, thanks. -- Jens

Re: [Nbd] [PATCH] nbd: add FUA op support

2017-05-30 Thread Josef Bacik
On Thu, May 25, 2017 at 11:55:54PM -0400, Shaun McDowell wrote: > NBD userland client and server have FUA (forced unit access) support > and flags defined. Make NBD kernel module recognize NBD_FLAG_SEND_FUA, > enable FUA on the queue, and forward FUA requests to the server. > > Signed-off-by: