Cheatha
Cadet
- Joined
- Aug 3, 2017
- Messages
- 4
I've got two FreeNAS servers, both running the latest stable FreeNAS-11.3-U5. There is a replication task (SSH+NETCAT) via VPN from server A to server B. Server B will be offline for a few days so I wanted to stop the replication. But every time I try to disable it on server I'll get an error: »[large_block] null not allowed«
This is the complete message:
Replication is running fine, both servers to have ZFS large_blocks enabled. How can I disable this replication task?
This is the complete message:
Code:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 130, in call_method
io_thread=False)
File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1084, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.7/site-packages/middlewared/service.py", line 402, in update
f'{self._config.namespace}.update', self, self.do_update, [id, data]
File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1084, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 960, in nf
args, kwargs = clean_and_validate_args(args, kwargs)
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 918, in clean_and_validate_args
value = attr.clean(args[args_index + i])
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 594, in clean
data[key] = attr.clean(value)
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 370, in clean
value = super().clean(value)
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 76, in clean
raise Error(self.name, 'null not allowed')
middlewared.schema.Error: [large_block] null not allowedReplication is running fine, both servers to have ZFS large_blocks enabled. How can I disable this replication task?