• R
    scsi-disk: change disk serial length from 20 to 36 · 48b62063
    Rony Weng 提交于
    Openstack Cinder assigns volume a 36 characters uuid as serial.
    QEMU will shrinks the uuid to 20 characters, which does not match
    the original uuid.
    
    Note that there is no limit to the length of the serial number in
    the SCSI spec.  20 was copy-pasted from virtio-blk which in turn was
    copy-pasted from ATA; 36 is even more arbitrary.  However, bumping it
    up too much might cause issues (e.g. 252 seems to make sense because
    then the maximum amount of returned data is 256; but who knows there's
    no off-by-one somewhere for such a nicely rounded number).
    Signed-off-by: NRony Weng <ronyweng@synology.com>
    Message-Id: <1472457138-23386-1-git-send-email-ronyweng@synology.com>
    Cc: qemu-stable@nongnu.org
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    48b62063
scsi-disk.c 91.9 KB