-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25648/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-7310
https://issues.apache.org/jira/browse/AMBARI-7310
Repository: ambari
Description
-------
If ambari-server is stopped, removing ambari-server rpm prints an error
message. Command is executed successfully, but message looks badly.
{code}
[root@vm-6 ~]# ambari-server stop
Using python /usr/bin/python2.6
Stopping ambari-server
Ambari Server stopped
[root@vm-6 ~]# rpm -e ambari-server
error reading information on service ambari-server: No such file or directory
[root@vm-6 ~]# echo $?
0
{code}
Diffs
-----
ambari-agent/src/main/package/rpm/preremove.sh 5fb9be2
ambari-server/src/main/package/rpm/preremove.sh 073c07f
Diff: https://reviews.apache.org/r/25648/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi