Skip to content

Instantly share code, notes, and snippets.

@vFondevilla
Created December 1, 2017 17:33
Show Gist options
  • Save vFondevilla/683b88603ec44608c5bccf1e5e3e7064 to your computer and use it in GitHub Desktop.
Save vFondevilla/683b88603ec44608c5bccf1e5e3e7064 to your computer and use it in GitHub Desktop.
topologia glusterfs
{
"clusters": [
{
"nodes": [
{
"node": {
"hostnames": {
"manage": [
"10.2.0.52"
],
"storage": [
"10.2.0.52"
]
},
"zone": 1
},
"devices": [
"/dev/vg_gluster/brick1"
]
},
{
"node": {
"hostnames": {
"manage": [
"10.2.0.53"
],
"storage": [
"10.2.0.53"
]
},
"zone": 1
},
"devices": [
"/dev/vg_gluster/brick1"
]
},
{
"node": {
"hostnames": {
"manage": [
"10.2.0.54"
],
"storage": [
"10.2.0.54"
]
},
"zone": 1
},
"devices": [
"/dev/vg_gluster/brick1"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment