Skip to content

Instantly share code, notes, and snippets.

@jrmoserbaltimore
Created February 7, 2013 20:35
Show Gist options
  • Save jrmoserbaltimore/4733942 to your computer and use it in GitHub Desktop.
Save jrmoserbaltimore/4733942 to your computer and use it in GitHub Desktop.
---
gluster:
peers:
- peer-1.example.com:
volumes:
web:
replicate: 2
distribute: 2
bricks:
- peer-1.example.com:/mnt/silo0
- peer-2.example.com:/mnt/silo0
- peer-3.example.com:/mnt/silo0
- peer-4.example.com:/mnt/silo0
---
gluster::peers:
- peer-1.example.com:
gluster::volumes:
web:
replicate: 2
distribute: 2
bricks:
- peer-1.example.com:/mnt/silo0
- peer-2.example.com:/mnt/silo0
- peer-3.example.com:/mnt/silo0
- peer-4.example.com:/mnt/silo0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment