Hi,
Today I have tested the following features:
1090798 [RFE] Admin GUI - Add host uptime information to the
"General" tab
1108861 [RFE] Support logging of commands parameters
1090808 [RFE] Ability to dismiss alerts and events from web-admin
portal
Results:
1090798 [RFE] Admin GUI - Add host uptime information to
the "General" tab
The host boot time appears on the host general subtab (see attached
screenshot), note that the boot time showed is in the timezone of
the host, perhaps it'll be wise to add a documentation about it
as the host and the engine might be in two different time zone
(FYI Dima)
1108861 [RFE] Support logging of commands parameters
When changing the log threshold of ovirt to DEBUG, all the commands
tested included a dump of the parameters, for instance:
2014-07-01 14:45:59,908 INFO
[org.ovirt.engine.core.bll.AddImageFromScratchCommand]
(http--0.0.0.0-8080-1) [766feacc] Running command:
AddImageFromScratchCommand(MasterVmId =
d2e5e41f-241b-4832-8f85-85382216bfa1, DiskInfo =
org.ovirt.engine.core.common.businessentities.DiskImage@169bd050,
ShouldRemainIllegalOnFailedExecution = false, ImageId =
00000000-0000-0000-0000-000000000000, VmSnapshotId =
27ea8f58-6742-4075-b44f-349b7556177c, DiskAlias = mlip_Disk3,
DestinationImageId = 00000000-0000-0000-0000-000000000000,
OldLastModifiedValue = null, ImageGroupID =
00000000-0000-0000-0000-000000000000, ImportEntity = false,
LeaveLocked = false, Description = null, StorageDomainId =
0355997e-5b39-48ff-92aa-6ffb2d91e526, QuotaId = null, IsInternal =
false, VdsId = null, StoragePoolId =
9ada25ba-5156-48a9-a995-08ac9882abc6, ForceDelete = false)
internal: true. Entities affected : ID:
0355997e-5b39-48ff-92aa-6ffb2d91e526 Type: Storage
1090808 [RFE] Ability to dismiss alerts and
events from web-admin portal
The alerts tab included an X icon that upon click made the alert
disappear, the right mouse button context menu included a dismiss
menu item that did the same and a clear all button that restored all
dismissed alerts
Two notes: (FYI Ravi)
1. The original bug description refers to alerts & events, the
dismiss option exists via webadmin only for alerts and not for
events, was this on purpose?
2. Although it was not explained in the bug, the clear all button to
my understanding is supposed to dismiss all alerts, instead it
restores all the dismissed alerts and make them reappear, is this
the wanted behavior?