This document provides instructions for setting up a high availability MySQL cluster using Pacemaker, Corosync, and DRBD for storage replication. It outlines the steps to create a DRBD resource, set up Corosync for cluster communication, configure Pacemaker to manage resources and failover, and add a MySQL resource protected by the cluster. The goal is to demonstrate how to build a basic two-node active-active MySQL cluster for high availability using open source clustering tools.