zos
zos copied to clipboard
decommissioning of reservation failed: failed to connect to 0-db: zdbd47bbb48-3070-4cdf-bd3f-fb8d3103980a: dial unix /var/run/zdb_zdbd47bbb48-3070-4cdf-bd3f-fb8d3103980a/zdb.sock: connect: resource temporarily unavailable
Resource temporarily unavailable means that the unix socket backlog is full and it can't accept more connections. or the process ran out of open file descriptors.
We need to review the code for potential leaks.