Displaying 20 results from an estimated 500 matches similar to: "6355162 ''zfs restore -d'' should not succeed upon a volume"
2006 Oct 31
0
6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
Author: eschrock
Repository: /hg/zfs-crypto/gate
Revision: 975fad4fa05753c23a18254797cce42bb33b4375
Log message:
6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
6433406 zfs_open() can leak memory on failure
6433408 namespace_reload() can leak memory on allocation failure
6433679 zpool_refresh_stats() has poor error semantics
6433680 changelist_gather()
2006 Oct 31
0
6364129 need to unmount any child datasets before doing the rollback
Author: lling
Repository: /hg/zfs-crypto/gate
Revision: 2e20e3394572a9bd1392520e3dc0fff83f57b611
Log message:
6364129 need to unmount any child datasets before doing the rollback
6364126 cannot rollback when a child filesystem is created after a snapshot is taken
6350233 Cannot rename filesystem|volume while it has dependent clones
Files:
update: usr/src/cmd/zfs/zfs_main.c
update:
2008 Mar 03
0
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 04f168232992beb7ebec3b25a69735bb3e2ab678
Total changesets: 1
Log message:
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/cmd/zoneadm/zfs.c
update: usr/src/cmd/zpool/zpool_main.c
update:
2005 Dec 14
0
ZFS fixes in build 29
For the curious, the following is a list of ZFS-related bugs and RFEs
integrated in build 29:
6343625 ZFS RBAC integration is incomplete
6343938 ::spa -v tried to read NULL vdev
6344502 placeholder bug for the remaining Makefile cleanup work for ZFS
6345206 zpool iostat doesn''t always line up
6345547 assertion failed: tempreserve < arc.c/4 from zfs_rename
6348792 incorrect error
2008 Apr 02
0
885 dataset creation panics if pool keystatus not ''available''.
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 4c9597e1e4e9b6cbd6c20be06f0cdf9c409d3629
Total changesets: 1
Log message:
885 dataset creation panics if pool keystatus not ''available''.
360 check for key on creation should be in dmu_objset_create_check()
782 zfs keysource=raw fails with keyscope=dataset when file
2006 Oct 31
0
6407444 unhandled i/o error from dnode_next_offset_level()
Author: ahrens
Repository: /hg/zfs-crypto/gate
Revision: 2515f06e22b3263851614e08b37dd2736737f102
Log message:
6407444 unhandled i/o error from dnode_next_offset_level()
6411780 unhandled i/o error from dnode_sync_free() due to faulty pre-read logic
Files:
update: usr/src/lib/libzfs/common/libzfs_dataset.c
update: usr/src/uts/common/fs/zfs/dmu_tx.c
update: usr/src/uts/common/fs/zfs/dnode.c
2008 Jul 25
0
resynv onnv-gate
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
2006 Oct 31
0
6359739 panic in zfsctl_snapshot_zname()
Author: maybee
Repository: /hg/zfs-crypto/gate
Revision: 6c892fa096b34a348c9489847e427459b36f663d
Log message:
6359739 panic in zfsctl_snapshot_zname()
Files:
update: usr/src/uts/common/fs/zfs/zfs_ctldir.c
2007 Nov 20
6
How to dereference a pointer to a pointer
Hi. I would like to print out a field of a vnode, but the argument to
the function is of type vnode_t **.
If I set "this->vpp" to arg2 in an entry function to zfs_lookup(), I''d
like to retrieve the value of one of the fields of *(this->vpp) in the
return function. Something like the below (but the syntax below is not
right):
printf("zfs_lookup:
2008 May 28
1
[Bug 2057] New: zpool key -u - permission denied should be clear
http://defect.opensolaris.org/bz/show_bug.cgi?id=2057
Summary: zpool key -u - permission denied should be clear
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P3
Component: other
AssignedTo: ajscarp
2007 Sep 11
1
passphrase & keymgr load/unload
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/zfs-crypto-gate
Latest revision: 9a17248d7cc3087d39ca752bff184ae5a7831cf6
Total changesets: 1
Log message:
passphrase & keymgr load/unload
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/cmd/zpool/zpool_main.c
update: usr/src/common/zfs/zfs_prop.c
update:
2008 Mar 27
5
[Bug 871] New: ''zpool key -l'' core dumped with keysource=hex, prompt and unmatched entered in
http://defect.opensolaris.org/bz/show_bug.cgi?id=871
Summary: ''zpool key -l'' core dumped with keysource=hex,prompt and
unmatched entered in
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Windows
Status: NEW
Severity: minor
2008 Jan 21
0
293 AES_CBC_PAD keywrap
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: b44ed1cdde88c002bba91ae1bac55f456adcc95d
Total changesets: 1
Log message:
293 AES_CBC_PAD keywrap
Fix key load once and for all by using xcopyin & uint64_t everywhere
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/lib/libzfs/common/libzfs.h
update:
2009 Jul 05
0
Solaris ZFS native API publicly available??
Hi All,
I would like to know whether the ZFS native API for SunOS (http://www.opensolaris.org/os/community/zfs/source/) is publicly available now? I see in some old mailing lists (2 years old) that they were not publicly available. Is this still true?
Also I see there is a java API available at https://zfs.dev.java.net/apidocs/org/jvnet/solaris/libzfs/LibZFS.html &
2006 Jun 19
0
snv_42 zfs/zpool dump core and kernel/fs/zfs won''t load.
I''m pretty sure this is my fault but I need some help in fixing the system.
It was installed at one point with snv_29 with the pre integration
SUNWzfs package. I did a live upgrade to snv_42 but forgot to remove
the old SUNWzfs before I did so. When the system booted up got
complaints about kstat install because I still had an old zpool kernel
module lying around.
So I did pkgrm
2020 Jul 21
0
Arstechnica reviews Samba-based iXsystems TrueNAS Core
On Mon, Jul 20, 2020 at 7:47 PM Jeremy Allison via samba <
samba at lists.samba.org> wrote:
> Really nice write-up on the Samba-based
> Open Source project !
>
>
> https://arstechnica.com/gadgets/2020/07/an-easy-mode-for-zfs-we-test-the-truenas-core-12-0-beta/
>
> Congratulations to the FreeNAS/TrueNAS folks !
>
> Jeremy.
>
> --
> To unsubscribe from this
2007 Feb 14
5
Need help making lsof work with ZFS
I contacted the author of ''lsof'' regarding the missing ZFS support. The command works but fails to display any files that are opened by the process in a ZFS filesystem. He indicates that the required ZFS kernel structure definitions (header files) are not shipped with the OS. He further indicated that he rummaged through the OpenSolaris source tree and the files doesn''t
2008 Feb 25
3
[Bug 631] New: zpool get with no pool name dumps core in zfs-crypto
http://defect.opensolaris.org/bz/show_bug.cgi?id=631
Summary: zpool get with no pool name dumps core in zfs-crypto
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P4
Component: other
AssignedTo:
2010 Jun 11
9
Are recursive snapshot destroy and rename atomic too?
In another thread recursive snapshot creation was found atomic so that
it is done quickly, and more important, all at once or nothing at all.
Do you know if recursive destroying and renaming of snapshots are atomic too?
Regards
Henrik Heino
2008 Mar 17
1
[Bug 782] New: zfs keysource=raw fails with keyscope= dataset when file doesn''t exist
http://defect.opensolaris.org/bz/show_bug.cgi?id=782
Summary: zfs keysource=raw fails with keyscope=dataset when file
doesn''t exist
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P4