Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for POST (0.12 sec)

  1. docs/bucket/replication/setup_ilm_expiry_replication.sh

    if [ "$flag" != "true" ]; then
    	echo "BUG: ILM expiry replication not enabled for 'siteb'"
    	exit 1
    fi
    
    ## Check if latest updated rules get replicated to all sites post re-enable of ILM expiry rules replication
    sleep 30s
    count1=$(./mc ilm rule list sitea/bucket --json | jq '.config.Rules[0].Expiration.Days')
    count2=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Expiration.Days')
    Shell Script
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 12.7K bytes
    - Viewed (0)
Back to top