[MCOL-703] postConfigure should check for local rpm / bins existing Created: 2017-05-05 Updated: 2017-07-06 Resolved: 2017-07-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Thompson (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I think it would be helpful for postConfigure to explicitly check for the rpms or bin tar in the local pm1 directory. Currently if they are not there then it fails and tells you to check the log files in /tmp. In this case i think it would be friendlier to check for some files existing for the same wildcard pattern and then fail with a descriptive message and action to fix. This would be a lot more user friendly for this case. |
| Comments |
| Comment by David Hill (Inactive) [ 2017-06-02 ] |
|
Need more information, maybe Im not looking at the same issue.. But currently postCOnfigure does give specific information when it cant locate a package before it tries to push to the remote servers. ----------------------------------------------------------------------------------------------------- Performing an MariaDB ColumnStore System install using RPM packages ls: cannot access /root/mariadb-columnstore-1.0.10-1*.rpm.tar.gz: No such file or directory Error: can't locate /root/mariadb-columnstore-1.0.10-1*.rpm.tar.gz Package in directory /root Please place a copy of the MariaDB ColumnStore Packages in directory /root and press <enter> to continue or enter 'exit' to exit the install > |
| Comment by David Hill (Inactive) [ 2017-07-06 ] |
|
It currently does check |