From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeff Moyer To: Damien Le Moal Cc: Jens Axboe , , , Christoph Hellwig , "Martin K . Petersen" , Hannes Reinecke , Shaun Tancheff , Damien Le Moal Subject: Re: [PATCH v8 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes References: <1476772835-18541-1-git-send-email-damien.lemoal@wdc.com> <1476772835-18541-3-git-send-email-damien.lemoal@wdc.com> Date: Tue, 18 Oct 2016 12:43:01 -0400 In-Reply-To: <1476772835-18541-3-git-send-email-damien.lemoal@wdc.com> (Damien Le Moal's message of "Tue, 18 Oct 2016 15:40:30 +0900") Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-ID: Damien Le Moal writes: > diff --git a/Documentation/ABI/testing/sysfs-block b/Documentation/ABI/testing/sysfs-block > index 75a5055..ee2d5cd 100644 > --- a/Documentation/ABI/testing/sysfs-block > +++ b/Documentation/ABI/testing/sysfs-block > @@ -251,3 +251,16 @@ Description: > since drive-managed zoned block devices do not support > zone commands, they will be treated as regular block > devices and zoned will report "none". > + > +What: /sys/block//queue/chunk_sectors > +Date: September 2016 > +Contact: Hannes Reinecke > +Description: > + chunk_sectors has different meaning depending on the type > + of the disk. For a RAID device (dm-raid), chunk_sectors > + indicates the size in 512B sectors of the RAID volume > + stripe segment. For a zoned block device, either > + host-aware or host-managed, chunk_sectors indicates the > + size of 512B sectors of the zones of the device, with ^^ in