Hello, I recently created a Ubuntu 18.04.03 VM with a VirtIO disk and networking. It is in the folder
The disk is called was automatically named as a zvol in as
The permissions for virtual and virtual/fn are
When I hit the clone button (3 dots --> Clone) I receive the following error:
Any idea what is going on?
I was hoping to clone the initial install to make spinning up new machines easy.
/mnt/tank1/ds1/virtual/fn/The disk is called was automatically named as a zvol in as
virtual/fn/Ubuntu_Full_Node-hhrpoThe permissions for virtual and virtual/fn are
nobody:virtual 770.When I hit the clone button (3 dots --> Clone) I receive the following error:
Code:
[ENOENT] vm_create.devices.1.attributes.path: Disk path /dev/zvol/tank1/ds1/virtual/fn/Ubuntu_Full_Node-hhrpo_Ubuntu_Full_Node_clone0 does not exist.
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1107, 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 1055, 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 1055, 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: [ENOENT] vm_create.devices.1.attributes.path: Disk path /dev/zvol/tank1/ds1/virtual/fn/Ubuntu_Full_Node-hhrpo_Ubuntu_Full_Node_clone0 does not exist.
Any idea what is going on?
I was hoping to clone the initial install to make spinning up new machines easy.