[Bug 245898] databases/rrdtool: rrdtool resize does not work on zfs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 25 09:11:15 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245898
Bug ID: 245898
Summary: databases/rrdtool: rrdtool resize does not work on zfs
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: zeising at FreeBSD.org
Reporter: bokutin at bokut.in
Flags: maintainer-feedback?(zeising at FreeBSD.org)
Assignee: zeising at FreeBSD.org
Attachment #213772 text/plain
mime type:
Created attachment 213772
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213772&action=edit
patch for rrdtool-1.7.2_2
rrdtool resize does not work on zfs.
# rrdtool resize source.rrd 0 GROW 1
ERROR: Can't create 'resize.rrd': No error: 0
# ls -l resize.rrd
-rw-r--r-- 1 root wheel 0 4月 25 15:39 resize.rrd
The cause was that posix_fallocate returned EINVAL.
I created a patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list