Bug 1652475
| Summary: | ceph-volume batch - scaleup fails in bluestore dedicated scenario | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vasishta <vashastr> |
| Component: | Ceph-Volume | Assignee: | Alfredo Deza <adeza> |
| Status: | CLOSED WONTFIX | QA Contact: | Tiffany Nguyen <tunguyen> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2 | CC: | agunn, anharris, ceph-eng-bugs, ceph-qe-bugs, gmeno, hnallurv, kdreyer, vashastr |
| Target Milestone: | rc | ||
| Target Release: | 3.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-04 16:03:55 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1637523 | ||
|
Description
Vasishta
2018-11-22 08:19:31 UTC
> Additional info:
> block-db size must be restricted as in journal size in filestore and keep
> provision instead of using all space during initial run.
This is not the intended behavior (on purpose). There is no "best size" to define what that restricted size should be, so the default is to use as much as possible.
The description is correct as in this is configurable, so if an admin wants to avoid using "as much as possible" from the backing device, it should define this.
There is no fix for this ticket, feel free to close as NOTABUG.
Hi Alfredo, (In reply to Alfredo Deza from comment #3) > The description is correct as in this is configurable, so if an admin wants > to avoid using "as much as possible" from the backing device, it should > define this. I could observe that block-db was not configurable, only filestore journal was configured with restricted size using default value of journal_device. Couldn't get how an admin can restrict block-db size. In the `ceph-volume lvm batch --help` menu you can get the following:
> --block-db-size BLOCK_DB_SIZE
> Set (or override) the "bluestore_block_db_size" value,
> in bytes
> --journal-size JOURNAL_SIZE
> Override the "osd_journal_size" value, in megabytes
The ceph.conf options for bluestore and filestore aren't well documented in Ceph itself, but you can set them there as well. The CLI flags can override if those are present in ceph.conf
not a blocker -- needs a doc BZ cut |