Proton documentation says that http://docs.vespa.ai/documentation/proton.html all data will be stored at $VESPA_HOME/var/db/vespa/search/
While we install the vespa from yum
echo "Installing Vespa"
yum -y install yum-utils epel-release
yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo
yum -y install vespa bind-utils git
It sets env variable VESPA_HOME to "/opt/vespa"
How do we stop data going in /opt/vespa? We need to setup VESPA_HOME as "/mnt1/vespa"
Tried, setting up manually and installing via yum after; doesn't work.
Do we have any other alternative to configure data directory out of "/opt/vespa"?