- Increase 
osd_bench_large_size_max_throughputto something larger (e.g.10737418240, 10Gi) usingceph config set osd.<id> osd_bench_large_size_max_throughput <throughput>. - Run 
ceph tell osd.* bench <size>with e.g.21474836480(20Gi) 
IOPS
| sanic>=23.6.0 | 
resticbackup.cmd into C:\WindowsC:\Windows\resticbackup.password containing the restic repository passwordC:\Windows\restic.exeC:\Windows\resticbackup.cmd script as an action on the desired schedule (e.g. nightly).| #!/usr/bin/env bash | |
| # Required binaries: | |
| # * k0s | |
| # * kubectl | |
| # * helm | |
| # * cut | |
| # * grep | |
| # * ip | |
| # * hostname | 
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| username="${USER_NAME?No User-Name found!}" | |
| password="${USER_PASSWORD?No Password found!}" | |
| token_endpoint="${OIDC_TOKEN_ENDPOINT?No Oidc-Token-Endpoint!}" | |
| client_id="${OIDC_CLIENT_ID?No Oidc-Client-Id!}" | |
| client_secret="$(< "${OIDC_CLIENT_SECRET_FILE?No Oidc-Client-Secret-File!}")" | 
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| namespace="${1?no namespace}" | |
| source_pvc="${2?no source pvc}" | |
| target_sc="${3?no target SC}" | |
| transformer="${4:-}" | |
| tmp_pvc_name="${source_pvc}-tmp" | 
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| fetch_hosts_as_rpz() { | |
| local action="${1?no action!}" | |
| local destination="${2?no destination!}" | |
| shift 2 | |
| if [ $# = 0 ] | 
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| target_dir="${1?no target dir!}" | |
| if [ -e "$target_dir" ] | |
| then | |
| echo "$target_dir already exists!" >&2 | |
| exit 1 | |
| fi | 
| #!/usr/bin/env bash | |
| input="${1?no input}" | |
| key_output="${2?no key output}" | |
| crt_output="${3?no crt output}" | |
| ca_output="${4?no ca output}" | |
| openssl pkcs12 -legacy -in "$input" -out "${key_output}" -nocerts -nodes | |
| openssl pkcs12 -legacy -in "$input" -out "${crt_output}" -clcerts -nokeys | |
| openssl pkcs12 -legacy -in "$input" -out "${ca_output}" -cacerts -nokeys | 
| import org.hibernate.validator.internal.engine.DefaultClockProvider | |
| import org.springframework.core.LocalVariableTableParameterNameDiscoverer | |
| import org.springframework.core.PrioritizedParameterNameDiscoverer | |
| import org.springframework.core.StandardReflectionParameterNameDiscoverer | |
| import org.springframework.validation.beanvalidation.LocalValidatorFactoryBean | |
| import java.lang.reflect.Constructor | |
| import java.lang.reflect.Method | |
| import javax.validation.ClockProvider | |
| import javax.validation.Configuration | |
| import javax.validation.ParameterNameProvider |