Page MenuHomeFreeBSD

Attach zpool_influxdb to OpenZFS build
AcceptedPublic

Authored by mm on Jul 4 2021, 9:13 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, May 10, 3:34 PM
Unknown Object (File)
Dec 17 2023, 4:28 PM
Unknown Object (File)
Nov 9 2023, 4:10 AM
Unknown Object (File)
Nov 2 2023, 11:45 PM
Unknown Object (File)
Jun 22 2023, 6:49 PM
Unknown Object (File)
Jun 22 2023, 6:49 PM
Unknown Object (File)
May 3 2023, 5:42 PM
Unknown Object (File)
Feb 27 2023, 10:27 PM
Subscribers
None

Details

Summary

This attaches /usr/libexec/zfs/zpool_influxdb to OpenZFS build.

OpenZFS targets this binary into "$(DESTDIR)$(zfsexecdir)" where "zfsexecdir = ${exec_prefix}/libexec/zfs"

Makefile.depend should be like zpool, how to autogenerate this file?

Test Plan

make universe passed

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mm requested review of this revision.Jul 4 2021, 9:13 PM
mm created this revision.

This looks good to me. I recall that Makefile.depend will be generated by whoever needs it and does not need to be committed if you aren't sure how to do it, but I don't see that in the committer's guide so I'm not sure where that idea came from. Hopefully someone else has input on that aspect.

This revision is now accepted and ready to land.Jul 6 2021, 3:51 PM

I always have to ask sjg. Maybe add him to the review?