View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001110 | bareos-core | file daemon | public | 2019-09-05 13:07 | 2023-10-24 09:35 |
Reporter | stephand | Assigned To | bruno-at-bareos | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Product Version | 18.2.7 | ||||
Summary | 0001110: BareosFdPluginBaseclass:parse_plugin_definition() does not allow to override plugin options using FD Plugin Options in Job | ||||
Description | Currently, the code does not allow to override plugin options set from FileSet by using the FD Plugin Options parameter in a Job resource. As a user/admin, I want to be able to override the more general settings (FileSet) by more specific settings (Job). See https://github.com/bareos/bareos/blob/02f72235abaa5acacc5e672bbe6af1a9253f9479/core/src/plugins/filed/BareosFdPluginBaseclass.py#L99 | ||||
Steps To Reproduce | Example FileSet: FileSet { Name = "vm_generic_fileset" Include { Options { ... } Plugin = "python:module_path=/usr/lib64/bareos/plugins/vmware_plugin:module_name=bareos-fd-vmware:dc=mydc:folder=/my/vmfolder:vmname=myvm:vcserver=myvc.example.com:vcuser=bakadm@vsphere.local:vcpass=myexamplepassword" } } And example Job definition: Job { Name = "vm_test02_job" JobDefs = "DefaultJob" FileSet = "vm_generic_fileset" FD Plugin Options = "python:folder=/dmz:vmname=fw01" } The above options from "FD Plugin Options" do currently not override the options declared in the FileSet, it is only possible to add options not yet declared in the FileSet. | ||||
Tags | fd, plugin | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-05 13:07 | stephand | New Issue | |
2019-09-05 13:07 | stephand | Tag Attached: fd | |
2019-09-05 13:07 | stephand | Tag Attached: plugin | |
2019-09-05 13:08 | stephand | Relationship added | related to 0001106 |
2023-07-20 10:27 | bruno-at-bareos | Note Added: 0005236 | |
2023-10-24 09:35 | bruno-at-bareos | Assigned To | => bruno-at-bareos |
2023-10-24 09:35 | bruno-at-bareos | Status | new => closed |
2023-10-24 09:35 | bruno-at-bareos | Resolution | open => suspended |
2023-10-24 09:35 | bruno-at-bareos | Note Added: 0005477 |