Skip to content

in_systemd: pass storage conf to storage_create to support named storage#140

Merged
kenhys merged 1 commit into
fluent-plugins-nursery:masterfrom
Watson1978:storage
Jun 15, 2026
Merged

in_systemd: pass storage conf to storage_create to support named storage#140
kenhys merged 1 commit into
fluent-plugins-nursery:masterfrom
Watson1978:storage

Conversation

@Watson1978

Copy link
Copy Markdown
Contributor

Previously, storage_create was called without the conf argument, which prevented it from properly parsing named storage sections .

This commit extracts the storage configuration and explicitly passes it to storage_create along with default_type.
This ensures that named storage settings are correctly applied and accurately reflected in the storage paths.

Fix #109

Previously, `storage_create` was called without the `conf` argument,
which prevented it from properly parsing named storage sections .

This commit extracts the storage configuration and explicitly passes it
to `storage_create` along with `default_type`.
This ensures that named storage settings are correctly applied and accurately reflected in the
storage paths.
@Watson1978 Watson1978 requested a review from kenhys June 15, 2026 03:44
@kenhys kenhys merged commit 01ceb73 into fluent-plugins-nursery:master Jun 15, 2026
9 checks passed
@Watson1978 Watson1978 deleted the storage branch June 15, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't configure storage with the conf.arg parameter

2 participants