[MCOL-1591] add UMASK check to ColumnStore Cluster Tester script Created: 2018-07-25 Updated: 2023-10-26 Resolved: 2018-08-08 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.1.6 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-15, 2018-16 |
| Description |
|
Customer system failed to created table this check needs to be added to the ColumnStore |
| Comments |
| Comment by David Hill (Inactive) [ 2018-08-01 ] |
|
how to test //set umask to 022 and run test umask 022
Local Node OS System Name : Ubuntu 18.04.1 LTS
UMASK local setting test passed
Local Node SELINUX setting is Not Enabled
Passed, no problems detected with a MariaDB password being set without an associated /root/.my.cnf
Local Node - Passed, all dependency packages are installed
root@dhill-Z370-HD3:/usr/local/mariadb/columnstore/bin# // set to non 022, like 077 umask 077
Local Node OS System Name : Ubuntu 18.04.1 LTS
Warning, UMASK test failed, check local UMASK setting. Requirement is set to 0022 Failure occurred, do you want to continue? (y,n) > |
| Comment by David Hill (Inactive) [ 2018-08-01 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/531 |
| Comment by Daniel Lee (Inactive) [ 2018-08-08 ] |
|
Build verified: 1.1.6-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #123 from drrtuy/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #523 from mariadb-corporation/ The cluster tester tool now checks for umask setting. Tested with umask values 022 and 027. |