Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1599652

Summary: [virtio-win][vioscsi][q35] Job "Storage Query Property (LOGO)" failed as "0 is an invalid value for SerialNumberOffset." with q35
Product: Red Hat Enterprise Linux 7 Reporter: Yu Wang <wyu>
Component: virtio-winAssignee: Vadim Rozenfeld <vrozenfe>
virtio-win sub component: virtio-win-prewhql QA Contact: Virtualization Bugs <virt-bugs>
Status: CLOSED NOTABUG Docs Contact:
Severity: medium    
Priority: medium CC: michen, phou, wyu
Version: 7.6   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-18 07:35:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
failed_log none

Description Yu Wang 2018-07-10 10:11:49 UTC
Created attachment 1457761 [details]
failed_log

Description of problem:


Version-Release number of selected component (if applicable):
kernel-3.10.0-919.el7.x86_64
virtio-win-prewhql-154/156
qemu-kvm-rhev-2.12.0-7.el7.x86_64
seabios-bin-1.11.0-2.el7.noarch

How reproducible:
2/2

Steps to Reproduce:
1.
boot guest with q35 virtio-scsi-pci
-device pcie-root-port,id=pcie.0-root-port-3,slot=3,chassis=3,addr=0x3,bus=pcie.0 -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pcie.0-root-port-3,addr=0x0 -drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=qcow2,file=virtio-scsi.qcow2 



2. submit job
3.

Actual results:
Failed as "0 is an invalid value for SerialNumberOffset."

Expected results:


Additional info:
1 Failed log refer to attachment
2 Both failed on RHEL7 and RHEL8
3 Pass with pc chipset
4 Pass with virtio-blk-pci device with q35 and pc

Comment 2 Vadim Rozenfeld 2018-07-17 11:39:53 UTC
Can we try adding  ",serial=xx..xx"  to the drive options?

Thanks,
Vadim

Comment 3 Yu Wang 2018-07-18 07:35:03 UTC
(In reply to Vadim Rozenfeld from comment #2)
> Can we try adding  ",serial=xx..xx"  to the drive options?

After adding "serial=xxx", this case passed. I will close this bug.
> 
> Thanks,
> Vadim