qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] scsi: prefer UUID to VM name for the initiator name
Date: Thu, 12 Sep 2013 10:51:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Il 12/09/2013 10:38, Stefan Hajnoczi ha scritto:
> On Tue, Sep 10, 2013 at 06:40:04PM +0200, Paolo Bonzini wrote:
>> The UUID is unique even across multiple hosts, thus it is
>> better than a VM name even if it is less user-friendly.
>>
>> Signed-off-by: Paolo Bonzini <address@hidden>
>> ---
>>  block/iscsi.c           | 23 ++++++++++++++++-------
>>  include/sysemu/sysemu.h |  2 ++
>>  stubs/Makefile.objs     |  1 +
>>  stubs/uuid.c            | 12 ++++++++++++
>>  4 files changed, 31 insertions(+), 7 deletions(-)
>>  create mode 100644 stubs/uuid.c
> 
> Will changing the initiator name break existing setups/ACLs?

The username for authentication is separate from the initiator name.

It could break persistent reservations, but there is a workaround
(specify the initiator name manually through "-iscsi").  I'll make sure
to document this in the release changelog.

Does it look good?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]