Re: [developer] Re: [openzfs/openzfs] 8115 parallel zfs mount (v2) (#536)

2018-02-10 Thread Igor Kozhukhov
about libfakekernel dependencies. to me - it is not good code design. we have dependency to libfakekernel everywere we need just taskq. why not use shared sources for taskq in places where we need it? or i have missed something? we no need duplicate code with taskq - we can use the same sources i

Re: [developer] Re: [openzfs/openzfs] 8115 parallel zfs mount (v2) (#536)

2018-02-09 Thread Prakash Surya
On Fri, Feb 9, 2018 at 7:33 AM, Schweiss, Chip wrote: > I've been following this review for a while. Sorry, if this is not the > correct place for this comment. > > Personally, I've been doing similar outside zpool import by doing a 'zpool > import -N' then parallel executing 'zfs mount {folder

Re: [developer] Re: [openzfs/openzfs] 8115 parallel zfs mount (v2) (#536)

2018-02-09 Thread Schweiss, Chip
I've been following this review for a while. Sorry, if this is not the correct place for this comment. Personally, I've been doing similar outside zpool import by doing a 'zpool import -N' then parallel executing 'zfs mount {folder}' followed by parallel executing 'zfs share {folder}'. My zpool