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

2018-01-09 Thread Prakash Surya
@yuripv I closed this due to inactivity, and the fact that I didn't originate the change. Feel free to pick it up via a new PR and address the issues raised in the comments. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

[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: https://openzfs.topicbox.com/grou

[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: https://openzfs.topicbox.com/gr

[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 f

[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: https://gi

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

2017-09-25 Thread Prakash Surya
@behlendorf pinging you directly (please the comment above), since we'll want to get you on board w.r.t. changing this in the ZOL codebase too. -- 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/openz

[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 t

[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?

[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. > @@ -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 and the device property we added is "device-rotational" as well.

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

2017-09-22 Thread Brian Behlendorf
behlendorf 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 So under Linux in user space this tuning does appear as `/sys

[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 nit: don't assume people have common sense. A better approa

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

2017-09-22 Thread Igor K
ikozhukhov approved this pull request. -- 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#pullrequestreview-64628626 -- openzfs-developer Ar