remove example, which didn't format right in mdwn
authorJoey Hess <joeyh@joeyh.name>
Wed, 25 Sep 2024 18:54:21 +0000 (14:54 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 25 Sep 2024 18:54:21 +0000 (14:54 -0400)
doc/git-annex-sim.mdwn

index a7cd38a05462597f6ce17731a0c0dc220c9db201..1700d4fc97e9946977c03ce03940aadb3e809c3d 100644 (file)
@@ -387,31 +387,6 @@ as passed to "git annex sim" while a simulation is running.
   multiple gateways in the same cluster, use this command to give it
   multiple names.
 
-  For example:
-    
-       init foo
-       init bar
-       init node1
-       init node2
-       clusternode cluster-node1 node1
-       clusternode cluster-node2 node2
-       group node1 cluster
-       group node2 cluster
-       wanted node1 sizebalanced=cluster
-       wanted node2 sizebalanced=cluster
-       maxsize node1 100gb
-       maxsize node2 100gb
-       connect cluster-node2 <- foo -> cluster-node1
-       connect cluster-node2 <- bar -> cluster-node1
-       addmulti 10 foo 1gb 2gb foo 
-       addmulti 10 bar 1gb 2gb bar
-       action foo sendwanted cluster-node1 while action foo sendwanted cluster-node2 while action bar sendwanted cluster-node1 while action bar sendwanted cluster-node2
-
-  In the above example, while foo and bar are both concurrently sending
-  wanted files to both cluster nodes, each will know immediately which
-  files have been sent by the other, and so the files will be sizebalanced
-  between them optimally.
-
 # OPTIONS
 
 * The [[git-annex-common-options]](1) can be used.