[developer] [openzfs/openzfs] 9463 zloop warns that "sudo: command not found" (#615)

2018-04-12 Thread brad-lewis
At the start of the zloop logs we find a warning that states "/bin/zloop: line 150: sudo: command not found". /bin/zloop: line 150: sudo: command not found Upstream bug: DLPX-52252 You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/615 -- C

[developer] Re: [openzfs/openzfs] 9324 zfs-recv can be broken by some ZFS-ioctls (PROPOSAL) (#595)

2018-04-12 Thread Roman Strashkin
> there is a concurrency problem that is being avoided. correct, there are 3 items that involved into the problem: 1. IOCTLs that do **zfsvfs_hold()**->**zfsvfs_create()**->**dmu_objset_own()**->long-hold 2. **zfs_domount()**->**zfsvfs_create()**->**dmu_objset_own()**->long-hold 3. ZFS-Recv: **dmu

[developer] [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-04-12 Thread brad-lewis
…ons to their next stages without leaving them accumulate changes Reviewed by: Matt Ahrens Reviewed by: Brad Lewis Creating a fragmented pool in a DCenter VM and continuously writing to it with multiple instances of randwritecomp, we get the following output from txg.d: 0ms 311MB in 411

[developer] [openzfs/openzfs] 9465 ARC check for 'anon_size > arc_c/2' can stall the system (#617)

2018-04-12 Thread brad-lewis
Reviewed by: Sebastien Roy Reviewed by: Matt Ahrens Reviewed by: Prashanth Sreenivasa Seen in a test suite run of checkpoint_big_rewind which uses a nested pool. Does not appear to reproduce easily. Current theory is that the upper pool’s dirty/anon data is preventing the lower pool from addin

[developer] [openzfs/openzfs] 9454 ::zfs_blkstats should count embedded blocks and 9443 panic when scrub a v10 pool (#618)

2018-04-12 Thread brad-lewis
You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/618 -- Commit Summary -- * 9454 ::zfs_blkstats should count embedded blocks * 9443 panic when scrub a v10 pool -- File Changes -- M usr/src/uts/common/fs/zfs/dsl_scan.c (13) -- P

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-04-12 Thread Matthew Ahrens
@ahrens pushed 3 commits. 363b893 assertion failure in arc_release() during encrypted receive 48f5098 tom feedback 2b622bf more feedback -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openzfs/openzfs/pull/489/files/ef73ffd309419acb8

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-04-12 Thread Matthew Ahrens
@GernotS I've pushed some more commits here that address the `HDR_IO_IN_PROGRESS()` panic (see https://github.com/zfsonlinux/zfs/pull/7429 for details on that one). I'm not sure if it will address the `Page fault`, but can you give this another try? -- You are receiving this because you are s

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-04-12 Thread Jorgen Lundman
@lundman pushed 1 commit. 893c519 receive_spill does not byte swap spill contents -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openzfs/openzfs/pull/489/files/2b622bf65fed5df4a70f8b63f9e9b42c4792bfea..893c519c9dcb7eae00acb466c9d19c2c

[developer] [openzfs/openzfs] 9466 add JSON output support to channel programs (#619)

2018-04-12 Thread Alek P
This is an upstream attempt for a relatively simple ZoL patch that adds JSON output to channel programs (see https://github.com/zfsonlinux/zfs/pull/7281). By piggybacking JSON output on top of channel programs we ensure that JSON output support is targeted to scripting use cases and is easily ma

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-04-12 Thread Matthew Ahrens
@ahrens pushed 1 commit. f46f092 add codes to truss -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openzfs/openzfs/pull/489/files/893c519c9dcb7eae00acb466c9d19c2c37b26ed3..f46f0922baeffdc1b7b8750a4fe9ed4ef202ade6

[developer] Re: [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-04-12 Thread Andriy Gapon
@brad-lewis could you please provide a link to `txg.d` or a legend for the numbers in the table? Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/616#issuecomment-381027707