theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
102 stars 30 forks source link

Unable to Create EFI disk on Proxmox KVM UEFI #324

Open sbach89 opened 1 month ago

sbach89 commented 1 month ago

Proxmox 8.2.2 Foreman Fog 0.15.1 Foreman 3.11.0-develop

Attempting to create a KVM based VM with OVMF BIOS

2024-05-15T13:48:29 [I|app|e2612280] Started POST "/hosts" for [REDACTED] at 2024-05-15 13:48:29 -0500
2024-05-15T13:48:29 [I|app|e2612280] Processing by HostsController#create as */*
2024-05-15T13:48:29 [I|app|e2612280]   Parameters: {"authenticity_token"=>"X9RqZB_Wi0-iOye7IbGfR-CLsiWSJm1WMItC9N0WoO2DPPrYKrVGIuQ8X4LyqnKs4mK1MPGp829WUoAqCt34Lw", "host"=>{"name"=>"jesse-dorne", "organization_id"=>"1", "location_id"=>"2", "hostgroup_id"=>"1", "content_facet_attributes"=>{"content_source_id"=>"1", "lifecycle_environment_id"=>"1", "content_view_id"=>"1"}, "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "type"=>"Nic::Managed", "identifier"=>"", "name"=>"jesse-dorne", "domain_id"=>"1", "subnet_id"=>"1", "ip"=>"[REDACTED]", "ip6"=>"", "managed"=>"1", "primary"=>"1", "provision"=>"1", "execution"=>"1", "virtual"=>"0", "tag"=>"", "attached_to"=>"", "compute_attributes"=>{"id"=>"net0", "model"=>"virtio", "bridge"=>"vmbr1", "tag"=>"", "rate"=>"", "queues"=>"", "firewall"=>"0", "link_down"=>"0"}}}, "compute_attributes"=>{"type"=>"qemu", "vmid"=>"123", "node_id"=>"vm01", "start_after_create"=>"1", "pool"=>"", "config_attributes"=>{"description"=>"", "boot"=>"", "onboot"=>"1", "agent"=>"1", "kvm"=>"1", "vga"=>"std", "scsihw"=>"virtio-scsi-pci", "bios"=>"ovmf", "cpu_type"=>"kvm64", "sockets"=>"1", "cores"=>"2", "vcpus"=>"", "cpulimit"=>"", "cpuunits"=>"", "numa"=>"0", "spectre"=>"0", "pcid"=>"0", "ssbd"=>"0", "ibpb"=>"0", "virt_ssbd"=>"0", "amd_ssbd"=>"0", "amd_no_ssb"=>"0", "md_clear"=>"0", "pdpe1gb"=>"0", "hv_tlbflush"=>"0", "aes"=>"0", "hv_evmcs"=>"0", "memory"=>"2048", "balloon"=>"", "shares"=>"", "ostype"=>"l26"}, "volumes_attributes"=>{"1715798868831"=>{"_delete"=>"", "storage_type"=>"hard_disk", "storage"=>"NVME", "controller"=>"virtio", "device"=>"0", "cache"=>"none", "size"=>"1", "id"=>"virtio0"}, "0"=>{"_delete"=>"", "storage_type"=>"hard_disk", "storage"=>"NVME", "controller"=>"virtio", "device"=>"0", "cache"=>"none", "size"=>"16", "id"=>"virtio0"}}}, "architecture_id"=>"1", "operatingsystem_id"=>"2", "provision_method"=>"build", "build"=>"1", "medium_id"=>"4", "ptable_id"=>"142", "pxe_loader"=>"Grub2 UEFI HTTPS SecureBoot", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"4-Users", "enabled"=>"1", "comment"=>"", "overwrite"=>"false"}, "media_selector"=>"install_media", "fakepassword"=>"[FILTERED]"}
2024-05-15T13:48:29 [I|app|e2612280] Adding Compute instance for jesse-dorne.[REDACTED]
2024-05-15T13:48:29 [W|app|e2612280] create vm: args={"type"=>"qemu", "vmid"=>123, "node_id"=>"vm01", "start_after_create"=>"1", "pool"=>"", "config_attributes"=>{"description"=>"", "boot"=>"", "onboot"=>"1", "agent"=>"1", "kvm"=>"1", "vga"=>"std", "scsihw"=>"virtio-scsi-pci", "bios"=>"ovmf", "cpu_type"=>"kvm64", "sockets"=>"1", "cores"=>"2", "vcpus"=>"", "cpulimit"=>"", "cpuunits"=>"", "numa"=>"0", "spectre"=>"0", "pcid"=>"0", "ssbd"=>"0", "ibpb"=>"0", "virt_ssbd"=>"0", "amd_ssbd"=>"0", "amd_no_ssb"=>"0", "md_clear"=>"0", "pdpe1gb"=>"0", "hv_tlbflush"=>"0", "aes"=>"0", "hv_evmcs"=>"0", "memory"=>"2048", "balloon"=>"", "shares"=>"", "ostype"=>"l26", "name"=>"jesse-dorne.[REDACTED]"}, "volumes_attributes"=>{"1715798868831"=>{"storage_type"=>"hard_disk", "storage"=>"NVME", "controller"=>"virtio", "device"=>"0", "cache"=>"none", "size"=>"1", "id"=>"virtio0"}, "0"=>{"storage_type"=>"hard_disk", "storage"=>"NVME", "controller"=>"virtio", "device"=>"0", "cache"=>"none", "size"=>"16", "id"=>"virtio0"}}, "name"=>"jesse-dorne.[REDACTED]", "provision_method"=>"build", "firmware_type"=>:uefi, "interfaces_attributes"=>{"0"=>{"id"=>"net0", "model"=>"virtio", "bridge"=>"vmbr1", "firewall"=>"0", "link_down"=>"0", "ip"=>"[REDACTED]", "ip6"=>""}}}
2024-05-15T13:48:30 [I|app|e3bc65f5] Started GET "/notification_recipients" for [REDACTED] at 2024-05-15 13:48:30 -0500
2024-05-15T13:48:30 [I|app|e3bc65f5] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:48:30 [I|app|e3bc65f5] Completed 200 OK in 15ms (Views: 0.2ms | ActiveRecord: 2.2ms | Allocations: 2229)
2024-05-15T13:48:30 [I|app|df39c37a] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:30 -0500
2024-05-15T13:48:30 [I|app|df39c37a] Processing by TasksController#show as */*
2024-05-15T13:48:30 [I|app|df39c37a]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:30 [I|app|df39c37a] Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.9ms | Allocations: 1843)
2024-05-15T13:48:32 [I|app|da3e6ddb] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:32 -0500
2024-05-15T13:48:32 [I|app|da3e6ddb] Processing by TasksController#show as */*
2024-05-15T13:48:32 [I|app|da3e6ddb]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:32 [I|app|da3e6ddb] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.7ms | Allocations: 1840)
2024-05-15T13:48:34 [I|app|d861b616] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:34 -0500
2024-05-15T13:48:34 [I|app|d861b616] Processing by TasksController#show as */*
2024-05-15T13:48:34 [I|app|d861b616]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:34 [I|app|d861b616] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:48:35 [I|app|5a8476bf] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:35 -0500
2024-05-15T13:48:35 [I|app|5a8476bf] Processing by TasksController#show as */*
2024-05-15T13:48:35 [I|app|5a8476bf]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:35 [I|app|5a8476bf] Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.6ms | Allocations: 1840)
2024-05-15T13:48:37 [I|app|b7957cb1] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:37 -0500
2024-05-15T13:48:37 [I|app|b7957cb1] Processing by TasksController#show as */*
2024-05-15T13:48:37 [I|app|b7957cb1]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:37 [I|app|b7957cb1] Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:39 [I|app|080ed49a] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:39 -0500
2024-05-15T13:48:39 [I|app|080ed49a] Processing by TasksController#show as */*
2024-05-15T13:48:39 [I|app|080ed49a]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:39 [I|app|080ed49a] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:40 [I|app|569ffe67] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:48:40 -0500
2024-05-15T13:48:40 [I|app|f0435fef] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:40 -0500
2024-05-15T13:48:40 [I|app|569ffe67] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:48:40 [I|app|f0435fef] Processing by TasksController#show as */*
2024-05-15T13:48:40 [I|app|f0435fef]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:40 [I|app|f0435fef] Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.9ms | Allocations: 1852)
2024-05-15T13:48:40 [I|app|569ffe67] Completed 200 OK in 13ms (Views: 0.4ms | ActiveRecord: 1.7ms | Allocations: 2228)
2024-05-15T13:48:41 [W|app|e2612280] failed to create vm: Task UPID:vm01:0000AB73:070B1435:66450384:qmstart:123:[REDACTED]: failed because WARNINGS: 1
2024-05-15T13:48:42 [I|app|89149a1e] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:42 -0500
2024-05-15T13:48:42 [I|app|89149a1e] Processing by TasksController#show as */*
2024-05-15T13:48:42 [I|app|89149a1e]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:42 [I|app|89149a1e] Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:44 [I|app|2f6e269b] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:44 -0500
2024-05-15T13:48:44 [I|app|2f6e269b] Processing by TasksController#show as */*
2024-05-15T13:48:44 [I|app|2f6e269b]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:44 [I|app|2f6e269b] Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 1.6ms | Allocations: 1840)
2024-05-15T13:48:45 [I|app|6394b17d] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:45 -0500
2024-05-15T13:48:45 [I|app|6394b17d] Processing by TasksController#show as */*
2024-05-15T13:48:45 [I|app|6394b17d]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:45 [I|app|6394b17d] Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:47 [I|app|2286c616] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:47 -0500
2024-05-15T13:48:47 [I|app|2286c616] Processing by TasksController#show as */*
2024-05-15T13:48:47 [I|app|2286c616]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:47 [I|app|2286c616] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:48:49 [I|app|4298da5b] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED] at 2024-05-15 13:48:49 -0500
2024-05-15T13:48:49 [I|app|4298da5b] Processing by TasksController#show as */*
2024-05-15T13:48:49 [I|app|4298da5b]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:49 [I|app|4298da5b] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:49 [W|app|e2612280] Failed to create a compute Proxmox (Proxmox) instance jesse-dorne.[REDACTED]: Task UPID:vm01:0000AB73:070B1435:66450384:qmstart:123:[REDACTED]: failed because WARNINGS: 1
 e2612280 |
