Bug 1563426 - Unable to setup host local storage - Uncaught exception occurred - Details: (TypeError) : Cannot read property 'b' of null
Summary: Unable to setup host local storage - Uncaught exception occurred - Details: ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Frontend.WebAdmin
Version: 4.2.2
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ovirt-4.2.3
: 4.2.3.2
Assignee: Benny Zlotnik
QA Contact: Pavol Brilla
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-03 23:01 UTC by Aaren
Modified: 2018-05-10 06:31 UTC (History)
6 users (show)

Fixed In Version: ovirt-engine-4.2.3.2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-05-10 06:31:13 UTC
oVirt Team: Storage
Embargoed:
rule-engine: ovirt-4.2+
rule-engine: blocker+


Attachments (Terms of Use)
ovirt42-local-storage-ui-error (49.67 KB, image/jpeg)
2018-04-03 23:01 UTC, Aaren
no flags Details
ovirt-engine-ui.log (8.41 KB, text/plain)
2018-04-18 17:55 UTC, C Hoover
no flags Details
ui error with successfully local domain (22.23 KB, text/plain)
2018-04-19 15:06 UTC, Pavol Brilla
no flags Details
screenshot (158.50 KB, image/png)
2018-04-19 17:48 UTC, C Hoover
no flags Details
storage name edit (52.11 KB, image/png)
2018-04-19 18:17 UTC, Benny Zlotnik
no flags Details


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 89832 0 'None' MERGED webadmin: use auto-detect in local storage host 2020-11-26 09:22:23 UTC
oVirt gerrit 90105 0 'None' MERGED webadmin: use auto-detect in local storage host 2020-11-26 09:22:23 UTC

Description Aaren 2018-04-03 23:01:00 UTC
Created attachment 1416976 [details]
ovirt42-local-storage-ui-error

Description of problem:

The ovirt UI will not let me set a host in maintenance mode for local storage. 

ui.log:2018-04-03 18:41:06,293-04 ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-45) [] Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'b' of undefined
ui.log:2018-04-03 18:43:31,519-04 ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-53) [] Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : b is null


Version-Release number of selected component (if applicable):

Installed Packages
Name        : ovirt-engine
Arch        : noarch
Version     : 4.2.2.6
Release     : 1.el7.centos
Size        : 2.5 M
Repo        : installed
From repo   : ovirt-4.2
Summary     : Management server for Open Virtualization
URL         : http://www.ovirt.org


How reproducible:
Try to setup the node with local storage.

Steps to Reproduce:
1. Setup ovirt-engine on host
2. go to web UI for ovirt
3. ad said host to engine
4. set host to maintenance mode
5. select Host, then [management], then [configure local storage]

Then see Error in web ui:
Uncaught exception occurred. Please try reloading the page. Details: (TypeError) : Cannot read property 'b' of null
Please have your administrator check the UI logs

Actual results:

Not able to setup host local storage.

Expected results:

Host gets setup for local storage.

Additional info:
```
[root@ovirt]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
[root@ovirt]# uname -r
3.10.0-693.21.1.el7.x86_64

```

Comment 1 Aaren 2018-04-03 23:02:02 UTC
uncertain which team should review, please change accordingly.

Comment 2 Allon Mureinik 2018-04-04 04:21:11 UTC
Benny - you are this week's contact. Can you take a look, please?

Comment 3 Benny Zlotnik 2018-04-04 07:40:51 UTC
[ERROR] Wed Apr 04 10:21:26 IDT 2018 
[ERROR] SEVERE: Uncaught exception
[ERROR] java.lang.NullPointerException
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.Linq$ServerCpuPredicate.test(Linq.java:140)
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.Linq$ServerCpuPredicate.test(Linq.java:1)
[ERROR] 	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
[ERROR] 	at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1359)
[ERROR] 	at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
[ERROR] 	at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
[ERROR] 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
[ERROR] 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[ERROR] 	at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
[ERROR] 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[ERROR] 	at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.Linq.firstOrDefault(Linq.java:85)
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.Linq.firstOrNull(Linq.java:76)
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.models.clusters.ClusterModel.populateCPUList(ClusterModel.java:1906)
[ERROR] 	at org.ovirt.engine.ui.uicommonweb.models.clusters.ClusterModel.lambda$19(ClusterModel.java:1753)
[ERROR] 	at org.ovirt.engine.ui.frontend.Frontend$1.onSuccess(Frontend.java:245)
[ERROR] 	at org.ovirt.engine.ui.frontend.Frontend$1.onSuccess(Frontend.java:1)
[ERROR] 	at org.ovirt.engine.ui.frontend.communication.OperationProcessor$1.onSuccess(OperationProcessor.java:136)
[ERROR] 	at org.ovirt.engine.ui.frontend.communication.OperationProcessor$1.onSuccess(OperationProcessor.java:1)
[ERROR] 	at org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.onSuccess(GWTRPCCommunicationProvider.java:282)
[ERROR] 	at org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.onSuccess(GWTRPCCommunicationProvider.java:1)
[ERROR] 	at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232)
[ERROR] 	at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:250)
[ERROR] 	at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412)
[ERROR] 	at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
[ERROR] 	at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:72)
[ERROR] 	at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
[ERROR] 	at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:341)
[ERROR] 	at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:222)
[ERROR] 	at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:121)
[ERROR] 	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:573)
[ERROR] 	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:293)
[ERROR] 	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
[ERROR] 	at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
[ERROR] 	at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:291)
[ERROR] 	at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
[ERROR] 	at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:72)
[ERROR] 	at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
[ERROR] 	at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:296)
[ERROR] 	at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:551)
[ERROR] 	at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:368)
[ERROR] 	at java.lang.Thread.run(Thread.java:748)


This is the UI exception

Comment 4 Benny Zlotnik 2018-04-04 08:31:11 UTC
Aaren, did you try to set the CPU type? Once you set it you should be able to go through with the setup despite the error (which will be fixed).

