Skip to content

log-collector.sh: Fix collection of OF rules. - #205

Merged
dceara merged 1 commit into
ovn-org:mainfrom
dceara:fix-open-flow-collection
Oct 1, 2025
Merged

log-collector.sh: Fix collection of OF rules.#205
dceara merged 1 commit into
ovn-org:mainfrom
dceara:fix-open-flow-collection

Conversation

@dceara

@dceara dceara commented Oct 1, 2025

Copy link
Copy Markdown
Collaborator

While dumping OF groups was limited to the last $limit containers on each node, that wasn't the case for OF rules. Impose the same limit to avoid wasting disk space for mostly similar outputs from all virtual nodes on large scale (500 node) runs.

Also, reduce the $limit from 10 to 2 and pre-archive the dumped OF rules/groups text files for the same reason.

Fixes: 3fa30c3 ("scripts: log-collector: Add ovs open-flows and group dump to log results")

While dumping OF groups was limited to the last $limit containers on
each node, that wasn't the case for OF rules.  Impose the same limit
to avoid wasting disk space for mostly similar outputs from all virtual
nodes on large scale (500 node) runs.

Also, reduce the $limit from 10 to 2 and pre-archive the dumped OF
rules/groups text files for the same reason.

Fixes: 3fa30c3 ("scripts: log-collector: Add ovs open-flows and group dump to log results")
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Comment thread ovn-fake-multinode-utils/scripts/log-collector.sh
@dceara
dceara merged commit 2cb82ec into ovn-org:main Oct 1, 2025
9 checks passed
@dceara
dceara deleted the fix-open-flow-collection branch October 1, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants