Created
April 18, 2016 07:57
-
-
Save phmarek/94f7c1a78baf48ef2cbacc82703d886c to your computer and use it in GitHub Desktop.
DRBD configuration used for the RDMA performance Tech Guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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