ovs-bugtool: Increase max size of CAP_HARDWARE_INFO.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 22 Jul 2013 17:17:53 +0000 (10:17 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 24 Jul 2013 17:31:08 +0000 (10:31 -0700)
Current size feels very low when we are collecting o/p of
'dmidecode' and 'lspci -vv'

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/bugtool/ovs-bugtool.in

index 854dfa1..7e76d0e 100755 (executable)
@@ -233,7 +233,7 @@ cap(CAP_BOOT_LOADER,         PII_NO,                    max_size=3*KB,
     max_time=5)
 cap(CAP_DISK_INFO,           PII_MAYBE,                 max_size=50*KB,
     max_time=20)
-cap(CAP_HARDWARE_INFO,       PII_MAYBE,                 max_size=30*KB,
+cap(CAP_HARDWARE_INFO,       PII_MAYBE,                 max_size=2*MB,
     max_time=20)
 cap(CAP_KERNEL_INFO,         PII_MAYBE,                 max_size=120*KB,
     max_time=5)