[Gluster-devel] Toggle storage.linux-aio and volume restart
Ravishankar N
ravishankar at redhat.com
Wed Dec 9 05:09:02 UTC 2020
On 08/12/20 9:15 pm, Dmitry Antipov wrote:
> IOW if aio_configured is true, fops->readv and fops->writev should be
> set to posix_aio_readv()
> and posix_aio_writev(), respectively. But the whole picture looks like
> something in xlator
> graph silently reverts fops->readv and fops->writev back to
> posix_xxxv() defaults.
Looks like the (priv->io_uring_configured) check (I added this) which
comes after the (priv->aio_configure check) in posix_reconfigure() is
overwriting this.
-Ravi
More information about the Gluster-devel
mailing list