rpm/yum package repos via NFS
rpm/yum package repos via NFS
Posted Feb 13, 2009 23:28 UTC (Fri) by dowdle (subscriber, #659)In reply to: A look at package repository proxies by yokem_55
Parent article: A look at package repository proxies
Another way would be just to mount things over NFS somewhere and then use file:// references in the .repo defs rather than http://. In that case the NFS mount would be used for both packages and repo metadata.
rpm/yum package repos via NFS
Posted Feb 14, 2009 0:59 UTC (Sat)
by JoeBuck (subscriber, #2330)
[Link]
I don't think that yum's locking works correctly with a shared NFS mount for the package archive. Checking yum.pid to see if the process with the lock is still alive won't work right.
Posted Feb 14, 2009 0:59 UTC (Sat) by JoeBuck (subscriber, #2330) [Link]
On the other hand, if yum commands are run in such a way that no two machines are running yum at the same time, things should be fine.