Skip to content

VMware Plugin: Run bareos_vadp_dumper with optimized parameters to increase backup performance#1631

Merged
BareosBot merged 4 commits intobareos:bareos-23from
pstorz:dev/pstorz/bareos-23/backport-1630
Dec 13, 2023
Merged

VMware Plugin: Run bareos_vadp_dumper with optimized parameters to increase backup performance#1631
BareosBot merged 4 commits intobareos:bareos-23from
pstorz:dev/pstorz/bareos-23/backport-1630

Conversation

@pstorz
Copy link
Member

@pstorz pstorz commented Dec 13, 2023

Thank you for contributing to the Bareos Project!

Backport of PR #1630 to bareos-23

Please check

  • Short description and the purpose of this PR is present above this paragraph
  • Your name is present in the AUTHORS file (optional)

If you have any questions or problems, please give a comment in the PR.

Helpful documentation and best practices

Checklist for the reviewer of the PR (will be processed by the Bareos team)

Make sure you check/merge the PR using devtools/pr-tool to have some simple automated checks run and a proper changelog record added.

General
  • Is the PR title usable as CHANGELOG entry?
  • Purpose of the PR is understood
  • Commit descriptions are understandable and well formatted
  • Check backport line
  • Required backport PRs have been created
Source code quality
  • Source code changes are understandable
  • Variable and function names are meaningful
  • Code comments are correct (logically and spelling)
  • Required documentation changes are present and part of the PR

sduehr and others added 4 commits December 13, 2023 22:22
The bareos_vadp_dumper is now called with performance optimized
parameters. These parameters were added as additional plugin options so
that they can be further tuned if necessary.

The plugin code now calls API functions which use the searchIndex for
getting details of the VM being backed up, this can accelerate backup
jobs, especially if large amounts of VMs exist.

This change also include better checks of plugin options and removes
some obsolete code parts that are no longer needed as Python 2 is no
longer supported.

(cherry picked from commit 170f608)
Documentation of the new VMware Plugin options do_io_in_core,
vadp_dumper_multithreading, vadp_dumper_sectors_per_call and
vadp_dumper_query_allocated_blocks_chunk_size. Also updates the status,
adds an description of the plugin components and changed defaults.

(cherry picked from commit b19d063)
(cherry picked from commit 54aee2d)
@BareosBot BareosBot force-pushed the dev/pstorz/bareos-23/backport-1630 branch from f4ae0d1 to 49e7244 Compare December 13, 2023 22:22
@BareosBot BareosBot merged commit 230e60d into bareos:bareos-23 Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants