Modify ↓
Ticket #536 (closed enhancement: fixed)
option to disable fam
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
I'd like to store my bcfg2 repository on a NAS via NFS. Fam doesn't seem to work very well on NFS. I keep having to restart bcfg2-server after it stops talking to clients when I store the repo on NFS.
Do you have any recommendations for how to disable fam?
Attachments
Change History
comment:2 Changed 15 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to Bcfg2 0.9.6 Release
James Yang added this capability in [bd8efd295e7e28c8d8b6c76f818087ee27e7e23b] (SVN r4875) through the use of a psuedo fam monitor.
comment:3 Changed 15 years ago by dclark
- Status changed from closed to reopened
- Resolution fixed deleted
So you have this working? If so, how?
See also ticket:611
comment:4 Changed 15 years ago by desai
- Status changed from reopened to closed
- Resolution set to fixed
This is fixed in [2d772485a34d9076ed60e0e591346cd2d01fb46f] (SVN r4973)
Note: See
TracTickets for help on using
tickets.
We can implement a pseudo-fam driver that does a single inventory of the filesystem and then never produces more events. Which FAM driver are you using, gamin or fam? and if so, have you configured it to poll? That might help. Also, when your server process gets stuck, can you strace it to see what it is doing? thanks..