Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for incorrecta (0.17 sec)

  1. docs/bucket/replication/setup_ilm_expiry_replication.sh

    noncurrentDays=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].NoncurrentVersionExpiration.NoncurrentDays')
    if [ $expDays -ne 3 ]; then
    	echo "BUG: Incorrect expiry days '${expDays}' set for 'siteb'"
    	exit 1
    fi
    if [ $noncurrentDays -ne 2 ]; then
    	echo "BUG: Incorrect non current expiry days '${noncurrentDays}' set for siteb"
    	exit 1
    fi
    
    ## Make sure transition rule not replicated to siteb
    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