A great tool for caching a network filesystem like NFS mounts is cachefilesd! It is easy to use it and a good deal of stats…
Tag: centos 8
Create and export a GlusterFS volume with NFS-Ganesha in CentOS 8
GlusterFS built-in NFS server supports only NFS version 3. GlusterFS offers NFS exports using NFS-Ganesha, which supports NFS version 3 and 4 protocols. NFS-Ganesha server…
removing the default kernel in CentOS 8 – remove elrepo kernel
Removing the default kernel aka the loaded kernel in CentOS 8 maybe challenging because the package is protected and cannot be removed by the yum…
Set up (802.3ad LACP) bonding when installing CentOS 8
This article is to show how the user could install CentOS 8 (the steps are the same with CentOS 7) with a much complex network…
podman – Error adding network: failed to allocate for range 0: 10.88.0.46 has been allocated after server reboot
We’ve just stumbled on the following error with one of our podman CentOS 8 servers after restart: Apparently, something got wrong, because the two containers…
firewalld and podman (or docker) – no internet in the container and could not resolve host
If you happen to use CentOS 8 you have already discovered that Red Hat (i.e. CentOS) switch to podman, which is a fork of docker….
rsync daemon in CentOS 8
Apparently, the team behind the CentOS 8 decided to split the rsync functionality to two packages – one for the client-side and for the server-side,…
Install CentOS 8 over the old OS and preserve the storage partitions
Always put your root partition separate from the storage (aka data) partitions. root partition should be only for system files and nothing more! Keeping this…
Adding bonding interface to CentOS 8 – editing configuration files only
This article shows what files to add if you want to add a bonding interface under CentOS 8 without invoking the Network manager command utility….
CentOS 8 dracut-initqueue timeout and could not boot – warning /dev/disk/by-id/md-uuid- does not exist – inactive raids
Booting the CentOS 8 failed with dracut-initqueue timeout and could not boot – warning /dev/disk/by-id/md-uuid- does not exist we have an article on the subject…