pvecm: concat code snippets with list paragraph

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-01-11 10:37:47 +01:00 committed by Dietmar Maurer
parent 81868c7ed9
commit 9e73d83160

View File

@ -398,6 +398,7 @@ for that purpose.
* Ensure that multicast works in general and a high package rates. This can be * 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%. done with the `omping` tool. The final "%loss" number should be < 1%.
+
[source,bash] [source,bash]
---- ----
omping -c 10000 -i 0.001 -F -q NODE1-IP NODE2-IP ... 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 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 no multicast querier is active. This test has a duration of around 10
minutes. minutes.
+
[source,bash] [source,bash]
---- ----
omping -c 600 -i 1 -q NODE1-IP NODE2-IP ... omping -c 600 -i 1 -q NODE1-IP NODE2-IP ...