Alan discovered that we can deal with a stale nfs file handle on zeus by using the following command:
umount -l directory
This performs a lazy unmount, which cleans up references to a filesystem after detaching it.
Alan discovered that we can deal with a stale nfs file handle on zeus by using the following command:
umount -l directory
This performs a lazy unmount, which cleans up references to a filesystem after detaching it.
The rpm package “file” conflicted with the dependencies for httpd on all the nodes except neuron-0-24, which had been recently re-installed. I ran yum clean metadata and was able to get the other nodes to update correctly.