Hi all, In my quest to get targetcli exporting mhvtl devices I ran into a dev0 in se_dev_align_max_sectors. Now I am running kernel-3.10.0-229.el7 so it might be patched in newer kernels, but it seems that when using pscsi to export tape/changer scsi devices (being that they aren't block devices) it encounters a zero value for block_size. I've made my self a patch that sets a zero block size to PAGE_SIZE and it's working, but I'm not sure if this is the correct fix. (Patch is just a simple if block_size == 0 then block_size = PAGE_SIZE) So I guess I'm trying to a) find out if that is a valid fix and b) regardless if it is/isn't get a fix into mainline for other people to use. Thanks in advance Malcolm Haak -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html