]> git.proxmox.com Git - pve-docs.git/commitdiff
pvecm: concat code snippets with list paragraph
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jan 2017 09:37:47 +0000 (10:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Jan 2017 10:03:40 +0000 (11:03 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pvecm.adoc

index 9b82c50ed00b79648e18ae28f6121ba51634eca5..968df87a1e76127bb7f3317cad3c682eae779ed6 100644 (file)
@@ -398,6 +398,7 @@ for that purpose.
 
 * Ensure that multicast works in general and a high package rates. This can be
   done with the `omping` tool. The final "%loss" number should be < 1%.
++
 [source,bash]
 ----
 omping -c 10000 -i 0.001 -F -q NODE1-IP NODE2-IP ...
@@ -407,6 +408,7 @@ omping -c 10000 -i 0.001 -F -q NODE1-IP NODE2-IP ...
   This covers up problems where IGMP snooping is activated on the network but
   no multicast querier is active. This test has a duration of around 10
   minutes.
++
 [source,bash]
 ----
 omping -c 600 -i 1 -q NODE1-IP NODE2-IP ...