Comment 5 Red Hat Bugzilla Rules Engine 2018-04-04 12:44:25 UTC
This bug report has Keywords: Regression or TestBlocker.
Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.

Comment 6 Aaren 2018-04-06 00:44:39 UTC
(In reply to Benny Zlotnik from comment #4)
> Aaren, did you try to set the CPU type? Once you set it you should be able
> to go through with the setup despite the error (which will be fixed).

There's nowhere that I can select/set the CPU type.. otherwise it's already selected...  even though all I can select from is Opteron G5, but I'm running this on FX-8300.

Am I missing something? or is there no workaround right now?

Comment 7 C Hoover 2018-04-18 16:33:45 UTC
Hello, is there any workaround for an existing 4.2.2 installation? Or would I have to install the release candidate?

Comment 8 Benny Zlotnik 2018-04-18 17:42:14 UTC
(In reply to choover from comment #7)
> Hello, is there any workaround for an existing 4.2.2 installation? Or would
> I have to install the release candidate?

Can you edit the cluster and select the CPU type?

Comment 9 C Hoover 2018-04-18 17:47:36 UTC
(In reply to Benny Zlotnik from comment #8)
> (In reply to choover from comment #7)
> > Hello, is there any workaround for an existing 4.2.2 installation? Or would
> > I have to install the release candidate?
> 
> Can you edit the cluster and select the CPU type?

The cluster already has a cpu type ("Intel SandyBridge family"). I tried changing it and re-saving it, but the error is still happening.

Comment 10 Benny Zlotnik 2018-04-18 17:49:44 UTC
(In reply to choover from comment #9)
> (In reply to Benny Zlotnik from comment #8)
> > (In reply to choover from comment #7)
> > > Hello, is there any workaround for an existing 4.2.2 installation? Or would
> > > I have to install the release candidate?
> > 
> > Can you edit the cluster and select the CPU type?
> 
> The cluster already has a cpu type ("Intel SandyBridge family"). I tried
> changing it and re-saving it, but the error is still happening.

Can you attach your ui.log?

Comment 11 C Hoover 2018-04-18 17:55:40 UTC
Created attachment 1423689 [details]
ovirt-engine-ui.log

Version 4.2.2.6-1.el7.centos

Comment 12 Pavol Brilla 2018-04-19 14:58:44 UTC
Cannot replicate on 4.2.3.2-0.1.el7

Storage Domain host-Local was added by admin@internal-authz

Comment 13 Pavol Brilla 2018-04-19 15:05:15 UTC
ok when I clicked on Tasks ( was showing 1 running ) I got UI exception, attaching log


But local storage domain was successfull created and visible in Events as in comment above

Comment 14 Pavol Brilla 2018-04-19 15:06:49 UTC
Created attachment 1424154 [details]
ui error with successfully local domain

Comment 15 Pavol Brilla 2018-04-19 15:07:26 UTC
Could you please check?

Comment 16 Benny Zlotnik 2018-04-19 16:16:06 UTC
(In reply to Pavol Brilla from comment #12)
> Cannot replicate on 4.2.3.2-0.1.el7
> 
> Storage Domain host-Local was added by admin@internal-authz

Are you trying to reproduce the failure?
I think this version includes the fix

The other UI error doesn't seem related to this issue

Comment 17 Benny Zlotnik 2018-04-19 17:23:49 UTC
(In reply to C Hoover from comment #11)
> Created attachment 1423689 [details]
> ovirt-engine-ui.log
> 
> Version 4.2.2.6-1.el7.centos

I tried it again in your version and it worked, I was able to create the local host regardless of the exception:
2018-04-19 20:15:46,336+03 INFO  [org.ovirt.engine.core.bll.storage.pool.AddEmptyStoragePoolCommand] (default task-42) [_WEBADMIN_17928293_Configure_Local_Storage] Running command: AddEmptyStoragePoolCommand internal: false. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_POOL with role type ADMIN
2018-04-19 20:15:46,352+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-42) [_WEBADMIN_17928293_Configure_Local_Storage] EVENT_ID: USER_ADD_STORAGE_POOL(950), Data Center hosto42-Local, Compatibility Version 4.2 and Quota Type DISABLED was added by admin@internal-authz
2018-04-19 20:15:46,506+03 INFO  [org.ovirt.engine.core.bll.AddClusterCommand] (default task-40) [_WEBADMIN_17928293_Configure_Local_Storage] Running command: AddClusterCommand internal: false. Entities affected :  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePoolAction group CREATE_CLUSTER with role type ADMIN,  ID: 58ca604b-017d-0374-0220-00000000014e Type: MacPoolAction group CONFIGURE_MAC_POOL with role type ADMIN
2018-04-19 20:15:46,525+03 INFO  [org.ovirt.engine.core.bll.profiles.AddCpuProfileCommand] (default task-40) [52020d6f] Running command: AddCpuProfileCommand internal: false. Entities affected :  ID: e362f399-ee04-4b29-a4e6-e9f42b0e00c2 Type: ClusterAction group CREATE_CPU_PROFILE with role type ADMIN
2018-04-19 20:15:46,546+03 INFO  [org.ovirt.engine.core.bll.AddPermissionCommand] (default task-40) [1db0b229] Running command: AddPermissionCommand internal: false. Entities affected :  ID: 75380ea4-b949-4b94-a5ff-05dafb850193 Type: CpuProfileAction group MANIPULATE_PERMISSIONS with role type USER
2018-04-19 20:15:46,569+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-40) [1db0b229] EVENT_ID: USER_ADD_PERMISSION(850), User/Group Everyone, Namespace *, Authorization provider: N/A was granted permission for Role CpuProfileOperator on Cpu Profile hosto42-Local, by admin@internal-authz.
2018-04-19 20:15:46,584+03 INFO  [org.ovirt.engine.core.bll.AddPermissionCommand] (default task-40) [3351fdf3] Running command: AddPermissionCommand internal: false. Entities affected :  ID: 75380ea4-b949-4b94-a5ff-05dafb850193 Type: CpuProfileAction group MANIPULATE_PERMISSIONS with role type USER
2018-04-19 20:15:46,606+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-40) [3351fdf3] EVENT_ID: USER_ADD_PERMISSION(850), User/Group admin, Namespace *, Authorization provider: internal-authz was granted permission for Role CpuProfileCreator on Cpu Profile hosto42-Local, by admin@internal-authz.
2018-04-19 20:15:46,618+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-40) [] EVENT_ID: USER_ADDED_CPU_PROFILE(10,130), CPU Profile hosto42-Local was successfully added (User: admin@internal-authz).
2018-04-19 20:15:46,630+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-40) [] EVENT_ID: USER_ADD_CLUSTER(809), Cluster hosto42-Local was added by admin@internal-authz
2018-04-19 20:15:46,658+03 INFO  [org.ovirt.engine.core.bll.ChangeVDSClusterCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] Lock Acquired to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:15:46,670+03 INFO  [org.ovirt.engine.core.bll.ChangeVDSClusterCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] Running command: ChangeVDSClusterCommand internal: false. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group EDIT_HOST_CONFIGURATION with role type ADMIN,  ID: e362f399-ee04-4b29-a4e6-e9f42b0e00c2 Type: ClusterAction group EDIT_HOST_CONFIGURATION with role type ADMIN
2018-04-19 20:15:46,681+03 INFO  [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] START, RemoveVdsVDSCommand(HostName = hosto42, RemoveVdsVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2'}), log id: 4566b2e7
2018-04-19 20:15:46,681+03 INFO  [org.ovirt.engine.core.vdsbroker.VdsManager] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] vdsManager::disposing
2018-04-19 20:15:46,681+03 INFO  [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] FINISH, RemoveVdsVDSCommand, log id: 4566b2e7
2018-04-19 20:15:46,699+03 INFO  [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] START, AddVdsVDSCommand(HostName = hosto42, AddVdsVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2'}), log id: 48cdaa40
2018-04-19 20:15:46,699+03 INFO  [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] AddVds - entered , starting logic to add VDS 'd5449c3b-4a60-4d07-9046-fecd0d9904b2'
2018-04-19 20:15:46,702+03 INFO  [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] AddVds - VDS 'd5449c3b-4a60-4d07-9046-fecd0d9904b2' was added, will try to add it to the resource manager
2018-04-19 20:15:46,702+03 INFO  [org.ovirt.engine.core.vdsbroker.VdsManager] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] Entered VdsManager constructor
2018-04-19 20:15:46,716+03 INFO  [org.ovirt.engine.core.vdsbroker.VdsManager] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] Initialize vdsBroker '10.35.1.78:54321'
2018-04-19 20:15:46,722+03 INFO  [org.ovirt.engine.core.vdsbroker.ResourceManager] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] VDS 'd5449c3b-4a60-4d07-9046-fecd0d9904b2' was added to the Resource Manager
2018-04-19 20:15:46,722+03 INFO  [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (default task-48) [_WEBADMIN_17928293_Configure_Local_Storage] FINISH, AddVdsVDSCommand, log id: 48cdaa40
2018-04-19 20:15:46,735+03 INFO  [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (default task-48) [340226eb] Before acquiring and wait lock 'EngineLock:{exclusiveLocks='[a569954b-fa53-4503-a933-07d35318b10d=REGISTER_VDS]', sharedLocks=''}'
2018-04-19 20:15:46,736+03 INFO  [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (default task-48) [340226eb] Lock-wait acquired to object 'EngineLock:{exclusiveLocks='[a569954b-fa53-4503-a933-07d35318b10d=REGISTER_VDS]', sharedLocks=''}'
2018-04-19 20:15:46,746+03 INFO  [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (default task-48) [340226eb] Running command: AddVdsSpmIdCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:15:46,754+03 INFO  [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (default task-48) [340226eb] Lock freed to object 'EngineLock:{exclusiveLocks='[a569954b-fa53-4503-a933-07d35318b10d=REGISTER_VDS]', sharedLocks=''}'
2018-04-19 20:15:46,786+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-48) [340226eb] EVENT_ID: USER_UPDATE_VDS(43), Host hosto42 configuration was updated by admin@internal-authz.
2018-04-19 20:15:46,787+03 INFO  [org.ovirt.engine.core.bll.ChangeVDSClusterCommand] (default task-48) [340226eb] Lock freed to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:15:46,791+03 INFO  [org.ovirt.engine.core.bll.network.host.PersistentHostSetupNetworksCommand] (EE-ManagedThreadFactory-engine-Thread-75) [24f9e91a] Running command: PersistentHostSetupNetworksCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:15:46,860+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Lock Acquired to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:15:46,861+03 INFO  [org.ovirt.engine.core.bll.network.host.HostSetupNetworksCommand] (EE-ManagedThreadFactory-engine-Thread-75) [24f9e91a] Running command: HostSetupNetworksCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group CONFIGURE_HOST_NETWORK with role type ADMIN
2018-04-19 20:15:46,861+03 INFO  [org.ovirt.engine.core.bll.network.host.HostSetupNetworksCommand] (EE-ManagedThreadFactory-engine-Thread-75) [24f9e91a] No changes were detected in setup networks for host 'hosto42' (ID: 'd5449c3b-4a60-4d07-9046-fecd0d9904b2')
2018-04-19 20:15:46,895+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Running command: ActivateVdsCommand internal: false. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group MANIPULATE_HOST with role type ADMIN
2018-04-19 20:15:46,897+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Before acquiring lock in order to prevent monitoring for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:15:46,898+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Lock acquired, from now a monitoring of host will be skipped for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:15:46,912+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] START, SetVdsStatusVDSCommand(HostName = hosto42, SetVdsStatusVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', status='Unassigned', nonOperationalReason='NONE', stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 7be8cd49
2018-04-19 20:15:46,917+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] FINISH, SetVdsStatusVDSCommand, log id: 7be8cd49
2018-04-19 20:15:46,922+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Activate host finished. Lock released. Monitoring can run now for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:15:46,933+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] EVENT_ID: VDS_ACTIVATE(16), Activation of host hosto42 initiated by admin@internal-authz.
2018-04-19 20:15:46,940+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-41) [_WEBADMIN_17928293_Configure_Local_Storage] Lock freed to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:15:49,755+03 INFO  [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor) [] Connecting to /10.35.1.78
2018-04-19 20:15:50,557+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-14) [] START, GetHardwareInfoAsyncVDSCommand(HostName = hosto42, VdsIdAndVdsVDSCommandParametersBase:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', vds='Host[hosto42,d5449c3b-4a60-4d07-9046-fecd0d9904b2]'}), log id: 2b5e0b43
2018-04-19 20:15:50,557+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-14) [] FINISH, GetHardwareInfoAsyncVDSCommand, log id: 2b5e0b43
2018-04-19 20:15:50,589+03 INFO  [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-14) [4e4fc6a5] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:15:51,122+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [] START, GetHardwareInfoAsyncVDSCommand(HostName = hosto42, VdsIdAndVdsVDSCommandParametersBase:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', vds='Host[hosto42,d5449c3b-4a60-4d07-9046-fecd0d9904b2]'}), log id: 50e1460d
2018-04-19 20:15:51,122+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [] FINISH, GetHardwareInfoAsyncVDSCommand, log id: 50e1460d
2018-04-19 20:15:51,176+03 INFO  [org.ovirt.engine.core.bll.InitVdsOnUpCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [544bbe8d] Running command: InitVdsOnUpCommand internal: true. Entities affected :  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePool
2018-04-19 20:15:51,236+03 ERROR [org.ovirt.engine.core.bll.pm.FenceProxyLocator] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [544bbe8d] Can not run fence action on host 'hosto42', no suitable proxy host was found.
2018-04-19 20:15:51,242+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetMOMPolicyParametersVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [544bbe8d] START, SetMOMPolicyParametersVDSCommand(HostName = hosto42, MomPolicyVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2'}), log id: 3bbd0648
2018-04-19 20:15:51,298+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetMOMPolicyParametersVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [544bbe8d] FINISH, SetMOMPolicyParametersVDSCommand, log id: 3bbd0648
2018-04-19 20:15:51,320+03 INFO  [org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [6c4500de] Running command: RefreshHostDevicesCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group MANIPULATE_HOST with role type ADMIN
2018-04-19 20:15:51,390+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [6c4500de] EVENT_ID: VDS_DETECTED(13), Status of host hosto42 was set to Up.
2018-04-19 20:15:51,398+03 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [6c4500de] EVENT_ID: VDS_ALERT_FENCE_IS_NOT_CONFIGURED(9,000), Failed to verify Power Management configuration for Host hosto42.
2018-04-19 20:15:51,445+03 INFO  [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-27) [47a64320] Running command: HandleVdsVersionCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:15:57,357+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-13) [_WEBADMIN_17928293_Configure_Local_Storage] Lock Acquired to object 'EngineLock:{exclusiveLocks='[/data/images=STORAGE_CONNECTION]', sharedLocks=''}'
2018-04-19 20:15:57,379+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-13) [_WEBADMIN_17928293_Configure_Local_Storage] Running command: AddStorageServerConnectionCommand internal: false. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:15:57,385+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-13) [_WEBADMIN_17928293_Configure_Local_Storage] START, ConnectStorageServerVDSCommand(HostName = hosto42, StorageServerConnectionManagementVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='null', connection='/data/images', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 541a40b9
2018-04-19 20:15:57,429+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-13) [_WEBADMIN_17928293_Configure_Local_Storage] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 541a40b9
2018-04-19 20:15:57,463+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-13) [_WEBADMIN_17928293_Configure_Local_Storage] Lock freed to object 'EngineLock:{exclusiveLocks='[/data/images=STORAGE_CONNECTION]', sharedLocks=''}'
2018-04-19 20:16:01,744+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.VmsStatisticsFetcher] (EE-ManagedThreadFactory-engineScheduled-Thread-51) [] Fetched 0 VMs from VDS 'd5449c3b-4a60-4d07-9046-fecd0d9904b2'
2018-04-19 20:16:56,296+03 INFO  [org.ovirt.engine.core.bll.MaintenanceNumberOfVdssCommand] (default task-37) [2b7ffcbf-7b36-4cbf-9efd-0d0f41374b36] Running command: MaintenanceNumberOfVdssCommand internal: false. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group MANIPULATE_HOST with role type ADMIN
2018-04-19 20:16:56,300+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-37) [2b7ffcbf-7b36-4cbf-9efd-0d0f41374b36] START, SetVdsStatusVDSCommand(HostName = hosto42, SetVdsStatusVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', status='PreparingForMaintenance', nonOperationalReason='NONE', stopSpmFailureLogged='true', maintenanceReason='null'}), log id: 71803c88
2018-04-19 20:16:56,306+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-37) [2b7ffcbf-7b36-4cbf-9efd-0d0f41374b36] FINISH, SetVdsStatusVDSCommand, log id: 71803c88
2018-04-19 20:16:56,367+03 INFO  [org.ovirt.engine.core.bll.MaintenanceVdsCommand] (default task-37) [2b7ffcbf-7b36-4cbf-9efd-0d0f41374b36] Running command: MaintenanceVdsCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:16:56,395+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-37) [2b7ffcbf-7b36-4cbf-9efd-0d0f41374b36] EVENT_ID: USER_VDS_MAINTENANCE_WITHOUT_REASON(620), Host hosto42 was switched to Maintenance mode by admin@internal-authz.
2018-04-19 20:16:59,289+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] (EE-ManagedThreadFactory-engineScheduled-Thread-22) [] Updated host status from 'Preparing for Maintenance' to 'Maintenance' in database, host 'hosto42'(d5449c3b-4a60-4d07-9046-fecd0d9904b2)
2018-04-19 20:17:47,897+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Lock Acquired to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:17:47,915+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Running command: ActivateVdsCommand internal: false. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group MANIPULATE_HOST with role type ADMIN
2018-04-19 20:17:47,915+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Before acquiring lock in order to prevent monitoring for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:17:47,915+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Lock acquired, from now a monitoring of host will be skipped for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:17:47,932+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] START, SetVdsStatusVDSCommand(HostName = hosto42, SetVdsStatusVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', status='Unassigned', nonOperationalReason='NONE', stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 7d154e33
2018-04-19 20:17:47,937+03 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] FINISH, SetVdsStatusVDSCommand, log id: 7d154e33
2018-04-19 20:17:47,942+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Activate host finished. Lock released. Monitoring can run now for host 'hosto42' from data-center 'hosto42-Local'
2018-04-19 20:17:47,949+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] EVENT_ID: VDS_ACTIVATE(16), Activation of host hosto42 initiated by admin@internal-authz.
2018-04-19 20:17:47,955+03 INFO  [org.ovirt.engine.core.bll.ActivateVdsCommand] (default task-10) [_WEBADMIN_17224929_Configure_Local_Storage] Lock freed to object 'EngineLock:{exclusiveLocks='[d5449c3b-4a60-4d07-9046-fecd0d9904b2=VDS]', sharedLocks=''}'
2018-04-19 20:17:50,980+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-17) [] START, GetHardwareInfoAsyncVDSCommand(HostName = hosto42, VdsIdAndVdsVDSCommandParametersBase:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', vds='Host[hosto42,d5449c3b-4a60-4d07-9046-fecd0d9904b2]'}), log id: 5528e03a
2018-04-19 20:17:50,980+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoAsyncVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-17) [] FINISH, GetHardwareInfoAsyncVDSCommand, log id: 5528e03a
2018-04-19 20:17:51,021+03 INFO  [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-17) [2c93d888] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:17:51,097+03 INFO  [org.ovirt.engine.core.bll.InitVdsOnUpCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [6698d847] Running command: InitVdsOnUpCommand internal: true. Entities affected :  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePool
2018-04-19 20:17:51,165+03 ERROR [org.ovirt.engine.core.bll.pm.FenceProxyLocator] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [6698d847] Can not run fence action on host 'hosto42', no suitable proxy host was found.
2018-04-19 20:17:51,172+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetMOMPolicyParametersVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [6698d847] START, SetMOMPolicyParametersVDSCommand(HostName = hosto42, MomPolicyVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2'}), log id: 183c042b
2018-04-19 20:17:51,226+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetMOMPolicyParametersVDSCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [6698d847] FINISH, SetMOMPolicyParametersVDSCommand, log id: 183c042b
2018-04-19 20:17:51,252+03 INFO  [org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [395d2899] Running command: RefreshHostDevicesCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDSAction group MANIPULATE_HOST with role type ADMIN
2018-04-19 20:17:51,310+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [395d2899] EVENT_ID: VDS_DETECTED(13), Status of host hosto42 was set to Up.
2018-04-19 20:17:51,314+03 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [395d2899] EVENT_ID: VDS_ALERT_FENCE_IS_NOT_CONFIGURED(9,000), Failed to verify Power Management configuration for Host hosto42.
2018-04-19 20:17:51,357+03 INFO  [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-92) [55fa1390] Running command: HandleVdsVersionCommand internal: true. Entities affected :  ID: d5449c3b-4a60-4d07-9046-fecd0d9904b2 Type: VDS
2018-04-19 20:17:58,169+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-34) [_WEBADMIN_17224929_Configure_Local_Storage] Lock Acquired to object 'EngineLock:{exclusiveLocks='[/data/images=STORAGE_CONNECTION]', sharedLocks=''}'
2018-04-19 20:17:58,184+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-34) [_WEBADMIN_17224929_Configure_Local_Storage] Running command: AddStorageServerConnectionCommand internal: false. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:17:58,188+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-34) [_WEBADMIN_17224929_Configure_Local_Storage] START, ConnectStorageServerVDSCommand(HostName = hosto42, StorageServerConnectionManagementVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='null', connection='/data/images', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 22de729
2018-04-19 20:17:58,220+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-34) [_WEBADMIN_17224929_Configure_Local_Storage] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 22de729
2018-04-19 20:17:58,233+03 INFO  [org.ovirt.engine.core.bll.storage.connection.AddStorageServerConnectionCommand] (default task-34) [_WEBADMIN_17224929_Configure_Local_Storage] Lock freed to object 'EngineLock:{exclusiveLocks='[/data/images=STORAGE_CONNECTION]', sharedLocks=''}'
2018-04-19 20:17:58,311+03 INFO  [org.ovirt.engine.core.bll.storage.domain.AddLocalStorageDomainCommand] (default task-32) [_WEBADMIN_17224929_Configure_Local_Storage] Running command: AddLocalStorageDomainCommand internal: false. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:17:58,368+03 INFO  [org.ovirt.engine.core.bll.profiles.AddDiskProfileCommand] (default task-32) [9f774dd] Running command: AddDiskProfileCommand internal: true. Entities affected :  ID: 30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9 Type: StorageAction group CREATE_STORAGE_DISK_PROFILE with role type ADMIN
2018-04-19 20:17:58,391+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [9f774dd] EVENT_ID: USER_ADDED_DISK_PROFILE(10,120), Disk Profile data was successfully added (User: admin@internal-authz).
2018-04-19 20:17:58,405+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-32) [9f774dd] START, ConnectStorageServerVDSCommand(HostName = hosto42, StorageServerConnectionManagementVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='22a99884-e7a4-4241-a8cd-ebacdd431c43', connection='/data/images', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 3520f5d8
2018-04-19 20:17:58,431+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-32) [9f774dd] FINISH, ConnectStorageServerVDSCommand, return: {22a99884-e7a4-4241-a8cd-ebacdd431c43=0}, log id: 3520f5d8
2018-04-19 20:17:58,435+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (default task-32) [9f774dd] START, CreateStorageDomainVDSCommand(HostName = hosto42, CreateStorageDomainVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storageDomain='StorageDomainStatic:{name='data', id='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}', args='/data/images'}), log id: d5a3c37
2018-04-19 20:17:58,921+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (default task-32) [9f774dd] FINISH, CreateStorageDomainVDSCommand, log id: d5a3c37
2018-04-19 20:17:58,926+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetStorageDomainStatsVDSCommand] (default task-32) [9f774dd] START, GetStorageDomainStatsVDSCommand(HostName = hosto42, GetStorageDomainStatsVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storageDomainId='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}), log id: 7ca2b4ff
2018-04-19 20:17:58,952+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.GetStorageDomainStatsVDSCommand] (default task-32) [9f774dd] FINISH, GetStorageDomainStatsVDSCommand, return: StorageDomain:{domainName='', domainId='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}, log id: 7ca2b4ff
2018-04-19 20:17:58,968+03 INFO  [org.ovirt.engine.core.bll.storage.domain.AttachStorageDomainToPoolCommand] (default task-32) [18e3fcd8] Lock Acquired to object 'EngineLock:{exclusiveLocks='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=STORAGE]', sharedLocks=''}'
2018-04-19 20:17:59,006+03 INFO  [org.ovirt.engine.core.bll.storage.domain.AttachStorageDomainToPoolCommand] (default task-32) [18e3fcd8] Running command: AttachStorageDomainToPoolCommand internal: true. Entities affected :  ID: 30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9 Type: StorageAction group MANIPULATE_STORAGE_DOMAIN with role type ADMIN,  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePoolAction group MANIPULATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:17:59,023+03 INFO  [org.ovirt.engine.core.bll.storage.pool.AddStoragePoolWithStoragesCommand] (default task-32) [5c6694c2] Running command: AddStoragePoolWithStoragesCommand internal: true. Entities affected :  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePoolAction group CREATE_STORAGE_POOL with role type ADMIN
2018-04-19 20:17:59,075+03 INFO  [org.ovirt.engine.core.bll.storage.connection.ConnectStorageToVdsCommand] (default task-32) [34b9ef35] Running command: ConnectStorageToVdsCommand internal: true. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:17:59,087+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-32) [34b9ef35] START, ConnectStorageServerVDSCommand(HostName = hosto42, StorageServerConnectionManagementVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='22a99884-e7a4-4241-a8cd-ebacdd431c43', connection='/data/images', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 79071f33
2018-04-19 20:17:59,123+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (default task-32) [34b9ef35] FINISH, ConnectStorageServerVDSCommand, return: {22a99884-e7a4-4241-a8cd-ebacdd431c43=0}, log id: 79071f33
2018-04-19 20:17:59,143+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetStorageDomainInfoVDSCommand] (default task-32) [34b9ef35] START, HSMGetStorageDomainInfoVDSCommand(HostName = hosto42, HSMGetStorageDomainInfoVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storageDomainId='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}), log id: 6dad633f
2018-04-19 20:17:59,261+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetStorageDomainInfoVDSCommand] (default task-32) [34b9ef35] FINISH, HSMGetStorageDomainInfoVDSCommand, return: <StorageDomainStatic:{name='data', id='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}, null>, log id: 6dad633f
2018-04-19 20:17:59,269+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStoragePoolVDSCommand] (default task-32) [34b9ef35] START, CreateStoragePoolVDSCommand(HostName = hosto42, CreateStoragePoolVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', storagePoolName='hosto42-Local', masterDomainId='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9', domainsIdList='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9]', masterVersion='1'}), log id: 6409b241
2018-04-19 20:17:59,467+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStoragePoolVDSCommand] (default task-32) [34b9ef35] FINISH, CreateStoragePoolVDSCommand, log id: 6409b241
2018-04-19 20:17:59,491+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImagesListVDSCommand] (default task-32) [34b9ef35] START, GetImagesListVDSCommand( GetImagesListVDSCommandParameters:{storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', ignoreFailoverLimit='false', sdUUID='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}), log id: 4d545ebb
2018-04-19 20:17:59,536+03 INFO  [org.ovirt.engine.core.bll.storage.pool.SetStoragePoolStatusCommand] (default task-32) [39e6809b] Running command: SetStoragePoolStatusCommand internal: true. Entities affected :  ID: a569954b-fa53-4503-a933-07d35318b10d Type: StoragePool
2018-04-19 20:17:59,555+03 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [39e6809b] EVENT_ID: SYSTEM_CHANGE_STORAGE_POOL_STATUS_PROBLEMATIC_SEARCHING_NEW_SPM(986), Data Center is being initialized, please wait for initialization to complete.
2018-04-19 20:17:59,574+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (default task-32) [39e6809b] START, ConnectStoragePoolVDSCommand(HostName = hosto42, ConnectStoragePoolVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', vdsId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', masterVersion='1'}), log id: c34792
2018-04-19 20:17:59,574+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (default task-32) [39e6809b] Executing with domain map: {30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=active}
2018-04-19 20:17:59,775+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (default task-32) [39e6809b] FINISH, ConnectStoragePoolVDSCommand, log id: c34792
2018-04-19 20:17:59,823+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy] (default task-32) [39e6809b] hostFromVds::selectedVds - 'hosto42', spmStatus 'Free', storage pool 'hosto42-Local', storage pool version '4.2'
2018-04-19 20:17:59,837+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy] (default task-32) [39e6809b] starting spm on vds 'hosto42', storage pool 'hosto42-Local', prevId '-1', LVER '-1'
2018-04-19 20:17:59,943+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (default task-32) [39e6809b] START, SpmStartVDSCommand(HostName = hosto42, SpmStartVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', prevId='-1', prevLVER='-1', storagePoolFormatType='V4', recoveryMode='Manual', SCSIFencing='false'}), log id: 5bc10c
2018-04-19 20:17:59,968+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (default task-32) [39e6809b] spmStart polling started: taskId '1a489698-ec53-4426-a82e-12762b3112b9'
2018-04-19 20:18:01,001+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (default task-32) [39e6809b] spmStart polling ended: taskId '1a489698-ec53-4426-a82e-12762b3112b9' task status 'finished'
2018-04-19 20:18:01,030+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (default task-32) [39e6809b] spmStart polling ended, spm status: SPM
2018-04-19 20:18:01,037+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (default task-32) [39e6809b] START, HSMClearTaskVDSCommand(HostName = hosto42, HSMTaskGuidBaseVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', taskId='1a489698-ec53-4426-a82e-12762b3112b9'}), log id: 2cde1f2e
2018-04-19 20:18:01,055+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (default task-32) [39e6809b] FINISH, HSMClearTaskVDSCommand, log id: 2cde1f2e
2018-04-19 20:18:01,055+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (default task-32) [39e6809b] FINISH, SpmStartVDSCommand, return: org.ovirt.engine.core.common.businessentities.SpmStatusResult@72d3f818, log id: 5bc10c
2018-04-19 20:18:01,188+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy] (default task-32) [39e6809b] Initialize Irs proxy from vds: 10.35.1.78
2018-04-19 20:18:01,193+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [39e6809b] EVENT_ID: IRS_HOSTED_ON_VDS(204), Storage Pool Manager runs on Host 10.35.1.78 (Address: 10.35.1.78), Data Center hosto42-Local.
2018-04-19 20:18:01,194+03 INFO  [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor) [] Connecting to /10.35.1.78
2018-04-19 20:18:01,414+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImagesListVDSCommand] (default task-32) [39e6809b] FINISH, GetImagesListVDSCommand, return: [], log id: 4d545ebb
2018-04-19 20:18:01,422+03 WARN  [org.ovirt.engine.core.bll.storage.pool.AddStoragePoolWithStoragesCommand] (default task-32) [] There are no OVF_STORE disks on storage domain id 30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9
2018-04-19 20:18:01,437+03 INFO  [org.ovirt.engine.core.bll.storage.pool.AddStoragePoolWithStoragesCommand] (default task-32) [] Lock freed to object 'EngineLock:{exclusiveLocks='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=STORAGE]', sharedLocks=''}'
2018-04-19 20:18:01,448+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] Lock Acquired to object 'EngineLock:{exclusiveLocks='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=STORAGE]', sharedLocks=''}'
2018-04-19 20:18:01,460+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] Running command: ActivateStorageDomainCommand internal: true. Entities affected :  ID: 30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9 Type: StorageAction group MANIPULATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:18:01,466+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] Lock freed to object 'EngineLock:{exclusiveLocks='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=STORAGE]', sharedLocks=''}'
2018-04-19 20:18:01,466+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] ActivateStorage Domain. Before Connect all hosts to pool. Time: Thu Apr 19 20:18:01 IDT 2018
2018-04-19 20:18:01,477+03 INFO  [org.ovirt.engine.core.bll.storage.connection.ConnectStorageToVdsCommand] (EE-ManagedThreadFactory-engine-Thread-99) [27cf2896] Running command: ConnectStorageToVdsCommand internal: true. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: SystemAction group CREATE_STORAGE_DOMAIN with role type ADMIN
2018-04-19 20:18:01,485+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-99) [27cf2896] START, ConnectStorageServerVDSCommand(HostName = hosto42, StorageServerConnectionManagementVDSParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='22a99884-e7a4-4241-a8cd-ebacdd431c43', connection='/data/images', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 3fcace6d
2018-04-19 20:18:01,518+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-99) [27cf2896] FINISH, ConnectStorageServerVDSCommand, return: {22a99884-e7a4-4241-a8cd-ebacdd431c43=0}, log id: 3fcace6d
2018-04-19 20:18:01,527+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand] (default task-32) [818ae25] START, ActivateStorageDomainVDSCommand( ActivateStorageDomainVDSCommandParameters:{storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', ignoreFailoverLimit='false', storageDomainId='30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9'}), log id: 69b616f4
2018-04-19 20:18:01,650+03 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand] (default task-32) [818ae25] FINISH, ActivateStorageDomainVDSCommand, return: true, log id: 69b616f4
2018-04-19 20:18:01,651+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] ActivateStorage Domain. After Connect all hosts to pool. Time: Thu Apr 19 20:18:01 IDT 2018
2018-04-19 20:18:01,661+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] Update storage pool 'a569954b-fa53-4503-a933-07d35318b10d' status from 'Maintenance to 'Up'
2018-04-19 20:18:01,693+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (EE-ManagedThreadFactory-engine-Thread-102) [818ae25] START, ConnectStoragePoolVDSCommand(HostName = hosto42, ConnectStoragePoolVDSCommandParameters:{hostId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', vdsId='d5449c3b-4a60-4d07-9046-fecd0d9904b2', storagePoolId='a569954b-fa53-4503-a933-07d35318b10d', masterVersion='1'}), log id: 7315ddb
2018-04-19 20:18:01,693+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (EE-ManagedThreadFactory-engine-Thread-102) [818ae25] Executing with domain map: {30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=active}
2018-04-19 20:18:01,851+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (EE-ManagedThreadFactory-engine-Thread-102) [818ae25] FINISH, ConnectStoragePoolVDSCommand, log id: 7315ddb
2018-04-19 20:18:01,851+03 INFO  [org.ovirt.engine.core.bll.storage.domain.ActivateStorageDomainCommand] (default task-32) [818ae25] ActivateStorage Domain. After change storage pool status in vds. Time: Thu Apr 19 20:18:01 IDT 2018
2018-04-19 20:18:01,864+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [818ae25] EVENT_ID: USER_ACTIVATED_STORAGE_DOMAIN(966), Storage Domain data (Data Center hosto42-Local) was activated by SYSTEM
2018-04-19 20:18:01,882+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [818ae25] EVENT_ID: USER_ATTACH_STORAGE_DOMAINS_TO_POOL(1,002), Storage Domains were attached to Data Center hosto42-Local by SYSTEM
2018-04-19 20:18:01,892+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [818ae25] EVENT_ID: USER_ATTACH_STORAGE_DOMAIN_TO_POOL(962), Storage Domain data was attached to Data Center hosto42-Local by SYSTEM
2018-04-19 20:18:01,893+03 WARN  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] (default task-32) [818ae25] Trying to release exclusive lock which does not exist, lock key: '30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9STORAGE'
2018-04-19 20:18:01,894+03 INFO  [org.ovirt.engine.core.bll.storage.domain.AttachStorageDomainToPoolCommand] (default task-32) [818ae25] Lock freed to object 'EngineLock:{exclusiveLocks='[30aeb16a-6e4f-4ff0-807f-6f3b7de7c5a9=STORAGE]', sharedLocks=''}'
2018-04-19 20:18:01,911+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-32) [818ae25] EVENT_ID: USER_ADD_STORAGE_DOMAIN(956), Storage Domain data was added by admin@internal-authz



