When all users logged into guest OS log out the list is not emptied and the last logged in users stays displayed.
Verified with: vdsm-4.40.28-1.el8ev.x86_64 ovirt-engine-4.4.3.1-0.7.el8ev.noarch Steps: 1. create and run a VM(using latest-rhel-guest-image-8.2-infra template) 2. log into guest OS via `ssh root@guestip` 3. create users: test1, test2, test3 4. log into guest OS via `ssh test1@guestip`, `ssh test2@guestip`, `ssh test3@guestip` 5. check logged in user list 6. log out all users by sequence root, test1, test3, test2 7. check logged in user list Results: 1. After all users logged in,the logged in user list is root,test1,test2,test3 2. After all users logged out, the logged in user list is empty, which is the desired result.
This bugzilla is included in oVirt 4.4.3 release, published on November 10th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.3 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.