Articles in this section

How to workaround undoing ignore-set dynamically in XDR5

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"


Applies To Earliest Version

5.0

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful