nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

Added error checking coming from ProxMox API #1368

Closed asyslinux closed 2 years ago

asyslinux commented 2 years ago

Added capture errors from ProxMox API. Unfortunately, ProxMox does not always return an error, for example, in the case of a disk move, if there is no storage local-lvm, then the error is not returned. ProxMox doesn't have the best API.

eyberg commented 2 years ago

yeh I think that's why i had originally punted on that - thanks for adding!