Client
- Uninstall the packages in the /home/rpm directory of each client.
1 2
cd /home/rpm yum remove $(ll | cut -d ":" -f 2 | cut -d " " -f 2 | grep .rpm | sed 's/.rpm//g')
If /home/rpm is not installed on the node, run the yum remove ceph command.
- Uninstall the ceph-adaptor RPM package.
1 2
rpm -e boostkit-globalcache-ceph-adaptor-1.3.15-1 rm -rf /opt/gcache
Parent topic: Uninstalling Global Cache