Skip to content

Instantly share code, notes, and snippets.

@phmarek
Created April 18, 2016 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phmarek/94f7c1a78baf48ef2cbacc82703d886c to your computer and use it in GitHub Desktop.
Save phmarek/94f7c1a78baf48ef2cbacc82703d886c to your computer and use it in GitHub Desktop.
DRBD configuration used for the RDMA performance Tech Guide
#
# DRBD configuration used for the RDMA performance Tech Guide
# See http://blogs.linbit.com/p/1013/rdma-performance/
#
resource r0 {
disk /dev/mapper/zero-block-1;
meta-disk internal;
device minor 0;
disk {
no-disk-flushes;
no-md-flushes;
al-extents 3072;
}
connection {
path {
host power address 172.18.92.1:7000;
host open address 172.18.92.2:7000;
}
net {
transport rdma;
sndbuf-size 10M;
rcvbuf-size 10M;
max-buffers 20000;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment