diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-23 21:56:11 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-23 22:18:39 +0200 |
commit | 4f24ccb86c8a9d8b73bbcb2d2d4ba4bfceb5c96b (patch) | |
tree | 710d95ee14b9815b21685d08b1d60ef864d148fe /testing/ocfs2-tools/cluster.conf | |
parent | ada13b6998155f1425ec53c9a6ceeac17a5cb7cd (diff) | |
download | aports-4f24ccb86c8a9d8b73bbcb2d2d4ba4bfceb5c96b.tar.bz2 aports-4f24ccb86c8a9d8b73bbcb2d2d4ba4bfceb5c96b.tar.xz |
testing/ocfs2-tools: rewrite aport and upgrade to 1.8.5
Note: We use the same ("unofficial"?) upstream as Fedora.
Diffstat (limited to 'testing/ocfs2-tools/cluster.conf')
-rw-r--r-- | testing/ocfs2-tools/cluster.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/ocfs2-tools/cluster.conf b/testing/ocfs2-tools/cluster.conf new file mode 100644 index 0000000000..0d39f1839f --- /dev/null +++ b/testing/ocfs2-tools/cluster.conf @@ -0,0 +1,17 @@ +node: + ip_port = 7777 + ip_address = 10.0.0.1 + number = 0 + name = ocfs2-node1 + cluster = ocfs2 + +node: + ip_port = 7777 + ip_address = 10.0.0.2 + number = 1 + name = ofcs2-node2 + cluster = ocfs2 + +cluster: + node_count = 2 + name = ocfs2 |