Context
There currently isn’t an official way to dynamically clear or undo ignore-set. However, there is a workaround for undoing ignore-set dynamically.
Method
1) Have ignore-set configured either statically or dynamically
Static Config
xdr {
dc dc2 {
node-address-port 172.17.0.3 3000
namespace example {
ignore-set set1
}
}
}
Dynamic Config
Admin+> asinfo -v "set-config:context=xdr;dc=dc2;namespace=example;ignore-set=set1"
2) Dynamically set ship-set to the set(s) that was previously ignored.
Admin+> asinfo -v "set-config:context=xdr;dc=dc2;namespace=example;ship-set=set1"