Bug 2247306
| Summary: | librgw: crash on startup (maybe with init_args non-empty) | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Matt Benjamin (redhat) <mbenjamin> |
| Component: | NFS-Ganesha | Assignee: | Matt Benjamin (redhat) <mbenjamin> |
| Status: | CLOSED ERRATA | QA Contact: | Chaithra <ckulal> |
| Severity: | high | Docs Contact: | Rivka Pollack <rpollack> |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | akraj, cephqe-warriors, kkeithle, msaini, tserlin, vereddy |
| Target Milestone: | --- | ||
| Target Release: | 7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-18.2.0-113.el9cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-12-13 15:24:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 7.0 Bug Fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:7780 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |
Description of problem: nfs-ganesha can crash on startup while initializing the RGW FSAL driver. Version-Release number of selected component (if applicable): 7.0 for certain. How reproducible: always reproduces in my 64-bit f38 test environment, but seems not to reproduce in our official builds. appears to reproduce sporadically in upstream testing. Steps to Reproduce: 1.start ganesha with FSAL_RGW Actual results: Crash with illegal free exception Expected results: Not crash Additional info: it may be conditioned on passing init_args in the RGW fsal config, e.g., in ganesha.conf: ... RGW { ceph_conf = "/home/mbenjamin/dev/ceph-cp/build/ceph.conf"; init_args = "--debug-rgw=16 --log-file=/tmp/nfs.log"; } ...