Skip to content

Instantly share code, notes, and snippets.

@ViKingIX
Created March 8, 2018 04:02
Show Gist options
  • Save ViKingIX/4ad72b0905280654eab209f6e1aecb0d to your computer and use it in GitHub Desktop.
Save ViKingIX/4ad72b0905280654eab209f6e1aecb0d to your computer and use it in GitHub Desktop.
KVM + Ceph with Pacemaker

KVM + Ceph with Pacemaker

Architecture

  • Hosts: 2
  • Roles:
    • Host 1: KVM, Ceph
    • Host 2: KVM, Ceph

Steps

  1. setup ceph cluster
  2. setup pacemaker cluster
  3. create VM with virt-install
  4. export the xml with virsh dump
  5. edit the xml to use ceph as backend and change other desired settings
  6. add a virtualdomain resource to pacemaker with the xml

References

Written with StackEdit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment