Bug 2393426
| Summary: | [8.1z backport] [SMB] .smb pool gets created automatically during initial bootstrap of ceph cluster | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Bipin Kunal <bkunal> |
| Component: | smb | Assignee: | Sachin Prabhu <sprabhu> |
| smb sub component: | smb-mgr-module | QA Contact: | Sayalee <saraut> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | Rivka Pollack <rpollack> |
| Severity: | high | ||
| Priority: | unspecified | CC: | cephqe-warriors, jcaratza, jmulligan, kjosy, lithomas, mobisht, rpollack, sprabhu, tnielsen, vdas |
| Version: | 8.1 | Keywords: | External |
| Target Milestone: | --- | ||
| Target Release: | 8.1z3 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-19.2.1-265 | Doc Type: | Bug Fix |
| Doc Text: |
`.smb` RADOS pool creation now works as expected
Previously, the `.smb` RADOS pool was created when the SMB manager module was loaded, rather than when an SMB resource was first created. This caused the pool to be initialized prematurely, even before any resources requiring it were defined.
With this fix, the creation of the `.smb` pool is now deferred until an SMB resource that depends on the manager module is created. This change ensures the pool is only created when needed, improving resource lifecycle alignment and reducing unnecessary initialization.
|
Story Points: | --- |
| Clone Of: | 2380412 | Environment: | |
| Last Closed: | 2025-10-31 07:02:49 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: | 2380412 | ||
| Bug Blocks: | |||
|
Description
Bipin Kunal
2025-09-05 09:27:03 UTC
|