[MCOL-488] create AlarmConfig.installSave file Created: 2016-12-28 Updated: 2017-12-01 Resolved: 2017-01-18 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | 1.0.7 |
| Type: | New Feature | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-01, 2017-2 |
| Description |
|
In the cases where AlarmConfig.xml is zero'd out, if this happens on a single server deployment you do not have a working copy to use from another node. The only solution is to do another install to get the file. A simpler solution would be to create a copy of AlarmConfig.xml as AlarmConfig.xml.installSave like we do for ColumnStore.xml. It's unlikely someone would change this so copying the installSave would help anyone recover from the case where AlarmConfig.xml get's zero'd out. Even when that bug gets fixed it's probably still helpful to have an installl time reference file |
| Comments |
| Comment by David Hill (Inactive) [ 2017-01-12 ] |
|
I just checked into develop-1.0, 2 small changes.. commit 02a2fbeae6bc9de7f009044815a22b2cd8fe120e oam/install_scripts/post-install | 3 +++ |
| Comment by Ben Thompson (Inactive) [ 2017-01-12 ] |
|
Reviewed, already merged. |
| Comment by David Hill (Inactive) [ 2017-01-16 ] |
|
check for the file AlarmConfig.xml.installSave after an install is completed... it will remain until columnstore is uninstalled |
| Comment by Daniel Lee (Inactive) [ 2017-01-18 ] |
|
Build verified: Github source build. [root@localhost mariadb-columnstore-server]# git show merge develop branch |
| Comment by Daniel Lee (Inactive) [ 2017-01-18 ] |
|
One more time, retested: Build verified: Github source build [root@localhost mariadb-columnstore-server]# git show Merge pull request #26 from mariadb-corporation/ Update README.md [root@localhost mariadb-columnstore-engine]# git show Merge pull request #96 from mariadb-corporation/ |