rpcbind.socket will not start with IPv6 disabled and as a result storage pool may not be online once the Hyperscale node is rebooted.
Before You Begin
If IPv6 was already enabled as described in Enabling IPv6 Communication on HyperScale Nodes, make sure to revert the changes to the ifcfg-* files.
Procedure
-
Add the following entry in
/etc/sysctl.conffile.net.ipv6.conf.all.disable_ipv6 = 1 -
Rebuild the initial ramdisk image ( initrd or initramfs) using the following command to incorporate the changes made to
/etc/sysctl.confinto the initramfs.dracut -v -f -
Edit the
/etc/hostsfile and remove lines containing::1. -
Reboot the node.
You will see the rpcbind.socket running with IPV6 in disabled state.
-
Repeat these steps on the other nodes in the storage pool.