[MCOL-3948] 1.4 install and upgrade guides needs more details on S3 setup Created: 2020-04-16 Updated: 2021-01-16 Resolved: 2021-01-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Geoff Montee (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently in the multi-node guides it mentions that there is additional setup required to use Storage Manager "If you would like to use any sort of storage manager, you need to install and configure it prior to installing MariaDB ColumnStore." Need to document what this is or a link to what needs to be setup. I didn't do anything for this step and when I ran postConfigure to select S3, I got this in the description. 4 - S3-compatible cloud storage *. Note: that should be configured So I assume setting up this file, storagemanager.cnf, is what is meant by the first statement. In searching for this cnf file, I only found info about it in the release notes. Should it be somewhere else like in a setup or configure Columnstore system or having it just in the release notes good enough. https://mariadb.com/docs/release-notes/mariadb-columnstore-1-4-2-release-notes/#s3-storage-manager And should the install/upgrade docs point back to the release notes? Also this is in the release notes, if pointing here, then this requires a specific location where the file resides "Before running postConfigure, edit the storagemanager.cnf configuration file to specify the S3" |
| Comments |
| Comment by David Hill (Inactive) [ 2020-04-16 ] |
|
location sudo find // -name storagemanager.cnf |
| Comment by David Hill (Inactive) [ 2020-04-16 ] |
|
Here is the S3 parameters in the file that need to be setup. I believe we need to document or provide links to what the user needs to do to create or setup S3 storage to where they would get the bucket_id. And also a link to where to get the HMAC access keys. [S3]
So from this, I do believe we need a separate ColumnStore S3 configuration documentation that goes into more details on how to set this up. Then all install and upgrade Docs would point to it. |
| Comment by David Hill (Inactive) [ 2020-04-23 ] |
|
Also need to add details on setting up a multi PM system. Is there a separate S3 storage for each PM or is there 1 that is shared across all PMs? Probably its separate then need to document that each PM storeagemanager.cnf will need to be updated. |
| Comment by Geoff Montee (Inactive) [ 2020-07-22 ] |
|
The S3 storage manager configuration instructions are present in the ColumnStore 1.5 deployment instructions. We can definitely add the same content to the 1.4 deployment instructions. |
| Comment by Todd Stoffel (Inactive) [ 2021-01-16 ] |
|
Obsoleted by newer versions. |