Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892269 - sys-fs/zfs-9999: uses conf.d files in systemd units
Summary: sys-fs/zfs-9999: uses conf.d files in systemd units
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL: https://github.com/openzfs/zfs/pull/1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-27 20:17 UTC by Georgy Yakovlev
Modified: 2024-02-14 10:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2023-01-27 20:17:52 UTC
https://github.com/openzfs/zfs/pull/12946

basically all units are configured to read /etc/conf.d/zfs as an environment file.

which is incorrect on our systems.
* QA Notice: systemd units using /etc/conf.d detected:         
 * /usr/lib/systemd/system/zfs-import-cache.service:EnvironmentFile=-/etc/conf.d/zfs                                            
 * /usr/lib/systemd/system/zfs-import-scan.service:EnvironmentFile=-/etc/conf.d/zfs                                             
 * /usr/lib/systemd/system/zfs-mount.service:EnvironmentFile=-/etc/conf.d/zfs                                                   
 * /usr/lib/systemd/system/zfs-scrub@.service:EnvironmentFile=-/etc/conf.d/zfs                                                  
 * /usr/lib/systemd/system/zfs-share.service:EnvironmentFile=-/etc/conf.d/zfs                                                   
 * /usr/lib/systemd/system/zfs-trim@.service:EnvironmentFile=-/etc/conf.d/zfs                                                   
 * /usr/lib/systemd/system/zfs-volume-wait.service:EnvironmentFile=-/etc/conf.d/zfs                                             
 * /usr/lib/systemd/system/zfs-zed.service:EnvironmentFile=-/etc/conf.d/zfs                                                     
 * See: https://wiki.gentoo.org/wiki/Project:Systemd/conf.d_files

Reproducible: Always