Autorepl.py fails on dataset with a space in the name

Status
Not open for further replies.

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
I am replicating between two FN servers running 11.1-U2.
On the source server I see this msg in debug.log repeated over and over :
Code:
Mar  8 17:24:11 freenas /autorepl.py: [tools.autorepl:291] Checking dataset vol1/Legacy Downloads
Mar  8 17:24:11 freenas /autorepl.py: [tools.autorepl:336] ds = Legacy Downloads, remotefs = vol1
Mar  8 17:24:11 freenas /autorepl.py: [tools.autorepl:344] Unable to create remote dataset vol1: too many arguments
usage:
   create [-pu] [-o property=value] ... <filesystem>
   create [-ps] [-b blocksize] [-o property=value] ... -V <size> <volume>

For the property list, run: zfs set|get

For the delegated permission list, run: zfs allow|unallow


The remote dataset exists and is being updated.
Looks like a bug because of the space in the name ?
What do you think ?
 
Status
Not open for further replies.
Top