2024-05-15T13:48:49 [I|app|e2612280] Backtrace for 'Failed to create a compute Proxmox (Proxmox) instance jesse-dorne.[REDACTED]: Task UPID:vm01:0000AB73:070B1435:66450384:qmstart:123:[REDACTED]: failed because WARNINGS: 1
 e2612280 |  ' error (Fog::Errors::Error): Task UPID:vm01:0000AB73:070B1435:66450384:qmstart:123:[REDACTED]: failed because WARNINGS: 1
 e2612280 | /usr/share/gems/gems/fog-proxmox-0.15.0/lib/fog/proxmox/compute/models/tasks.rb:58:in `wait_for'
 e2612280 | /usr/share/gems/gems/fog-proxmox-0.15.0/lib/fog/proxmox/compute/models/server.rb:93:in `request'
 e2612280 | /usr/share/gems/gems/fog-proxmox-0.15.0/lib/fog/proxmox/compute/models/server.rb:123:in `action'
 e2612280 | /usr/share/gems/gems/foreman_fog_proxmox-0.15.1/app/models/concerns/fog_extensions/proxmox/server.rb:31:in `start'
 e2612280 | /usr/share/gems/gems/foreman_fog_proxmox-0.15.1/app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:30:in `start_on_boot'
 e2612280 | /usr/share/gems/gems/foreman_fog_proxmox-0.15.1/app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:50:in `create_vm'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration/compute.rb:107:in `setCompute'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration.rb:227:in `execute'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration.rb:152:in `block in process'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration.rb:144:in `each'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration.rb:144:in `process'
 e2612280 | /usr/share/foreman/app/models/concerns/orchestration.rb:44:in `around_save_orchestration'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:137:in `run_callbacks'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:824:in `_run_save_callbacks'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/callbacks.rb:457:in `create_or_update'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/timestamp.rb:126:in `create_or_update'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/persistence.rb:474:in `save'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/validations.rb:47:in `save'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/transactions.rb:298:in `block in save'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/transactions.rb:298:in `save'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/suppressor.rb:44:in `save'
 e2612280 | /usr/share/foreman/app/models/concerns/foreman/sti.rb:26:in `save'
 e2612280 | /usr/share/foreman/app/controllers/hosts_controller.rb:100:in `create'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/abstract_controller/base.rb:228:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/rendering.rb:30:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
 e2612280 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/gems/gems/audited-5.6.0/lib/audited/sweeper.rb:16:in `around'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/gems/gems/audited-5.6.0/lib/audited/sweeper.rb:16:in `around'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:137:in `run_callbacks'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/abstract_controller/callbacks.rb:41:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/rescue.rb:22:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/notifications.rb:203:in `block in instrument'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/notifications.rb:203:in `instrument'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
 e2612280 | /usr/share/gems/gems/activerecord-6.1.7.7/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/abstract_controller/base.rb:165:in `process'
 e2612280 | /usr/share/gems/gems/actionview-6.1.7.7/lib/action_view/rendering.rb:39:in `process'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal.rb:190:in `dispatch'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_controller/metal.rb:254:in `dispatch'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/routing/route_set.rb:33:in `serve'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/journey/router.rb:50:in `block in serve'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/journey/router.rb:32:in `each'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/journey/router.rb:32:in `serve'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/routing/route_set.rb:842:in `call'
 e2612280 | /usr/share/gems/gems/katello-4.13.0.pre.master/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
 e2612280 | /usr/share/gems/gems/katello-4.13.0.pre.master/lib/katello/middleware/event_daemon.rb:10:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/apipie-dsl-2.6.2/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
 e2612280 | /usr/share/gems/gems/apipie-rails-1.3.0/lib/apipie/static_dispatcher.rb:74:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/static.rb:24:in `call'
 e2612280 | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
 e2612280 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
 e2612280 | /usr/share/gems/gems/apipie-rails-1.3.0/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/tempfile_reaper.rb:15:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/etag.rb:27:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/conditional_get.rb:40:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/head.rb:12:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/http/content_security_policy.rb:19:in `call'
 e2612280 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/session/abstract/id.rb:266:in `context'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/session/abstract/id.rb:260:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/cookies.rb:697:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/callbacks.rb:98:in `run_callbacks'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
 e2612280 | /usr/share/gems/gems/railties-6.1.7.7/lib/rails/rack/logger.rb:37:in `call_app'
 e2612280 | /usr/share/gems/gems/railties-6.1.7.7/lib/rails/rack/logger.rb:28:in `call'
 e2612280 | /usr/share/gems/gems/sprockets-rails-3.4.2/lib/sprockets/rails/quiet_assets.rb:13:in `call'
 e2612280 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/request_id.rb:26:in `call'
 e2612280 | /usr/share/gems/gems/katello-4.13.0.pre.master/lib/katello/prevent_json_parsing.rb:12:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/method_override.rb:24:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/runtime.rb:22:in `call'
 e2612280 | /usr/share/gems/gems/activesupport-6.1.7.7/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/executor.rb:14:in `call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/sendfile.rb:110:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/ssl.rb:77:in `call'
 e2612280 | /usr/share/gems/gems/actionpack-6.1.7.7/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'
 e2612280 | /usr/share/gems/gems/secure_headers-6.5.0/lib/secure_headers/middleware.rb:11:in `call'
 e2612280 | /usr/share/gems/gems/railties-6.1.7.7/lib/rails/engine.rb:539:in `call'
 e2612280 | /usr/share/gems/gems/railties-6.1.7.7/lib/rails/railtie.rb:207:in `public_send'
 e2612280 | /usr/share/gems/gems/railties-6.1.7.7/lib/rails/railtie.rb:207:in `method_missing'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/urlmap.rb:74:in `block in call'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/urlmap.rb:58:in `each'
 e2612280 | /usr/share/gems/gems/rack-2.2.9/lib/rack/urlmap.rb:58:in `call'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/configuration.rb:272:in `call'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/request.rb:100:in `block in handle_request'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/thread_pool.rb:378:in `with_force_shutdown'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/request.rb:99:in `handle_request'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/server.rb:464:in `process_client'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/server.rb:245:in `block in run'
 e2612280 | /usr/share/gems/gems/puma-6.4.2/lib/puma/thread_pool.rb:155:in `block in spawn_thread'
 e2612280 | /usr/share/gems/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2024-05-15T13:48:49 [W|app|e2612280] Rolling back due to a problem: [#<Orchestration::Task:0x00007f8fdcde7448 @name="Set up compute instance jesse-dorne.[REDACTED]", @id="Set up compute instance jesse-dorne.[REDACTED]", @status="failed", @priority=3, @action=[#<Host::Managed id: nil, name: "jesse-dorne.[REDACTED]", last_compile: nil, last_report: nil, updated_at: nil, created_at: nil, root_pass: [FILTERED], architecture_id: 1, operatingsystem_id: 2, ptable_id: 142, medium_id: 4, build: true, comment: "", disk: "", installed_at: nil, model_id: nil, hostgroup_id: 1, owner_id: 4, owner_type: "User", enabled: true, puppet_ca_proxy_id: nil, managed: true, use_image: nil, image_file: nil, uuid: nil, compute_resource_id: 3, puppet_proxy_id: nil, certname: nil, image_id: nil, organization_id: 1, location_id: 2, type: "Host::Managed", otp: nil, realm_id: nil, compute_profile_id: 5, provision_method: "build", grub_pass: nil, global_status: 0, lookup_value_matcher: [FILTERED], pxe_loader: "Grub2 UEFI HTTPS SecureBoot", initiated_at: nil, build_errors: nil, creator_id: nil>, :setCompute], @created=1715798909.8518164, @timestamp=2024-05-15 18:48:49.499482544 UTC>]
2024-05-15T13:48:49 [I|app|e2612280] Processed 1 tasks from queue 'Host::Managed Main', completed 0/2
2024-05-15T13:48:49 [E|app|e2612280] Task 'Set up compute instance jesse-dorne.[REDACTED]' *failed*
2024-05-15T13:48:49 [E|app|e2612280] Task 'Query instance details for jesse-dorne.[REDACTED]' *canceled*
2024-05-15T13:48:49 [E|app|e2612280] Failed to save: Failed to create a compute Proxmox (Proxmox) instance jesse-dorne.[REDACTED]: Task UPID:vm01:0000AB73:070B1435:66450384:qmstart:123:[REDACTED]: failed because WARNINGS: 1
 e2612280 |
2024-05-15T13:48:50 [I|app|59daf043] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:50 -0500
2024-05-15T13:48:50 [I|app|59daf043] Processing by TasksController#show as */*
2024-05-15T13:48:50 [I|app|59daf043]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:50 [I|app|59daf043] Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 1.7ms | Allocations: 1840)
2024-05-15T13:48:50 [I|app|9e483f19] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:48:50 -0500
2024-05-15T13:48:50 [I|app|9e483f19] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:48:50 [I|app|9e483f19] Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 1.9ms | Allocations: 2228)
2024-05-15T13:48:52 [I|app|0e37bff7] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:52 -0500
2024-05-15T13:48:52 [I|app|0e37bff7] Processing by TasksController#show as */*
2024-05-15T13:48:52 [I|app|0e37bff7]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:52 [I|app|0e37bff7] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.7ms | Allocations: 1840)
2024-05-15T13:48:53 [I|app|e9a453ba] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:53 -0500
2024-05-15T13:48:53 [I|app|e9a453ba] Processing by TasksController#show as */*
2024-05-15T13:48:53 [I|app|e9a453ba]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:53 [I|app|e9a453ba] Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:48:55 [I|app|da245537] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:55 -0500
2024-05-15T13:48:55 [I|app|da245537] Processing by TasksController#show as */*
2024-05-15T13:48:55 [I|app|da245537]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:55 [I|app|da245537] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:48:57 [I|app|3003762b] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:57 -0500
2024-05-15T13:48:57 [I|app|3003762b] Processing by TasksController#show as */*
2024-05-15T13:48:57 [I|app|3003762b]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:57 [I|app|3003762b] Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 2.1ms | Allocations: 1840)
2024-05-15T13:48:58 [I|app|d84125ee] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:48:58 -0500
2024-05-15T13:48:58 [I|app|d84125ee] Processing by TasksController#show as */*
2024-05-15T13:48:58 [I|app|d84125ee]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:48:58 [I|app|d84125ee] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.6ms | Allocations: 1840)
2024-05-15T13:49:00 [I|app|c4bc209e] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:00 -0500
2024-05-15T13:49:00 [I|app|c4bc209e] Processing by TasksController#show as */*
2024-05-15T13:49:00 [I|app|c4bc209e]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:00 [I|app|c4bc209e] Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:49:00 [I|app|a022ef1c] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:49:00 -0500
2024-05-15T13:49:00 [I|app|a022ef1c] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:49:00 [I|app|a022ef1c] Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 1.9ms | Allocations: 2228)
2024-05-15T13:49:02 [I|app|7126cc3d] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:02 -0500
2024-05-15T13:49:02 [I|app|7126cc3d] Processing by TasksController#show as */*
2024-05-15T13:49:02 [I|app|7126cc3d]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:02 [I|app|7126cc3d] Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:03 [I|app|65d0afa0] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:03 -0500
2024-05-15T13:49:03 [I|app|65d0afa0] Processing by TasksController#show as */*
2024-05-15T13:49:03 [I|app|65d0afa0]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:03 [I|app|65d0afa0] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:05 [I|app|b7750335] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:05 -0500
2024-05-15T13:49:05 [I|app|b7750335] Processing by TasksController#show as */*
2024-05-15T13:49:05 [I|app|b7750335]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:05 [I|app|b7750335] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:07 [I|app|5db352d5] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:07 -0500
2024-05-15T13:49:07 [I|app|5db352d5] Processing by TasksController#show as */*
2024-05-15T13:49:07 [I|app|5db352d5]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:07 [I|app|5db352d5] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.7ms | Allocations: 1840)
2024-05-15T13:49:08 [I|app|f33d9e35] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:08 -0500
2024-05-15T13:49:08 [I|app|f33d9e35] Processing by TasksController#show as */*
2024-05-15T13:49:08 [I|app|f33d9e35]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:08 [I|app|f33d9e35] Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:49:10 [I|app|4c58182a] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:10 -0500
2024-05-15T13:49:10 [I|app|4c58182a] Processing by TasksController#show as */*
2024-05-15T13:49:10 [I|app|4c58182a]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:10 [I|app|4c58182a] Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:49:10 [I|app|8fe85837] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:49:10 -0500
2024-05-15T13:49:10 [I|app|8fe85837] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:49:10 [I|app|8fe85837] Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 2.3ms | Allocations: 2228)
2024-05-15T13:49:11 [I|app|f0e2943a] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:11 -0500
2024-05-15T13:49:12 [I|app|f0e2943a] Processing by TasksController#show as */*
2024-05-15T13:49:12 [I|app|f0e2943a]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:12 [I|app|f0e2943a] Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 1.9ms | Allocations: 1840)
2024-05-15T13:49:13 [I|app|3c996c1e] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:13 -0500
2024-05-15T13:49:13 [I|app|3c996c1e] Processing by TasksController#show as */*
2024-05-15T13:49:13 [I|app|3c996c1e]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:13 [I|app|3c996c1e] Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 1.6ms | Allocations: 1840)
2024-05-15T13:49:15 [I|app|055cb6cc] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:15 -0500
2024-05-15T13:49:15 [I|app|055cb6cc] Processing by TasksController#show as */*
2024-05-15T13:49:15 [I|app|055cb6cc]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:15 [I|app|055cb6cc] Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.6ms | Allocations: 1840)
2024-05-15T13:49:16 [I|app|d228fb6f] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:16 -0500
2024-05-15T13:49:16 [I|app|d228fb6f] Processing by TasksController#show as */*
2024-05-15T13:49:16 [I|app|d228fb6f]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:16 [I|app|d228fb6f] Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:18 [I|app|8e202684] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:18 -0500
2024-05-15T13:49:18 [I|app|8e202684] Processing by TasksController#show as */*
2024-05-15T13:49:18 [I|app|8e202684]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:18 [I|app|8e202684] Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:20 [I|app|8231a274] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:20 -0500
2024-05-15T13:49:20 [I|app|8231a274] Processing by TasksController#show as */*
2024-05-15T13:49:20 [I|app|8231a274]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:20 [I|app|8231a274] Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:20 [I|app|6bdbe2eb] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:49:20 -0500
2024-05-15T13:49:20 [I|app|6bdbe2eb] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:49:20 [I|app|6bdbe2eb] Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 1.7ms | Allocations: 2228)
2024-05-15T13:49:21 [I|app|b8ff1f3b] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:21 -0500
2024-05-15T13:49:21 [I|app|b8ff1f3b] Processing by TasksController#show as */*
2024-05-15T13:49:21 [I|app|b8ff1f3b]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:21 [I|app|b8ff1f3b] Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:23 [I|app|43e47f8c] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:23 -0500
2024-05-15T13:49:23 [I|app|43e47f8c] Processing by TasksController#show as */*
2024-05-15T13:49:23 [I|app|43e47f8c]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:23 [I|app|43e47f8c] Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:25 [I|app|3174eb23] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:25 -0500
2024-05-15T13:49:25 [I|app|3174eb23] Processing by TasksController#show as */*
2024-05-15T13:49:25 [I|app|3174eb23]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:25 [I|app|3174eb23] Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:26 [I|app|92a0ff7a] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:26 -0500
2024-05-15T13:49:26 [I|app|92a0ff7a] Processing by TasksController#show as */*
2024-05-15T13:49:26 [I|app|92a0ff7a]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:26 [I|app|92a0ff7a] Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 1.5ms | Allocations: 1840)
2024-05-15T13:49:28 [I|app|d8dbedc5] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:28 -0500
2024-05-15T13:49:28 [I|app|d8dbedc5] Processing by TasksController#show as */*
2024-05-15T13:49:28 [I|app|d8dbedc5]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:28 [I|app|d8dbedc5] Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:30 [I|app|9a7ff19e] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:30 -0500
2024-05-15T13:49:30 [I|app|9a7ff19e] Processing by TasksController#show as */*
2024-05-15T13:49:30 [I|app|9a7ff19e]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:30 [I|app|9a7ff19e] Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 2.0ms | Allocations: 1840)
2024-05-15T13:49:30 [I|app|5f73ca42] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:49:30 -0500
2024-05-15T13:49:30 [I|app|5f73ca42] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:49:30 [I|app|5f73ca42] Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 2.0ms | Allocations: 2228)
2024-05-15T13:49:31 [I|app|b3582098] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:31 -0500
2024-05-15T13:49:31 [I|app|b3582098] Processing by TasksController#show as */*
2024-05-15T13:49:31 [I|app|b3582098]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:31 [I|app|b3582098] Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.7ms | Allocations: 1840)
2024-05-15T13:49:33 [I|app|21013b76] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:33 -0500
2024-05-15T13:49:33 [I|app|21013b76] Processing by TasksController#show as */*
2024-05-15T13:49:33 [I|app|21013b76]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:33 [I|app|21013b76] Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:34 [I|app|c2df39a3] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:34 -0500
2024-05-15T13:49:34 [I|app|c2df39a3] Processing by TasksController#show as */*
2024-05-15T13:49:34 [I|app|c2df39a3]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:34 [I|app|c2df39a3] Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.8ms | Allocations: 1840)
2024-05-15T13:49:35 [I|app|e2612280]   Rendered hosts/new.html.erb within layouts/application (Duration: 45970.5ms | Allocations: 327093)
2024-05-15T13:49:35 [I|app|e2612280]   Rendered layouts/base.html.erb (Duration: 26.9ms | Allocations: 14758)
2024-05-15T13:49:35 [I|app|e2612280]   Rendered layout layouts/application.html.erb (Duration: 46000.8ms | Allocations: 342646)
2024-05-15T13:49:35 [I|app|e2612280] Completed 200 OK in 66143ms (Views: 45963.5ms | ActiveRecord: 114.7ms | Allocations: 520999)
2024-05-15T13:49:36 [I|app|059c2f2d] Started GET "/tasks/05931696-cb97-435c-9016-285a6f1182c8" for [REDACTED].1 at 2024-05-15 13:49:36 -0500
2024-05-15T13:49:36 [I|app|059c2f2d] Processing by TasksController#show as */*
2024-05-15T13:49:36 [I|app|059c2f2d]   Parameters: {"id"=>"05931696-cb97-435c-9016-285a6f1182c8"}
2024-05-15T13:49:36 [I|app|059c2f2d] Completed 200 OK in 18ms (Views: 8.0ms | ActiveRecord: 1.7ms | Allocations: 2860)
2024-05-15T13:49:50 [I|app|c6e13114] Started GET "/notification_recipients" for [REDACTED].1 at 2024-05-15 13:49:50 -0500
2024-05-15T13:49:50 [I|app|c6e13114] Processing by NotificationRecipientsController#index as JSON
2024-05-15T13:49:50 [I|app|c6e13114] Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 1.8ms | Allocations: 2419)

Proxmox shows the warning

WARN: no efidisk configured! Using temporary efivars disk.

Which inevitably fails the creation.