ops
ops copied to clipboard
ops - build and run nanos unikernels
my ops based on master branch for the proxmox features recently added: ``` rich@development:~/unikernels$ ops profile Ops version: Nanos version: 0.1.42 Qemu version: 6.2.0 Arch: linux Virtualized: true ``` my...
we support it on other x86 machines (w/accel) https://github.com/nanovms/ops/issues/1357 https://ahelpme.com/software/qemu/qemu-full-virtualization-cpu-emulations-enable-disable-cpu-flags-instruction-sets-of-qemu-6-2-0/ https://gitlab.com/qemu-project/qemu/-/issues/164 sample program that uses cpuid to check for avx: https://gist.github.com/hi2p-perim/7855506 I think it's not implemented in TCG cause you...
it's rather convoluted right now because it takes a string flag - parses it into the proper type and then immediately turns around passes it back as a different type...
not confident we need all these checks for each operation, i think it would be better to properly instantiate a image or instance (eg: ProxmoxImage{}, ProxmoxInstance{} ) when parsing the...
if it's not set then it shouldn't check for it (because I don't think you need to have it set)
Hello, I try to use ops with local ProxMox 7.2 and Ops 0.1.32, and it isn`t working: System information: ``` root@my~/go/src/test# uname -a Linux my 5.15.35-1-pve #1 SMP PVE 5.15.35-3...
we have support for updating nanos and ops but not individual packages - when updating i typically blow away the old one which while works should be explicit, the other...
if you create an image with the same name but different contents one after each other the second one doesn't appear to replace the old one it it should state...
https://github.com/nanovms/ops/blob/master/proxmox/proxmox_image.go#L109-L118
right now you need to use 'stop' - prob need some nanos support here