Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
zfsbootcfg(8), zpool_influxdb(8): move to the zfs packageThese tools are only useful on a system running ZFS.Reviewed by: imp, manuPull Request: https://github.com/freebsd/freebsd-src/pull/1175
zfs: merge openzfs/zfs@2e2a46e0aNotable upstream pull request merges: #15243 b53077a9e Add zfs_prepare_disk script for disk firmware install #15298 2e2a46e0a Invoke zdb by guid to avoid import er
zfs: merge openzfs/zfs@2e2a46e0aNotable upstream pull request merges: #15243 b53077a9e Add zfs_prepare_disk script for disk firmware install #15298 2e2a46e0a Invoke zdb by guid to avoid import errors #15301 e5d70f467 ZIL: Avoid dbuf_read() in ztest_get_data()Obtained from: OpenZFSOpenZFS commit: 2e2a46e0a597b3ee606ea7dc5bc527459077322f
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
cddl/*: add a WITH(OUT)_DTRACE optionAdd an option to enable/disable DTrace without disabling ZFS. Newarchitectures such as CHERI may support ZFS before they support DTraceand the old model of W
cddl/*: add a WITH(OUT)_DTRACE optionAdd an option to enable/disable DTrace without disabling ZFS. Newarchitectures such as CHERI may support ZFS before they support DTraceand the old model of WITHOUT_CDDL disabling both wasn't helpful.For compatiblity, the CDDL option remains and WITHOUT_CDDL impliesWITHOUT_DTRACE. WITHOUT_DTRACE also implies WITHOUT_CTF.As part of this change, largely convert cddl/*/Makefile to using themore compact SUBDIR.${MK_<FOO>}+= form rather than using intermediatevariables.Reviewed by: markjObtained from: CheriBSDSponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D35718
zfs: attach zpool_influxdb to buildFrom the zpool_influxdb.8 manual page: zpool_influxdb produces InfluxDB-line-protocol-compatible metrics from zpools. Like the zpool command, zpool_influxdb
zfs: attach zpool_influxdb to buildFrom the zpool_influxdb.8 manual page: zpool_influxdb produces InfluxDB-line-protocol-compatible metrics from zpools. Like the zpool command, zpool_influxdb reads the current pool status and statistics. Unlike the zpool command which is intended for humans, zpool_influxdb formats the output in the InfluxDB line protocol. The expected use is as a plugin to a metrics collector or aggregator, such as Telegraf.zpool_influxdb is installed into /usr/libexec/zfs/Differential revision: https://reviews.freebsd.org/D31094MFC after: 3 days