Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for adminv3 (0.06 sec)

  1. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	AMMAXW		R14, (R13), R12 // ac396538
    	AMMAXV		R14, (R13), R12 // acb96538
    	AMMINW		R14, (R13), R12 // ac396638
    	AMMINV		R14, (R13), R12 // acb96638
    	AMMAXWU		R14, (R13), R12 // ac396738
    	AMMAXVU		R14, (R13), R12 // acb96738
    	AMMINWU		R14, (R13), R12 // ac396838
    	AMMINVU		R14, (R13), R12 // acb96838
    	AMSWAPDBB	R14, (R13), R12 // ac395e38
    	AMSWAPDBH	R14, (R13), R12 // acb95e38
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Sat Nov 02 01:36:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. docs/bucket/lifecycle/setup_ilm_transition.sh

    	echo "waiting until the object is tiered to run heal"
    	sleep 1s
    done
    ./mc stat sitea/bucket/README.md
    
    success=$(./mc admin heal -r sitea/bucket/README.md --json --force | jq -r 'select((.name == "bucket/README.md") and (.after.color == "green")) | .after.color == "green"')
    if [ "${success}" != "true" ]; then
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. cmd/api-response.go

    	// Generate string error response.
    	writeResponse(w, err.HTTPStatusCode, []byte(err.Description), mimeNone)
    }
    
    // writeErrorResponseJSON - writes error response in JSON format;
    // useful for admin APIs.
    func writeErrorResponseJSON(ctx context.Context, w http.ResponseWriter, err APIError, reqURL *url.URL) {
    	// Generate error response.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 19:27:06 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top