Skip to content

Commit 2e861ea

Browse files
JackDangergmelikov
authored andcommitted
Fixing typo in sector size workarounds
Added missing 'of' to one sentence and clarified the next.
1 parent c220891 commit 2e861ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Performance and Tuning/Workload Tuning.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ performance degradation as partial sector writes. In some cases, the
8888
design of NAND-flash makes the performance degradation even worse, but
8989
that is beyond the scope of this description.
9090

91-
Reporting the correct sector sizes is the responsibility the block
92-
device layer. This unfortunately has made proper handling of devices
93-
that misreport drives different across different platforms. The
94-
respective methods are as follows:
91+
Reporting the correct sector sizes is the responsibility of the block
92+
device layer. Since many devices misreport their sector sizes and ZFS relies
93+
on the block device layer for this information, each platform has developed
94+
different workarounds. The platform-specific methods are as follows:
9595

9696
- `sd.conf <http://wiki.illumos.org/display/illumos/ZFS+and+Advanced+Format+disks#ZFSandAdvancedFormatdisks-OverridingthePhysicalBlockSize>`__
9797
on illumos

0 commit comments

Comments
 (0)