Bug 485314
Summary: | cachefilesd spins in tight loop trying to cull empty cache | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Kevin Graham <kgraham> | |
Component: | cachefilesd | Assignee: | David Howells <dhowells> | |
Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 5.2 | CC: | caslivkoff, igeorgex, jbainbri, kgraham, redhat | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1109640 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-03 12:49:41 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1109640, 1301733, 1301734, 1356085 |
Description
Kevin Graham
2009-02-12 20:08:09 UTC
I've seen this behaviour in the past too, but did not get around to report it. Now it's back on this Fedora18 installation: $ grep ^[a-z] /etc/cachefilesd.conf dir /var/cache/fscache tag mycache brun 10% bcull 7% bstop 3% frun 10% fcull 7% fstop 3% secctx system_u:system_r:cachefiles_kernel_t:s0 $ df -h /var/cache/fscache Filesystem Size Used Avail Use% Mounted on /dev/sda1 3.9G 3.4G 276M 93% / Granted, the root filesystem is pretty full, but cachefilesd isn't in use, yet it's using 1 core, doing the following, over and over: 966 18:35:39.303054 lseek(4, 0, SEEK_SET) = 0 966 18:35:39.303243 rt_sigaction(SIGALRM, {0x804a740, [ALRM], SA_RESTART}, {0x804a740, [ALRM], SA_RESTART}, 8) = 0 966 18:35:39.303497 alarm(30) = 30 966 18:35:39.303636 read(3, "cull=1 frun=6400 fcull=4600 fstop=1e00 brun=189b6 bcull=11399 bstop=761d", 4096) = 72 966 18:35:39.303792 fchdir(4) = 0 966 18:35:39.304020 getdents(4, /* 2 entries */, 32768) = 32 966 18:35:39.304189 getdents(4, /* 0 entries */, 32768) = 0 kernel-PAE-3.7.2-204.fc18.i686 cachefilesd-0.10.5-3.fc18.i686 This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug. I've seen this behavior on RHEL 6 as well. Thank you for submitting this request for inclusion in Red Hat Enterprise Linux 5. We've carefully evaluated the request, but are unable to include it in RHEL5 stream. If the issue is critical for your business, please provide additional business justification through the appropriate support channels (https://access.redhat.com/site/support). I have opened Bug 1109640 against RHEL 6 for this issue. Please direct future interest to that bug. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |