[MCOL-107] postConfigure fails if the distribution package .tar.gz file is in the /root directory Created: 2016-06-03 Updated: 2023-10-26 Resolved: 2016-06-03 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | Alpha Stretch |
| Description |
|
Build tested: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) This my first time I tried to install using the package tar.gz file, instead of using the individual .rpm files. I copied the .tar.gz file to the /root direct and untarrred it. After installing the rpm files, postConfigure on a 3-node stack failed. The installation script picked the tar.gz file, instead of just the rpm files, and tried to installed it. I moved the .tar.gz file out of the /root directory on all three nodes and tried postConfigure again. It worked. |
| Comments |
| Comment by David Hill (Inactive) [ 2016-06-03 ] |
|
fixed, change to : performance_installer.sh commit 843d8edc0e4306e228f27a58aee99b75b4a7caad Generating new packages |
| Comment by David Hill (Inactive) [ 2016-06-03 ] |
|
new packages created, daniel will be testing.. I updated in our shared area the new packages... Let me know if/wehn we would want to push to company repo.. mariadb-columnstore-1.0.0-centos6.x86_64.bin.tar.gz |
| Comment by Daniel Lee (Inactive) [ 2016-06-03 ] |
|
Build verified: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) Verified the fix with the new .rpm.tar.gz file on a 1UM-2PM stack. |