From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Adding target device caused an alignment inconsistency Date: Tue, 1 Mar 2016 14:25:35 -0800 Message-ID: <56D616DF.3010505@sandisk.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development List-Id: dm-devel.ids Hello, With kernel 4.4.0 (openSuSE Tumbleweed) I see the following message appear systematically in the kernel log if udev reports a new path to multipathd: [958779.753012] device-mapper: table: 254:0: adding target device sdg caused an alignment inconsistency: physical_block_size=4096, logical_block_size=512, alignment_offset=0, start=0 This did not happen with previous kernel versions. This causes the initiator to report the new paths as faulty until I run the following command: echo reconfigure | multipathd -k Is this a know issue? Thanks, Bart.