[MCOL-3880] ColumnStore docker image needs an option to pass the AWS S3 region to the container Created: 2020-03-11 Updated: 2021-12-14 Resolved: 2021-12-14 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Docker |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 6.1.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.3-4 docker image The goal is to start a ColumnStore docker container, configured to use AWS S3 storage. When starting a container, the user can do the following: docker run -d -p 3306:3306 \ There is not an option to specify the region. The storagemanager.cnf file has the region setting commented out. Even if I manually added to the file, the entry would get commented out automatically. Without the region, ColumnStore would fail with the following error in the err.log file: [root@cb94ff67365a columnstore]# cat err.log The end result is system catalog is not created and DBRM is in read-only state. |