Can you share your engine.log? Maybe there's some other issue I am unaware of

Comment 18 C Hoover 2018-04-19 17:48:01 UTC
Created attachment 1424236 [details]
screenshot

(In reply to Benny Zlotnik from comment #17)
> (In reply to C Hoover from comment #11)
> > Created attachment 1423689 [details]
> > ovirt-engine-ui.log
> > 
> > Version 4.2.2.6-1.el7.centos
> 
> I tried it again in your version and it worked, I was able to create the
> local host regardless of the exception:
> 
> Can you share your engine.log? Maybe there's some other issue I am unaware of

I'm unable to add it in Chrome. I have attached a screenshot. After the exception, text fields aren't usable, so I can't enter a name for the new storage. Clicking OK highlights the empty text box in red.

I have emailed the log to you rather than attach it to this public ticket.

Comment 19 Benny Zlotnik 2018-04-19 18:17:23 UTC
(In reply to C Hoover from comment #18)
> Created attachment 1424236 [details]
> screenshot
> 
> (In reply to Benny Zlotnik from comment #17)
> > (In reply to C Hoover from comment #11)
> > > Created attachment 1423689 [details]
> > > ovirt-engine-ui.log
> > > 
> > > Version 4.2.2.6-1.el7.centos
> > 
> > I tried it again in your version and it worked, I was able to create the
> > local host regardless of the exception:
> > 
> > Can you share your engine.log? Maybe there's some other issue I am unaware of
> 
> I'm unable to add it in Chrome. I have attached a screenshot. After the
> exception, text fields aren't usable, so I can't enter a name for the new
> storage. Clicking OK highlights the empty text box in red.
> 
> I have emailed the log to you rather than attach it to this public ticket.

Oh, I didn't realize the text box was disabled in your case. That's why you can't proceed.
Sorry for the stupid question, but I have to ask: Did you on the "edit" link next to storage name field?

Attaching screenshot

Comment 20 Benny Zlotnik 2018-04-19 18:17:56 UTC
Created attachment 1424252 [details]
storage name edit

Comment 21 C Hoover 2018-04-19 18:24:04 UTC
(In reply to Benny Zlotnik from comment #20)
> Created attachment 1424252 [details]
> storage name edit

Oh my, apparently it is not a stupid question!

The edit links are not visible (as seen in the screenshot) and in my browser there is no visual indication that that horizontal scrolling is possible. Still, much facepalm. I can edit the fields now.

Thanks for your help and apologies for the confusion!

Comment 22 Benny Zlotnik 2018-04-19 18:32:45 UTC
(In reply to C Hoover from comment #21)
> (In reply to Benny Zlotnik from comment #20)
> > Created attachment 1424252 [details]
> > storage name edit
> 
> Oh my, apparently it is not a stupid question!
> 
> The edit links are not visible (as seen in the screenshot) and in my browser
> there is no visual indication that that horizontal scrolling is possible.
> Still, much facepalm. I can edit the fields now.
> 
> Thanks for your help and apologies for the confusion!

No problem, this dialog is quite terrible and in need of a revamp :)

And I haven't noticed you don't have the horizontal scroll which is a bug. Which version of Chrome are you using?
I could see the horizontal scroll on both Chromium 65 and Firefox 59

Comment 23 C Hoover 2018-04-19 18:50:26 UTC
> And I haven't noticed you don't have the horizontal scroll which is a bug.
> Which version of Chrome are you using?
> I could see the horizontal scroll on both Chromium 65 and Firefox 59

I'm using Chrome 65.0.3325.181 on OSX El Capitan

To clarify, the horizontal scroll works, it's just that the scrollbar is invisible unless I attempt to sidescroll with my touchpad, which it did not occur to me to do inside that popup (although the text fields being cut off should've been a clue).

Scroll bars in general are invisible on this browser unless I actively hover over them or attempt to scroll w/ touchpad.

Thanks again! :)

Comment 24 Pavol Brilla 2018-04-20 06:38:19 UTC
OK so I am verifing this one as original issue is fixed 

and for revamp of dialog please open new bug, thanks

Comment 25 Sandro Bonazzola 2018-05-10 06:31:13 UTC
This bugzilla is included in oVirt 4.2.3 release, published on May 4th 2018.

Since the problem described in this bug report should be
resolved in oVirt 4.2.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.


Note You need to log in before you can comment on or make changes to this bug.