K 10 svn:author V 3 mav K 8 svn:date V 27 2016-03-10T16:39:46.008155Z K 7 svn:log V 354 Make ZFS ignore stripe sizes above SPA_MAXASHIFT (8KB). If device has stripe size bigger then maximal sector size supported by ZFS, there is nothing can be done to avoid read-modify-write cycles. Taking that stripe size into account will only reduce space efficiency and pointlessly bother user with warnings that can not be fixed. Discussed with: smh END