Skip to content

Commit

Permalink
Merge branch 'snmp-startup'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Dec 16, 2021
2 parents f245bf6 + 5eaecee commit f0483b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
device to a cluster (broken since pcs-0.10.9) ([rhbz#2028902])
- `resource update` command exiting with a traceback when updating a resource
with a non-existing resource agent ([rhbz#2019836])
- pcs\_snmp\_agent is working again (broken since pcs-0.10.1) ([ghpull#431])

[ghpull#431]: https://github.com/ClusterLabs/pcs/pull/431
[rhbz#2028902]: https://bugzilla.redhat.com/show_bug.cgi?id=2028902
[rhbz#2019836]: https://bugzilla.redhat.com/show_bug.cgi?id=2019836

Expand Down
1 change: 1 addition & 0 deletions pcsd/pcsd-cli-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


PCS = get_pcs_path()
PCS_INTERNAL = get_pcs_internal_path()
$logger_device = StringIO.new
$logger = Logger.new($logger_device)
early_log($logger)
Expand Down

0 comments on commit f0483b6

Please sign in to comment.