diff options
Diffstat (limited to 'source4/cluster/ctdb/example/howto.txt')
-rw-r--r-- | source4/cluster/ctdb/example/howto.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/source4/cluster/ctdb/example/howto.txt b/source4/cluster/ctdb/example/howto.txt deleted file mode 100644 index 1de50000c1..0000000000 --- a/source4/cluster/ctdb/example/howto.txt +++ /dev/null @@ -1,19 +0,0 @@ -Here is a very brief howto for setting up a simple test of the current -ctdb code. - -1) put smb.conf.cluster, smb.conf.node1, smb.conf.node2 and nlist.txt in the - prefix/etc/ directory for samba4. Adjust them for your local paths. - -2) use the script cluster_start.sh to start the two nodes. You can - pass extra arguments to start under valgrind or gdb. For example: - - cluster_start.sh "gdb --args" - -3) test using the following command: - - bin/locktest //localhost/test //win2003/test -Uadministrator%password -l unclist.txt - - with the unclist.txt supplied - -NOTE: This is very much experimental code! - |