1ovs-bugtool(8) Open vSwitch Manual ovs-bugtool(8)
2
3
4
6 ovs-bugtool - Open vSwitch bug reporting utility
7
9 ovs-bugtool
10
12 Generate a debug bundle with useful information about Open vSwitch on
13 this system and places it in /var/log/ovs-bugtool.
14
16 --all Use all available capabilities.
17
18 --capabilities
19 List ovs-bugtool capabilities.
20
21 --debug
22 Print verbose debugging output.
23
24 --entries=list
25 Use the capabilities specified in a comma-separated list.
26
27 --log-days=days
28 Include the logs rotated in the previous days days in the debug
29 bundle. The number of log files included has a big impact on
30 the eventual bundle size. The default value is 20 days.
31
32 --output=filetype
33 Generate a debug bundle with the specified file type. Options
34 include tar, tar.gz, tar.bz2, and zip.
35
36 --ovs Use only Open vSwitch relevant capabilities.
37
38 --silent
39 Suppress output.
40
41 --unlimited
42 Do not exclude files which are too large.
43
44 --yestoall
45 Answer yes to all prompts.
46
48 ovs-bugtool makes many assumptions about file locations and the availā
49 ability of system utilities. It has been tested on Debian and Red Hat
50 and derived distributions. On other distributions it is likely to be
51 less useful.
52
53
54
55Open vSwitch 2.0.0 ovs-bugtool(8)