Created
July 20, 2015 22:45
-
-
Save jonvargas/4486f01f884a40dc97d1 to your computer and use it in GitHub Desktop.
This file contains 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
resource nfs { | |
protocol C; | |
disk { | |
on-io-error pass_on; | |
} | |
on rcp-portal-storage-sles12-a { | |
address 10.0.2.4:7790; | |
device /dev/drbd_nfs minor 0; | |
disk /dev/sdb2; | |
meta-disk internal; | |
} | |
on rcp-portal-storage-sles12-b { | |
address 10.0.2.5:7790; | |
device /dev/drbd_nfs minor 0; | |
disk /dev/sdb2; | |
meta-disk internal; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment