SOLVED Replication Error: invalid option 'p' usage:

Status
Not open for further replies.

Florence

Dabbler
Joined
Oct 27, 2016
Messages
11
Replication of snapshot to remote machine failed with the following error.....

Code:
Replication raid/backup -> 192.168.11.51:backup failed: Failed: invalid option 'p'
usage:
	list [-rH][-d max] [-o property[,...]] [-t type[,...]] [-s property] ...
		[-S property] ... [filesystem|volume|snapshot] ...


turned out after much banging of head on wall......

seams zfs dosnt like it if your zfs feature or versions are at all different...

zpool get all <name> | grep feature@

reveals a whole range of FREENAS ZFS supported features that other ZFS systems do not always support.

easiest solution is not really a solution, more of a work around. RSYNC between zpools ..mmmmmhhhhh
 

Richard Yang

Cadet
Joined
Jan 29, 2016
Messages
4
Replication of snapshot to remote machine failed with the following error.....

Code:
Replication raid/backup -> 192.168.11.51:backup failed: Failed: invalid option 'p'
usage:
	list [-rH][-d max] [-o property[,...]] [-t type[,...]] [-s property] ...
		[-S property] ... [filesystem|volume|snapshot] ...


turned out after much banging of head on wall......

seams zfs dosnt like it if your zfs feature or versions are at all different...

zpool get all <name> | grep feature@

reveals a whole range of FREENAS ZFS supported features that other ZFS systems do not always support.

easiest solution is not really a solution, more of a work around. RSYNC between zpools ..mmmmmhhhhh

Thanks a bunch, I was about to bang my fragile head just now...
 
Status
Not open for further replies.
Top