'Boot Up with ZFS Warning Messages

I am using CentOS 7 and when I boot up my system, I am getting the following warning messages:-

kmdracut-pre-udev[233]: libkmod: kmod_config_parse: /etc/modprobe.d/zfs.conf line 1: ignoring bad line starting with 'zfs_prefetch_disable=1'
kmdracut-pre-udev[233]: libkmod: kmod_config_parse: /etc/modprobe.d/zfs.conf line 1: ignoring bad line starting with 'zfs_nocacheflush=1'

I have edited the file /etc/modprobe.d/zfs.conf by commenting all the statements in the file but I still could not resolved the issue.

/etc/modprobe.d/zfs.conf
# options zfs_prefetch_disable=1
# options zfs_nocacheflush=1

May I know if there are any ways to fix it? Thank you.

Regards, Alvin



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source