OK -- specs of FreeNas listed below -- I'm using 11.2-U5
I have one bhyve created VM (Ubuntu). The VM is stopped. It was created with 1 vCPU and 2048Mb memory. I'm trying to edit the VM to change both the CPU count and memory. After changing the specs and pushing the Save button -- I keep getting a Path is required (written in red) and it won't allow me to save the VM. I've included a picture: https://imagebin.ca/v/4noqClTtSVjy. What do I need to do? Clearly the command seems to be looking for a path the GUI isn't passing it.
I also tried cloning the VM (just trying to debug problem -- however I received a similar error -- but with more output) -- I'm not sure if this is related
I have one bhyve created VM (Ubuntu). The VM is stopped. It was created with 1 vCPU and 2048Mb memory. I'm trying to edit the VM to change both the CPU count and memory. After changing the specs and pushing the Save button -- I keep getting a Path is required (written in red) and it won't allow me to save the VM. I've included a picture: https://imagebin.ca/v/4noqClTtSVjy. What do I need to do? Clearly the command seems to be looking for a path the GUI isn't passing it.
I also tried cloning the VM (just trying to debug problem -- however I received a similar error -- but with more output) -- I'm not sure if this is related
Code:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 167, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1098, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1046, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 664, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 1436, in clone
raise e
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 1419, in clone
await self.create(vm)
File "/usr/local/lib/python3.6/site-packages/middlewared/service.py", line 290, in create
f'{self._config.namespace}.create', self, self.do_create, [data]
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1046, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 664, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 963, in do_create
raise verrors
middlewared.service_exception.ValidationErrors: [EINVAL] vm_create.devices.2.attributes.path: Path is required.
Last edited: