Skip to content

Instantly share code, notes, and snippets.

@hyukishi
hyukishi / Gluster Cheat Sheet
Last active February 11, 2021 15:23 — forked from githubfoam/Gluster Cheat Sheet
Gluster Cheat Sheet
GlusterFS Cheat Sheet
# Gluster community download
https://download.gluster.org/pub/gluster/glusterfs/
### Add a new host to the brick ###
## Probe new host ##
gluster probe peer <hostname or IP>
# E.G. gluster probe peer debian-master
@hyukishi
hyukishi / floating-ip-gateway.sh
Last active January 12, 2020 17:19 — forked from sparkcodeuk/floating-ip-gateway.sh
Digital Ocean floating IP gateway script (force droplet to use the assigned floating IP for outbound traffic as well as inbound traffic)
#!/bin/bash
# Force outbound traffic through the attached floating IP
# Script must be run as root
NET_INT="eth0"
CURL_TIMEOUT=3
echo -n "Setting floating IP as the default gateway: "
# Check there's a floating IP attached to this droplet