bareos: master c4e88eb3
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
arogge | arogge | master | 2020-04-21 09:28 | master 51c3a5a1 | Pending |
Changeset | core: add infrastructure for configuration warnings This patch adds a list of warnings to the configuration parser along with some utility functions. The director, storagedaemon and filedaemon in config_test mode will show this list of warnings. When using the status commands, the daemons will report if they have at least one record in that list. The director now has a new command "status configuration" that will currently show only that list of warnings. |
||||
mod - core/src/dird/dird.cc | Diff File | ||||
mod - core/src/dird/ua_cmds.cc | Diff File | ||||
mod - core/src/dird/ua_status.cc | Diff File | ||||
mod - core/src/filed/filed.cc | Diff File | ||||
mod - core/src/filed/status.cc | Diff File | ||||
mod - core/src/lib/CMakeLists.txt | Diff File | ||||
mod - core/src/lib/parse_conf.cc | Diff File | ||||
mod - core/src/lib/parse_conf.h | Diff File | ||||
mod - core/src/lib/parse_conf_state_machine.cc | Diff File | ||||
add - core/src/lib/status_packet.cc | Diff File | ||||
mod - core/src/plugins/stored/scsicrypto-sd.cc | Diff File | ||||
mod - core/src/stored/spool.cc | Diff File | ||||
mod - core/src/stored/spool.h | Diff File | ||||
mod - core/src/stored/status.cc | Diff File | ||||
mod - core/src/stored/stored.cc | Diff File | ||||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File |