Deleting a node with a subtree in a Zookeeper is pretty easy and it could be done even with the Zookeeper cli from the command-line….
Delete the zookeeper logs and snapshot with FileTxnSnapLog from the command-line
The new version of zookeeper has the ability to auto-purge the logs and snapshots (if autopurge.snapRetainCount and autopurge.purgeInterval are enabled in the configuration), but if…
Easy install the latest docker-compose with pip3 under Ubuntu
At present, the latest docker-compose version, which could be installed under Ubuntu 18, 20, and 21 is the 1.25 and 1.27 versions. There may be…
Unable to continue upgrading an old cacti 0.8.8 to the latest version 1.2.18
Upgrading an old instance of cacti monitoring software may become a challenge, because of multiple new recommendations and requirements for the latest version 1.2.x. There…
Transfer only a list of files with rsync
Transferring a list of files from one server to another maybe not so easy as it looks like, if the list consists of files with…
alter table error 1215 (HY000): Cannot add foreign key constraint
Adding a foreign key may result in the following error: This error can occur because in couple of cases and it is not very informative,…
Caching NFS files with cachefilesd
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…
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…
Gentoo emerge virtualbox- Mesa / GLU: Mesa not found at, Mesa headers not found
Emerging the package app-emulation/virtualbox the following error occurs: The configure script reports the mesa is missing, but the package media-libs/mesa is installed. Reinstalling does not…
glusterfs with localhost (127.0.0.1) nodes on different servers – glusterfs volume with 3 replicas
Binding the GlusterFS nodes on a physical interface may lead to local availability problems even for replication nodes. Bringing down the physical interface will bring…