Re: [ovs-dev] [PATCH 3/5] ovs-bugtool: Compact the database before collecting.

2013-07-23 Thread Gurucharan Shetty
On Tue, Jul 23, 2013 at 11:31 AM, Ben Pfaff wrote: > On Mon, Jul 22, 2013 at 12:17:07PM -0700, Gurucharan Shetty wrote: > > Currently the openvswitch database is being collected with > > CAP_NETWORK_CONFIG which has a max size of 50 KB. This is > > quite low as the database can easily be larger t

Re: [ovs-dev] [PATCH 3/5] ovs-bugtool: Compact the database before collecting.

2013-07-23 Thread Reid Price
> > Compacting the database loses tons of information that I often find > valuable. +1 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 3/5] ovs-bugtool: Compact the database before collecting.

2013-07-23 Thread Ben Pfaff
On Mon, Jul 22, 2013 at 12:17:07PM -0700, Gurucharan Shetty wrote: > Currently the openvswitch database is being collected with > CAP_NETWORK_CONFIG which has a max size of 50 KB. This is > quite low as the database can easily be larger than 50 KB. > > Move database collection to CAP_NETWORK_STATU

[ovs-dev] [PATCH 3/5] ovs-bugtool: Compact the database before collecting.

2013-07-22 Thread Gurucharan Shetty
Currently the openvswitch database is being collected with CAP_NETWORK_CONFIG which has a max size of 50 KB. This is quite low as the database can easily be larger than 50 KB. Move database collection to CAP_NETWORK_STATUS which does not have a max size. Also, compact the database before picking i