New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/f64f7bccbbd178e2c21eb025a2d7fe0a5ff5b626 commit f64f7bccbbd178e2c21eb025a2d7fe0a5ff5b626 Author: Adam Grare <agrare> AuthorDate: Fri Apr 26 14:37:36 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Fri Apr 26 14:37:36 2019 -0400 Merge pull request #18691 from djberg96/fix_disable_queue_args [V2V] Provide placeholder params for the ConversionHost#disable method (cherry picked from commit 32fa0345ed8822482d3e6a1e5aa03dfcf4dacb24) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1704457 app/models/conversion_host/configurations.rb | 2 +- spec/models/conversion_host/configurations_spec.rb | 19 + 2 files changed, 20 insertions(+), 1 deletion(-)
Created attachment 1561969 [details] Removing conversion host Removing/disabling a conversion host from UI fails with error " undefined method `userid' for nil:NilClass" Tested on 5.10.4.1.20190430152139_40a1d86
The error is different so please suggest if I should open a new BZ and verify this one or we can debug this issue in the same BZ?
Tried to call the method disable_conversion_host_role. conversion_host = ConversionHost.find_by(:name => 'create converison host') PostgreSQLAdapter#log_after_checkout, connection_pool: size: 5, connections: 1, in use: 1, waiting_in_queue: 0 => #<ConversionHost id: 6, name: "create converison host", address: nil, type: nil, resource_type: "Host", resource_id: 3, version: nil, max_concurrent_tasks: nil, vddk_transport_supported: false, ssh_transport_supported: false, created_at: "2019-05-03 20:29:46", updated_at: "2019-05-03 20:29:46", concurrent_transformation_limit: nil, cpu_limit: nil, memory_limit: nil, network_limit: nil, blockio_limit: nil> irb(main):002:0> conversion_host.disable_conversion_host_role => #<AwesomeSpawn::CommandResult:0x000000000bf69ae0 @exit_status=2> Verifying based on comment on BZ 1702020.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1247