I have a server running under Centos 7 with Raid 10 SATA disks (4TB), I have MSA2040 and created a volume for my server (Raid 6 - 10TB SAS).
I have formatted and created partition to be able to use this volume on my server. Now I am able to use it normally.
It communicates with 8 Gbps fibre channel.
What I want to ask is; Current I created a directory on /msaStorage/myFolder
and created a link to this folder in my apache folder.
Current setup is:
/msaStorage/exampledomain.com
is linked to /var/www/exampledomain.com
(alias)
I can use it without any problem but is there any efficient method should I use? like creating an alias directly in apache config? Or is it logical to use Apache Mesos? Also I am planning to migrate my database to this volume, should I follow this guide?
Thanks in advance for suggestions.