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
>
> 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
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
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