yoshinorim / mha4mysql-manager

Development tree of Master High Availability Manager and tools for MySQL (MHA), Manager part
http://code.google.com/p/mysql-master-ha/
GNU General Public License v2.0
1.47k stars 500 forks source link

feature request: clone with lvm/zfs #9

Closed ufaria closed 13 years ago

ufaria commented 13 years ago

the best feature that mmm has is cloning storage with lvm when a crash happens and to be able to make a quick snapshot of storage for backup.

will be good to have these functionalities

thanks.

yoshinorim commented 13 years ago

How do you want to take backups?

Where:

When:

ufaria commented 13 years ago

sorry, i explain it bad. The backup is made before crash :)

the snapshot functionality of lvm is very good for this.

did you know multi-master-mysql? http://mysql-mmm.org/

yoshinorim commented 13 years ago

As a backup solution, LVM snapshot has serious performance problems while taking backups so I don't like it. xtrabackup is much better. Taking backups with xtrabackup is easy so I don't think I need to provide utility tools in MHA to take regular backups.

BTW, every MySQL expert knows MMM and its fundamental issues. MMM can't always work as an HA software so that's one of the reasons why I developed MHA. Please read Baron's post (http://www.xaprb.com/blog/2011/05/04/whats-wrong-with-mmm/) if you haven't.

yoshinorim commented 13 years ago

Closing this issue because I won't implement as a core module function.