A tool that I am trying to install says:
MySQL server data directory needs to reside on an LVM volume
How do I check if my data directory is on LVM?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you installed the OS then you would have chosen this option as part of the partitioning during installation. I assume you are looking to set up LVM snapshots (mylvmbackup) for MySQL?
If your seeing that message then i’m just guessing but you may not have an LVM volume, or at least MySQL data files aren’t on it.
http://www.debian-administration.org/articles/410 is a guide for setting up with debian.
Try running lvdisplay on command line and is should display any LVM volumes if they exist.