[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2018-01-09 Thread Yuri Pankov
Why? -- 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/470#issuecomment-356407180 -- openzfs-developer Archives:

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2018-01-09 Thread Prakash Surya
Closed #470. -- 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/470#event-1416438801 -- openzfs-developer Archives:

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-25 Thread Yuri Pankov
yuripv commented on this pull request. > @@ -59,6 +59,11 @@ vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t > *max_psize, int error; /* +* Rotational optimizations only make sense on block devices @richardelling yes, I added the ```un_f_is_rotational``` exactly

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-25 Thread Brian Behlendorf
@jblachly @prakashsurya yes, I'm on board with the renaming. We'll want to get a PR open against ZoL for the rename and the inversion of the logic where it's used. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-24 Thread James S Blachly, MD
I am happy to reverse this nomenclature/logic (i.e. "rotation is the exception that applies to block devices.") although this could then be confusing with respect to ZOL unless they also reversed. Is there a consensus? -- You are receiving this because you are subscribed to this thread. Reply

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-22 Thread Richard Elling
richardelling commented on this pull request. > @@ -59,6 +59,11 @@ vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t > *max_psize, int error; /* +* Rotational optimizations only make sense on block devices I don't think we need a code change here, there is lots of

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-22 Thread Yuri Pankov
yuripv commented on this pull request. > @@ -153,6 +153,7 @@ struct vdev { vdev_stat_t vdev_stat; /* virtual device statistics*/ boolean_t vdev_expanding; /* expand the vdev? */ boolean_t vdev_reopening; /* reopen in progress?