Bug 518530
| Summary: | Please build coda module | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Adam Goode <adam> |
| Component: | kernel | Assignee: | Red Hat Kernel Manager <kernel-mgr> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | bgilbert, rwheeler |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-09 15:28:39 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: | |||
|
Description
Adam Goode
2009-08-20 19:00:44 UTC
We don't have any current plans to build and support the coda kernel module. We do support FUSE - any chance to redo your coda user space as a fuse fs? Hmm, I suppose it is possible to do it as FUSE, but that would definitely be much slower and less featureful than it is currently. Right now, files from coda are cached locally and the coda kernel module just passes the file operations down to the underlying filesystem code, so once a file is open, there is no userspace<->kernel<->userspace roundtrip. FUSE would introduce this roundtrip. |