options: add log_compression_cpus option
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 22:45:12 +0000 (15:45 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 22:45:12 +0000 (15:45 -0700)
commitc08f9fe23b0f257f914b2d9e0e4f1117418e5da6
treee29b98bf38757e0a728825baef9d3d416086de59
parent466155e20156a886abc9ca48bb413af69e23a2db
options: add log_compression_cpus option

We generally don't want online log compression to interfere with the
IO jobs. Add an option that allows us to contain the log compression
to a specific CPU, or set of CPUs.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
cconv.c
fio.1
iolog.c
options.c
server.h
thread_options.h