[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8d752421-310f-46d6-fbae-bd72a05d4021@huawei.com>
Date: Tue, 13 Jul 2021 09:27:12 +0800
From: Wenchao Hao <haowenchao@...wei.com>
To: Stefan Hajnoczi <stefanha@...hat.com>
CC: "James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
"Michael S. Tsirkin" <mst@...hat.com>,
"Jason Wang" <jasowang@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>,
<linux-scsi@...r.kernel.org>,
<virtualization@...ts.linux-foundation.org>,
<linux-kernel@...r.kernel.org>,
Zhiqiang Liu <liuzhiqiang26@...wei.com>,
"Wu Bo" <wubo40@...wei.com>, <linfeilong@...wei.com>,
<yuzhanzhan@...wei.com>
Subject: Re: [bug report]scsi: drive letter drift problem
On 2021/7/12 17:34, Stefan Hajnoczi wrote:
> On Mon, Jul 12, 2021 at 12:47:05PM +0800, Wenchao Hao wrote:
>> We deploy two SCSI disk in one SCSI host(virtio-scsi bus) for one machine,
>> whose ids are [0:0:0:0] and [0:0:1:0].
>>
>> Mostly, the device letter are assigned as following after reboot:
>> [0:0:0:0] --> sda
>> [0:0:1:0] --> sdb
>>
>> While in rare cases, the device letter shown as following:
>> [0:0:0:0] --> sdb
>> [0:0:1:0] --> sda
>>
>> Could we guarantee "sda" is assigned to [0:0:0:0] and "sdb" is assigned to
>> [0:0:1:0] or not?
>> If we can, then how?
> Is there a stable ID that you can use in /dev/disk/by-*?
>
> Stefan
Thanks, we found /dev/disk/by-path may be helpful
Powered by blists - more mailing lists