I am running a test\POC oVirt configuration with the following...
oVirt engine: ovirt-engine-4.5.4-1.el8
engine OS: Rocky Linux release 8.7 (Green Obsidian)
install type: stand-alone engine install
I am able to access the serial console of VMs successfully, using the proper SSH command
directly on the engine or remotely. Problem is, the VMs only show up in the list IF the
'admin' or 'admin@ovirt' user is presently logged into the manager UI. If
I log out of the manager UI, the serial console returns 'no VMs'. Is there a
setting or something that I am missing?
==== logged out of manager UI:
[ovirt-vmconsole-proxy-helper]#
/usr/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py --version "1"
consoles --entityid "d55e4ab6-0318-46b0-95bc-12b21144eb88"
{"consoles": [], "version": 1, "content":
"console_list"}
==== logged into manager UI:
[ovirt-vmconsole-proxy-helper]#
/usr/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py --version "1"
consoles --entityid "d55e4ab6-0318-46b0-95bc-12b21144eb88"
{"consoles": [{"console":
"3ecd0eda-130d-434b-9ece-32bbcc3b3e5a.sock", "vmid":
"3ecd0eda-130d-434b-9ece-32bbcc3b3e5a", "host":
"dldvovirt01", "vmname": "mytestvm_2", "vm":
"mytestvm_2"}, {"console":
"4e6abfbe-ede3-4e87-8d07-4ed1d6cb715c.sock", "vmid":
"4e6abfbe-ede3-4e87-8d07-4ed1d6cb715c", "host":
"dldvovirt02", "vmname": "testvm_4", "vm":
"testvm_4"}, {"console":
"dc4d017b-4f68-4eee-b80e-e49122345139.sock", "vmid":
"dc4d017b-4f68-4eee-b80e-e49122345139", "host":
"dldvovirt01", "vmname": "mytestvm_3", "vm":
"mytestvm_3"}], "version": 1, "content":
"console_list"}
Any help would be appreciated.
Show replies by date