-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing past end of object #121
Milestone
Comments
Thanks. This pool is version 23, created by zfs-fuse. What other information will you need?
|
Hopefully that will be enough info, I'll try and talk with the Solaris guys and see if this isn't already fixed upstream. |
Closing issue, I've heard no additional reports of this in the last 8 months. It has been a one time event as far as I can tell. |
richardelling
pushed a commit
to richardelling/zfs
that referenced
this issue
Oct 15, 2018
…ng snap_zv (openzfs#121) ... for given io_num Signed-off-by: Vishnu Itta <vitta@mayadata.io>
sdimitro
pushed a commit
to sdimitro/zfs
that referenced
this issue
Feb 14, 2022
rkojedzinszky
pushed a commit
to rkojedzinszky/zfs
that referenced
this issue
Mar 7, 2023
MS-FSCC 2.6 is the governing document for DOS attribute behavior. It specifies the following: For a file, applications can read the file but cannot write to it or delete it. For a directory, applications cannot delete it, but applications can create and delete files from the directory. Signed-off-by: Andrew Walker <awalker@ixsystems.com>
ixhamza
pushed a commit
to ixhamza/zfs
that referenced
this issue
Nov 15, 2023
MS-FSCC 2.6 is the governing document for DOS attribute behavior. It specifies the following: For a file, applications can read the file but cannot write to it or delete it. For a directory, applications cannot delete it, but applications can create and delete files from the directory. Signed-off-by: Andrew Walker <awalker@ixsystems.com>
arter97
pushed a commit
to arter97/zfs
that referenced
this issue
Nov 23, 2023
MS-FSCC 2.6 is the governing document for DOS attribute behavior. It specifies the following: For a file, applications can read the file but cannot write to it or delete it. For a directory, applications cannot delete it, but applications can create and delete files from the directory. Signed-off-by: Andrew Walker <awalker@ixsystems.com>
ixhamza
pushed a commit
to ixhamza/zfs
that referenced
this issue
Jun 13, 2024
MS-FSCC 2.6 is the governing document for DOS attribute behavior. It specifies the following: For a file, applications can read the file but cannot write to it or delete it. For a directory, applications cannot delete it, but applications can create and delete files from the directory. Signed-off-by: Andrew Walker <awalker@ixsystems.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported in zfs-discuss. The following crash occurred after roughly a day of use. The error indicates that we attempted to access beyond the end of an object. I've cleaned up and added the stack from the zfs-discuss list.
As a work around setting 'zfs_recover = 1' will prevent the panic and simply return an error to the application. I suspect it's an upstream ZFS v28 pool issue not related to the Linux port because what looks to be an identical issue has been reported in the FreeBSD port which is based on v28.
http://lists.freebsd.org/pipermail/freebsd-fs/2010-September/009380.html
The text was updated successfully, but these errors were encountered: