vmware plugin: merge into subdirectories, add system test#544
Merged
vmware plugin: merge into subdirectories, add system test#544
Conversation
| @@ -318,7 +318,52 @@ Description: Backup Archiving Recovery Open Sourced - common tools | |||
| . | |||
| This package provides scripts and configuration to run bareos-regress with the installed Bareos packages. | |||
|
|
|||
Member
There was a problem hiding this comment.
This changes are also required in the file core/debian/control.in. If bareos-vmware should not be build on all Debian platforms, it is only required there.
f883b97 to
b5d106f
Compare
07294bd to
cc1def2
Compare
When a job is cancelled in a plugin call, the log being was:
Command plugin "python:..." requested, but is not loaded.
As this is very misleading, cancelling is handled individually and the
log being created now is:
Command plugin "python:..." requested, but job is already cancelled.
- moved vmware/ directory into core/src - moved vmware plugin to src/plugins/filed - introduced python vmware plugin test - cmake: look for vmware-vix-disklib To run the vmware test, do the following: * unpack vmware-vix-disklib into /usr/lib/vmware-vix-disklib-distrib * set the rquired variables when running cmake like this: cmake <src directory> \ <usual configure settings> \ -Dvmware_user=Administrator@vsphere.local\ -Dvmware_password="p@$$w0rd" \ -Dvmware_vm_name=testvm1 \ -Dvmware_datacenter=mydc1 \ -Dvmware_folder="/webservers" \ -Dvmware_server=<ip_or_name_of_server>
Define VIXDISKLIBCREATEPARAMS_HAS_PHYSICALSECTORSIZE when building bareos_vadp_dumper if true.
The VMware plugin now allows to use an optional config file to specify plugin options. By cmake check for physicalSectorSize member in VixDiskLibCreateParams the build of bareos_vadp_dumper now works with VDDK 6.5.2, 6.7.3 an 7.0
cc1def2 to
07f2a14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.