Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logical Disk Name Not Displayed #396

Open
henrys7 opened this issue Jun 29, 2023 · 0 comments
Open

Logical Disk Name Not Displayed #396

henrys7 opened this issue Jun 29, 2023 · 0 comments

Comments

@henrys7
Copy link

henrys7 commented Jun 29, 2023

  • Problem
    • Logical name of disk isn't displayed after detaching and attaching that to VM.
    • I guess it occurs when disk operations (detach & attach) happen within the DiskMapping notification cycle of the guest agent. As a result, the DiskMapping hash remains the same and the logical name is not updated.
  • Version Information
    • Guest Information
      • OS: RHEL 7.6
      • Guest Agent:
        • ovirt-guest-agent-common-1.0.16-1.el7ev
        • qemu-guest-agent-2.12.0
      • but, it appears to be reproducible regardless of the guest OS and agent.
    • VDSM
      • vdsm-4.30.51-1.el7ev
      • but, it's likely that latest version has the same issue as related logic still remains
  • How reproducible:80%
  • Steps to Reproduce:
    • 1.hot-unplug a disk of a VM
    • 2.hot-plug the same disk to the VM again "quickly" (within approximately 5 seconds)
  • Actual results:
    • On admin portal, logical name of the disk isn't displayed
    • Also, DB data related to it is null (logical_name column in vm_device table)
  • Expected results:
    • the logical name of the disk is displayed
  • or any idea like restarting some daemons to display name without affecting the VM?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant