Bug #71568 Installation fails if /opt/mysql is a mountpoint
Submitted: 3 Feb 2014 17:20 Modified: 28 Oct 2015 7:46
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version:3.9.0 OS:Any
Assigned to: CPU Architecture:Any

[3 Feb 2014 17:20] Daniël van Eeden
Description:
It's common to have a /opt/mysql mountpoint which can be used for MySQL and related software.

In such a situation installation of the MEB RPM fails as it packs /opt/mysql

How to repeat:
Mount a filesystem on /opt/mysql and try to install meb with RPM.

Suggested fix:
No suggestion.
[11 Mar 2015 12:54] Daniël van Eeden
Is there any update on this issue?
[28 Oct 2015 7:17] Chiranjeevi Battula
Hello  Daniël van Eeden,

Thank you for the bug report.
I tried with latest version of MEB, and installation was done without any issues. 
Probably this is fixed, please feel free to reopen this bug report if you encounter this issue again.

Thanks,
Chiranjeevi.
[28 Oct 2015 7:18] Chiranjeevi Battula
[root@cluster-repo ~]# rpm -qa|grep meb
[root@cluster-repo ~]# ls -ltr /opt/mysql/
total 0
[root@cluster-repo ~]# df -h /opt/mysql/
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvdd1      2.1G  4.0K  2.1G   1% /opt/mysql
[root@cluster-repo ~]# rpm -ivh meb-3.9.0-el6.x86_64.rpm
Preparing...                ########################################### [100%]
   1:meb                    ########################################### [100%]
[root@cluster-repo ~]#
[root@cluster-repo ~]#
[root@cluster-repo ~]#
[root@cluster-repo ~]# rpm -qa|grep meb
meb-3.9.0-el6.x86_64
[root@cluster-repo ~]# ls -ltr /opt/mysql/
total 4
drwxr-xr-x 3 root root 4096 Oct 30 19:24 meb-3.9
[root@cluster-repo ~]# ls -ltr /opt/mysql/meb-3.9/
total 816
-rwxr-xr-x 1 root root   7292 Aug 23  2013 README.txt
-rwxr-xr-x 1 root root  26564 Aug 23  2013 mysql-html.css
-rwxr-xr-x 1 root root 789032 Aug 23  2013 manual.html
-rwxr-xr-x 1 root root   2796 Aug 23  2013 LICENSE.mysql
drwxr-xr-x 2 root root   4096 Oct 30 19:24 bin
[root@cluster-repo ~]# ls -ltr /opt/mysql/meb-3.9/bin/
total 5296
-rwxr-xr-x 1 root root 5420337 Aug 23  2013 mysqlbackup
[28 Oct 2015 7:22] Daniël van Eeden
That does look ok.
[28 Oct 2015 7:46] Chiranjeevi Battula
Hello Daniël van Eeden,

Thanks for confirming.
Closing this report as Not a Bug for now.

Thanks,
Chiranjeevi.