SOLVED 'min_memory' error on running VM after upgrading to 22.02.4

GS059

Cadet
Joined
Aug 13, 2022
Messages
4
I finally figured out how to get my system to update from 22.02 to 22.02.4.
now I am unable to run any VM, existing or newly created ones. I did try searching this forum and quite a bit of google, not saying I am great at search though.
I have 128GB of ram, Virtualization tab shows I have 106 GiB free, VM only wants 8 of these GiB's. I did try reducing the VM down to 1GiB to see if that would help.

This is the point where it seems to error out.
File "/usr/lib/python3/dist-packages/middlewared/plugins/vm/vm_memory_info.py", line 133, in get_vm_memory_info
vm_min_memory = vm['min_memory'] * 1024 * 1024 if vm['min_memory'] else None KeyError: 'min_memory'
 

NugentS

MVP
Joined
Apr 16, 2020
Messages
2,947
22.02.4 doesn't exist
 

GS059

Cadet
Joined
Aug 13, 2022
Messages
4
then what am I on?
 

Attachments

  • Screen Shot 2022-08-14 at 00.04.55.png
    Screen Shot 2022-08-14 at 00.04.55.png
    91.7 KB · Views: 174

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
then what am I on?
That's a nightly image?.. this can have bugs. Where did you get it?

The release version is 22.02.3

I think you should re-install or roll back.
 

GS059

Cadet
Joined
Aug 13, 2022
Messages
4
I was on the nightly a while back since the PCIE passthrough wasn't working on the stable version. my system said it had an update, and after modifying the .py file to finally get it to allow for updates, this is the version it grabbed.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
I was on the nightly a while back since the PCIE passthrough wasn't working on the stable version. my system said it had an update, and after modifying the .py file to finally get it to allow for updates, this is the version it grabbed.

Make sense. Nightlies are less stable... and have not gone through a QA cycle for any changes made.

Can you manually move to SCALE 22.02.3 and then confirm if the issue exists.
 

GS059

Cadet
Joined
Aug 13, 2022
Messages
4
issue resolved by installing the release version from .iso.
it also does look like the PCIE passthrough works on this version as well.
 
Top