Project

General

Profile

Actions

Bug #38043

open

Proxmox: Image creation from compute resources fails if storage is one storage is not available on host

Added by Adam Cécile 2 months ago. Updated 24 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources
Target version:
-
Difficulty:
easy
Triaged:
No
Fixed in Releases:
Found in Releases:
Actions #1

Updated by Adam Cécile 2 months ago

  • Subject changed from Proxmox: Image creation for to Proxmox: Image creation from compute resources fails if storage is one storage is not available on host
  • Difficulty set to easy
  • Found in Releases 3.12.0 added
Oops, we're sorry but something went wrong Expected([200]) <=> Actual(500 InternalServerError) excon.error.response :body => "{\"data\":null}" :cookies => [ "SERVERID=pve-prod-btz01; path=/" ] :headers => { "Connection" => "keep-alive" "Content-Length" => "13" "Content-Type" => "application/json;charset=UTF-8" "Date" => "Tue, 26 Nov 2024 08:17:57 GMT" "Server" => "nginx/1.22.1" "cache-control" => "max-age=0" "expires" => "Tue, 26 Nov 2024 08:17:57 GMT" "pragma" => "no-cache" "set-cookie" => "SERVERID=pve-prod-btz01; path=/" } :host => "pve-prod.infra.cita.internal" :local_address => "10.13.70.135" :local_port => 43824 :method => "GET" :omit_default_port => false :path => "/api2/json//nodes/pve-prod-brt01/storage/local-zfs-big/content" :port => 443 :query => "" :reason_phrase => "storage 'local-zfs-big' is not available on node 'pve-prod-brt01'" :remote_ip => "10.13.70.90" :scheme => "https" :status => 500 :status_line => "HTTP/1.1 500 storage 'local-zfs-big' is not available on node 'pve-prod-brt01'\r\n" 

This is perfectly expected because such storage is not configured on this specific host. Storage being unavailable/disabled must be filtered out and ignored.

Best regards, Adam.

Actions #2

Updated by Ewoud Kohl van Wijngaarden 24 days ago

I think this should be filed on the foreman_fog_proxmox plugin: https://github.com/theforeman/foreman_fog_proxmox/issues

Actions

Also available in: Atom PDF