Can't disable replication task

Juan Manuel Palacios

Contributor
Joined
May 29, 2017
Messages
144

tanjix

Dabbler
Joined
Dec 6, 2020
Messages
15
Hi Guys!

The same issue applies to TrueNAS 12.0-U1, however, the above mentioned link and quick fix does not work here.

But I figured out, that just the filename involved changed.
So, anyone struggling around with this issue on 12.0-U1 can just do:

Code:
perl -p -i.orig -e 's/(&&"dedup"!==a)/$1&&"large_block"!==a/' /usr/local/www/webui/8.c46c0857e250623d1afa.js


and everything works fine again with regards to editing replication tasks.

Hope this can be of help for anybody.
 
Last edited:

Cheatha

Cadet
Joined
Aug 3, 2017
Messages
4
Thanks everyone! The mentioned perl commands helped me a lot. Today I did an upgrade to TrueNAS-12.0-U2.1 and the issue seems to be gone.
 
Top