[MCOL-4989] testS3Connection missing other checks Created: 2022-02-07 Updated: 2022-06-27 Resolved: 2022-06-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 6.4.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Allen Herrera | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2021-17 |
| Description |
|
Video in comments. I was able to trace down to "s3:ListBucket" not being checked by testS3Connection utility. meaning without "s3:ListBucket" permission testS3Connection can say everything is ok but a problem still exists when starting up columnstore via the debug.log you see
Expected: Actual: Minimum S3 permission needed for access key/secret S3 auth determined:
|
| Comments |
| Comment by alexey vorovich (Inactive) [ 2022-06-02 ] | |||||||||
|
ben.thompson dleeyh Test instruction should be in written from in Jira , please | |||||||||
| Comment by Daniel Lee (Inactive) [ 2022-06-07 ] | |||||||||
|
Build verified: 6.4.1-1 (#4590) testS3Connection now checks for the ListBucket permission.
When starting ColumnStore without ListBucket, it StorageManager server now failed. DBRM is in read-only state. User attention is needed. crit.log
systemctl status for mariadb-columnstore and Macs-storagemanager would also show failed status. |