[MXS-49] init script missing from MaxScale 1.0.5 RPM after upgrade Created: 2015-03-18 Updated: 2015-05-06 Resolved: 2015-03-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | None |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | markus makela |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6 |
||
| Description |
|
Apparently the 1.0.5 RPM for CentOS 6 doesn't include an init script? [root@max1 ~]# service maxscale status [root@max1 ~]# rpm -ql maxscale |
| Comments |
| Comment by Timofey Turenko [ 2015-03-19 ] | ||||||||||
|
init script is created by postinst script: [root@node1 ~]# rpm -qp --scripts maxscale-1.0.5-unstable.rpm install /usr/local/skysql/maxscale/maxscale /etc/init.d/ | ||||||||||
| Comment by Timofey Turenko [ 2015-03-19 ] | ||||||||||
|
works for me. Was the package installed properly? | ||||||||||
| Comment by Kolbe Kegel (Inactive) [ 2015-03-19 ] | ||||||||||
|
Apparently it's only an issue for an upgrade.
| ||||||||||
| Comment by Timofey Turenko [ 2015-03-19 ] | ||||||||||
|
The reason is:
Yes, it is a bug, but it is not a blocker ('yum reinstall maxscale' and 'rpm -i --force ...' fixes problem). | ||||||||||
| Comment by Kolbe Kegel (Inactive) [ 2015-03-19 ] | ||||||||||
|
I find it troubling that you re-classify these kinds of bugs as "minor". This bug should be a blocker. We should block new releases until this bug is fixed. If it is already fixed, that's great! If it's not, we must not issue new releases of the product until the issue is resolved. Forcing an atypical upgrade path for the software is not an acceptable long-term workaround. I'm not using 1.0.6 here at all, so I am not sure how it fits into the picture. | ||||||||||
| Comment by Kolbe Kegel (Inactive) [ 2015-03-19 ] | ||||||||||
|
Also, please correct the "Resolution" so that this bug is not labeled "Not a Bug". Thanks. | ||||||||||
| Comment by Timofey Turenko [ 2015-03-19 ] | ||||||||||
|
simple workaround: Comment to the Release notes is added ("know issues") |