Search is not available for this dataset
repo
stringlengths
2
152
file
stringlengths
15
239
code
stringlengths
0
58.4M
file_length
int64
0
58.4M
avg_line_length
float64
0
1.81M
max_line_length
int64
0
12.7M
extension_type
stringclasses
364 values
null
ceph-main/qa/releases/pacific.yaml
tasks: - exec: osd.0: - ceph osd require-osd-release pacific - ceph osd set-require-min-compat-client pacific - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done - ceph.healthy:
233
28.25
90
yaml
null
ceph-main/qa/releases/quincy.yaml
tasks: - exec: osd.0: - ceph osd require-osd-release quincy - ceph osd set-require-min-compat-client quincy - ceph.healthy:
140
19.142857
53
yaml
null
ceph-main/qa/releases/reef.yaml
tasks: - exec: osd.0: - ceph osd require-osd-release reef - ceph osd set-require-min-compat-client reef - ceph.healthy:
136
18.571429
51
yaml
null
ceph-main/qa/rgw/ignore-pg-availability.yaml
# https://tracker.ceph.com/issues/45802 # https://tracker.ceph.com/issues/51282 # https://tracker.ceph.com/issues/61168 overrides: ceph: log-ignorelist: - \(PG_AVAILABILITY\) - \(PG_DEGRADED\) - \(POOL_APP_NOT_ENABLED\)
238
22.9
39
yaml
null
ceph-main/qa/rgw/s3tests-branch.yaml
overrides: s3tests: force-branch: ceph-master # git_remote: https://github.com/ceph/
95
18.2
42
yaml
null
ceph-main/qa/rgw_bucket_sharding/default.yaml
0
0
0
yaml
null
ceph-main/qa/rgw_bucket_sharding/single.yaml
overrides: ceph: conf: global: rgw override bucket index max shards: 1
91
14.333333
47
yaml
null
ceph-main/qa/rgw_frontend/beast.yaml
overrides: rgw: frontend: beast
38
8.75
19
yaml
null
ceph-main/qa/rgw_pool_type/ec-profile.yaml
overrides: rgw: ec-data-pool: true erasure_code_profile: name: testprofile k: 3 m: 1 crush-failure-domain: osd s3tests: slow_backend: true
179
15.363636
31
yaml
null
ceph-main/qa/rgw_pool_type/ec.yaml
overrides: rgw: ec-data-pool: true s3tests: slow_backend: true
75
11.666667
22
yaml
null
ceph-main/qa/rgw_pool_type/replicated.yaml
overrides: rgw: ec-data-pool: false
42
9.75
23
yaml
null
ceph-main/qa/standalone/ceph-helpers.sh
#!/usr/bin/env bash # # Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014,2015 Red Hat <contact@redhat.com> # Copyright (C) 2014 Federico Gimenez <fgimenez@coit.es> # # Author: Loic Dachary <loic@dachary.org> # Author: Federico Gimenez <fgimenez@coit.es> # # This program is free sof...
72,141
28.93444
175
sh
null
ceph-main/qa/standalone/c2c/c2c.sh
#!/usr/bin/env bash set -ex function run_perf_c2c() { # First get some background system info uname -a > uname.out lscpu > lscpu.out cat /proc/cmdline > cmdline.out timeout -s INT 10 vmstat -w 1 > vmstat.out || true sudo dmesg >& dmesg.out cat /proc/cpuinfo > cpuinfo.out ps axo psr,tim...
3,139
35.941176
115
sh
null
ceph-main/qa/standalone/crush/crush-choose-args.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at you...
7,592
30.118852
150
sh
null
ceph-main/qa/standalone/crush/crush-classes.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at you...
9,876
36.131579
156
sh
null
ceph-main/qa/standalone/erasure-code/test-erasure-code-plugins.sh
#!/usr/bin/env bash set -x source $CEPH_ROOT/qa/standalone/ceph-helpers.sh arch=$(uname -m) case $arch in i[[3456]]86*|x86_64*|amd64*) legacy_jerasure_plugins=(jerasure_generic jerasure_sse3 jerasure_sse4) legacy_shec_plugins=(shec_generic shec_sse3 shec_sse4) plugins=(jerasure shec lrc i...
4,144
33.831933
133
sh
null
ceph-main/qa/standalone/erasure-code/test-erasure-code.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
10,393
29.751479
114
sh
null
ceph-main/qa/standalone/erasure-code/test-erasure-eio.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Red Hat <contact@redhat.com> # # # Author: Kefu Chai <kchai@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your...
19,747
27.171184
85
sh
null
ceph-main/qa/standalone/mgr/balancer.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
7,323
31.696429
139
sh
null
ceph-main/qa/standalone/misc/mclock-config.sh
#!/usr/bin/env bash # # Copyright (C) 2022 Red Hat <contact@redhat.com> # # Author: Sridhar Seshasayee <sseshasa@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, o...
18,490
38.510684
90
sh
null
ceph-main/qa/standalone/misc/network-ping.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7146" # git grep '\<7146\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " ...
6,542
37.488235
95
sh
null
ceph-main/qa/standalone/misc/ok-to-stop.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON_A="127.0.0.1:7150" # git grep '\<7150\>' : there must be only one export CEPH_MON_B="127.0.0.1:7151" # git grep '\<7151\>' : there must be only one export CEPH_MON_C="127.0.0.1:...
8,982
29.245791
103
sh
null
ceph-main/qa/standalone/misc/rados-striper.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Red Hat <contact@redhat.com> # # Author: Sebastien Ponce <sebastien.ponce@cern.ch> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, ...
4,113
39.333333
103
sh
null
ceph-main/qa/standalone/misc/test-ceph-helpers.sh
#!/usr/bin/env bash # # Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014 Red Hat <contact@redhat.com> # Copyright (C) 2014 Federico Gimenez <fgimenez@coit.es> # # Author: Loic Dachary <loic@dachary.org> # Author: Federico Gimenez <fgimenez@coit.es> # # This program is free software...
821
36.363636
70
sh
null
ceph-main/qa/standalone/misc/test-snaptrim-stats.sh
#!/usr/bin/env bash # # Copyright (C) 2022 Red Hat <contact@redhat.com> # # Author: Sridhar Seshasayee <sseshasa@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, o...
5,635
28.820106
83
sh
null
ceph-main/qa/standalone/misc/ver-health.sh
#!/usr/bin/env bash # # Copyright (C) 2020 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
9,707
40.844828
133
sh
null
ceph-main/qa/standalone/mon-stretch/mon-stretch-fail-recovery.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON_A="127.0.0.1:7139" # git grep '\<7139\>' : there must be only one export CEPH_MON_B="127.0.0.1:7141" # git grep '\<7141\>' : there must be only one export CEPH_MON_C="127.0.0.1:7...
4,639
30.351351
102
sh
null
ceph-main/qa/standalone/mon-stretch/mon-stretch-uneven-crush-weights.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON_A="127.0.0.1:7139" # git grep '\<7139\>' : there must be only one export CEPH_MON_B="127.0.0.1:7141" # git grep '\<7141\>' : there must be only one export CEPH_MON_C="127.0.0.1:7...
4,966
33.255172
102
sh
null
ceph-main/qa/standalone/mon/health-mute.sh
#!/bin/bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7143" # git grep '\<714\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none --mon-pg-warn-min-per-osd 0 --mon-max-pg-per-osd 1000...
3,385
26.088
111
sh
null
ceph-main/qa/standalone/mon/misc.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
12,390
42.477193
111
sh
null
ceph-main/qa/standalone/mon/mkfs.sh
#!/usr/bin/env bash # # Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published ...
4,454
21.963918
77
sh
null
ceph-main/qa/standalone/mon/mon-bind.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Quantum Corp. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distribu...
5,024
33.895833
111
sh
null
ceph-main/qa/standalone/mon/mon-created-time.sh
#!/usr/bin/env bash # # Copyright (C) 2015 SUSE LINUX GmbH # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distri...
1,548
27.163636
106
sh
null
ceph-main/qa/standalone/mon/mon-handle-forward.sh
#!/usr/bin/env bash # # Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014,2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publi...
2,612
39.2
92
sh
null
ceph-main/qa/standalone/mon/mon-last-epoch-clean.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7302" # git grep '\<7105\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " ...
7,495
23.337662
83
sh
null
ceph-main/qa/standalone/mon/mon-osdmap-prune.sh
#!/bin/bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh base_test=$CEPH_ROOT/qa/workunits/mon/test_mon_osdmap_prune.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7115" export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none --mon-host=$CEPH_MON " local funcs=${@:-$...
1,440
23.844828
76
sh
null
ceph-main/qa/standalone/mon/mon-ping.sh
#!/usr/bin/env bash # # Copyright (C) 2015 SUSE LINUX GmbH # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distri...
1,270
26.042553
83
sh
null
ceph-main/qa/standalone/mon/mon-scrub.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
1,398
26.98
83
sh
null
ceph-main/qa/standalone/mon/mon-seesaw.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON_A="127.0.0.1:7139" # git grep '\<7139\>' : there must be only one export CEPH_MON_B="127.0.0.1:7141" # git grep '\<7141\>' : there must be only one export CEPH_MON_C="127.0.0.1:...
2,144
28.383562
85
sh
null
ceph-main/qa/standalone/mon/osd-crush.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
6,754
33.28934
111
sh
null
ceph-main/qa/standalone/mon/osd-df.sh
#!/bin/bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7113" # git grep '\<7113\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " local ...
4,107
40.918367
83
sh
null
ceph-main/qa/standalone/mon/osd-erasure-code-profile.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
7,883
31.713693
116
sh
null
ceph-main/qa/standalone/mon/osd-pool-create.sh
#!/usr/bin/env bash # # Copyright (C) 2013, 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License a...
10,491
33.064935
113
sh
null
ceph-main/qa/standalone/mon/osd-pool-df.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Tencent <contact@tencent.com> # # Author: Chang Liu <liuchang0812@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at...
2,547
32.090909
112
sh
null
ceph-main/qa/standalone/mon/test_pool_quota.sh
#!/usr/bin/env bash # # Generic pool quota test # # Includes source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:17108" # git grep '\<17108\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=non...
1,496
22.390625
85
sh
null
ceph-main/qa/standalone/osd-backfill/osd-backfill-prio.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
15,875
29.355641
128
sh
null
ceph-main/qa/standalone/osd-backfill/osd-backfill-recovery-log.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
3,941
27.157143
151
sh
null
ceph-main/qa/standalone/osd-backfill/osd-backfill-space.sh
#!/usr/bin/env bash # # Copyright (C) 2018 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
31,780
26.001699
134
sh
null
ceph-main/qa/standalone/osd-backfill/osd-backfill-stats.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
26,343
33.572178
300
sh
null
ceph-main/qa/standalone/osd/bad-inc-map.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh mon_port=$(get_unused_port) function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:$mon_port" export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " set -e ...
1,360
20.603175
73
sh
null
ceph-main/qa/standalone/osd/divergent-priors.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
23,442
26.386682
130
sh
null
ceph-main/qa/standalone/osd/ec-error-rollforward.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift # Fix port???? export CEPH_MON="127.0.0.1:7132" # git grep '\<7132\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-h...
1,612
23.074627
83
sh
null
ceph-main/qa/standalone/osd/osd-bench.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
3,021
29.836735
86
sh
null
ceph-main/qa/standalone/osd/osd-bluefs-volume-ops.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh [ `uname` = FreeBSD ] && exit 0 function run() { local dir=$1 shift local funcs=${@:-$(set | sed -n -e 's/^\(TEST_[0-9a-z_]*\) .*/\1/p')} for func in $funcs ; do setup $dir || return 1 $func $dir || return 1 ...
16,101
31.333333
155
sh
null
ceph-main/qa/standalone/osd/osd-config.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publ...
3,502
34.744898
109
sh
null
ceph-main/qa/standalone/osd/osd-copy-from.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # Author: Sage Weil <sage@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of ...
1,940
27.130435
83
sh
null
ceph-main/qa/standalone/osd/osd-dup.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh [ `uname` = FreeBSD ] && exit 0 function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7146" # git grep '\<7146\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_...
845
26.290323
83
sh
null
ceph-main/qa/standalone/osd/osd-fast-mark-down.sh
#!/usr/bin/env bash # # Copyright (C) 2016 Piotr Dałek <git@predictor.org.pl> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Piotr Dałek <git@predictor.org.pl> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as publishe...
3,112
26.794643
94
sh
null
ceph-main/qa/standalone/osd/osd-force-create-pg.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7145" # git grep '\<7145\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " ...
1,599
28.62963
87
sh
null
ceph-main/qa/standalone/osd/osd-markdown.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Intel <contact@intel.com.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Xiaoxi Chen <xiaoxi.chen@intel.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by...
4,487
28.92
83
sh
null
ceph-main/qa/standalone/osd/osd-reactivate.sh
#!/usr/bin/env bash # # Author: Vicente Cheng <freeze.bilsted@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This pro...
1,537
25.982456
83
sh
null
ceph-main/qa/standalone/osd/osd-recovery-prio.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
16,123
28.694291
128
sh
null
ceph-main/qa/standalone/osd/osd-recovery-space.sh
#!/usr/bin/env bash # # Copyright (C) 2018 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
4,533
24.615819
83
sh
null
ceph-main/qa/standalone/osd/osd-recovery-stats.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
16,055
30.298246
289
sh
null
ceph-main/qa/standalone/osd/osd-rep-recov-eio.sh
#!/usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # # Author: Kefu Chai <kchai@redhat.com> # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Softwa...
12,222
27.895981
97
sh
null
ceph-main/qa/standalone/osd/osd-reuse-id.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at you...
1,581
28.296296
87
sh
null
ceph-main/qa/standalone/osd/pg-split-merge.sh
#!/usr/bin/env bash source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7147" # git grep '\<7147\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON --mon_...
6,885
32.754902
116
sh
null
ceph-main/qa/standalone/osd/repeer-on-acting-back.sh
#!/usr/bin/env bash # # Copyright (C) 2020 ZTE Corporation <contact@zte.com.cn> # # Author: xie xingguo <xie.xingguo@zte.com.cn> # Author: Yan Jun <yan.jun8@zte.com.cn> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the ...
3,773
28.030769
124
sh
null
ceph-main/qa/standalone/osd/repro_long_log.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Cloudwatt <libre.licensing@cloudwatt.com> # Copyright (C) 2018 Red Hat <contact@redhat.com> # # Author: Josh Durgin <jdurgin@redhat.com> # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of...
6,109
29.858586
176
sh
null
ceph-main/qa/standalone/scrub/osd-mapper.sh
#!/usr/bin/env bash # -*- mode:text; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- # vim: ts=8 sw=2 smarttab # # test the handling of a corrupted SnapMapper DB by Scrub source $CEPH_ROOT/qa/standalone/ceph-helpers.sh source $CEPH_ROOT/qa/standalone/scrub/scrub-helpers.sh function run() { local dir=$1 shif...
6,662
35.409836
146
sh
null
ceph-main/qa/standalone/scrub/osd-recovery-scrub.sh
#! /usr/bin/env bash # # Copyright (C) 2017 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at ...
10,362
27.008108
119
sh
null
ceph-main/qa/standalone/scrub/osd-scrub-dump.sh
#!/usr/bin/env bash # # Copyright (C) 2019 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
4,814
25.75
122
sh
null
ceph-main/qa/standalone/scrub/osd-scrub-repair.sh
#!/usr/bin/env bash # # Copyright (C) 2014 Red Hat <contact@redhat.com> # # Author: Loic Dachary <loic@dachary.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at you...
173,160
26.679188
597
sh
null
ceph-main/qa/standalone/scrub/osd-scrub-snaps.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
33,375
27.070648
207
sh
null
ceph-main/qa/standalone/scrub/osd-scrub-test.sh
#!/usr/bin/env bash # # Copyright (C) 2018 Red Hat <contact@redhat.com> # # Author: David Zafman <dzafman@redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by # the Free Software Foundation; either version 2, or (at y...
21,614
31.165179
152
sh
null
ceph-main/qa/standalone/scrub/osd-unexpected-clone.sh
#!/usr/bin/env bash # # Copyright (C) 2015 Intel <contact@intel.com.com> # Copyright (C) 2014, 2015 Red Hat <contact@redhat.com> # # Author: Xiaoxi Chen <xiaoxi.chen@intel.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library Public License as published by...
2,466
26.411111
83
sh
null
ceph-main/qa/standalone/scrub/scrub-helpers.sh
#!/usr/bin/env bash # @file scrub-helpers.sh # @brief a collection of bash functions useful for scrub standalone tests # # extract_published_sch() # # Use the output from both 'ceph pg dump pgs' and 'ceph pg x.x query' commands to determine # the published scrub scheduling status of a given PG. # # $1: pg id # $2: ...
10,515
33.706271
151
sh
null
ceph-main/qa/standalone/special/ceph_objectstore_tool.py
#!/usr/bin/python3 from subprocess import call, check_output, DEVNULL import filecmp import os import subprocess import math import time import sys import re import logging import json import tempfile import platform logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.WARNING, d...
92,636
44.277126
312
py
null
ceph-main/qa/standalone/special/test-failure.sh
#!/usr/bin/env bash set -ex source $CEPH_ROOT/qa/standalone/ceph-helpers.sh function run() { local dir=$1 shift export CEPH_MON="127.0.0.1:7202" # git grep '\<7202\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_M...
880
16.979592
83
sh
null
ceph-main/qa/suites/big/rados-thrash/openstack.yaml
openstack: - machine: disk: 40 # GB ram: 8000 # MB cpus: 1 volumes: # attached to each instance count: 3 size: 10 # GB
155
16.333333
40
yaml
null
ceph-main/qa/suites/big/rados-thrash/ceph/cephadm.yaml
overrides: kernel: hwe: true tasks: - install: - nvme_loop: - cephadm: roleless: true
96
9.777778
18
yaml
null
ceph-main/qa/suites/big/rados-thrash/clusters/big.yaml
roles: - [host.a, client.0] - [host.b, client.1] - [host.c, client.2] - [host.d, client.3] - [host.e, client.4] - [host.f, client.5] - [host.g, client.6] - [host.h, client.7] - [host.i, client.8] - [host.j, client.9] - [host.k, client.10] - [host.l, client.11] - [host.m, client.12] - [host.n, client.13] - [host.o, clie...
1,512
20.927536
22
yaml
null
ceph-main/qa/suites/big/rados-thrash/clusters/medium.yaml
roles: - [host.a, client.0] - [host.b, client.1] - [host.c, client.2] - [host.d, client.3] - [host.e, client.4] - [host.f, client.5] - [host.g, client.6] - [host.h, client.7] - [host.i, client.8] - [host.j, client.9] - [host.k, client.10] - [host.l, client.11] - [host.m, client.12] - [host.n, client.13] - [host.o, clie...
459
19
21
yaml
null
ceph-main/qa/suites/big/rados-thrash/clusters/small.yaml
roles: - [host.a, client.0] - [host.b, client.1] - [host.c, client.2] - [host.d, client.3] - [host.e, client.4]
112
15.142857
20
yaml
null
ceph-main/qa/suites/big/rados-thrash/workloads/radosbench.yaml
tasks: - radosbench: time: 300
35
8
13
yaml
null
ceph-main/qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml
tasks: - rados: ops: 4000 max_seconds: 3600 objects: 50 op_weights: read: 100 write: 100 delete: 50 snap_create: 50 snap_remove: 50 rollback: 50 copy_from: 50
217
14.571429
21
yaml
null
ceph-main/qa/suites/buildpackages/any/tasks/release.yaml
# --suite buildpackages/any --ceph v10.0.1 --filter centos_7,ubuntu_14.04 roles: - [client.0] tasks: - install: - exec: client.0: - ceph --version | grep 'version '
195
20.777778
73
yaml
null
ceph-main/qa/suites/buildpackages/tests/tasks/release.yaml
# --suite buildpackages/tests --ceph v10.0.1 --filter centos_7.2,ubuntu_14.04 overrides: ansible.cephlab: playbook: users.yml buildpackages: good_machine: disk: 20 # GB ram: 2000 # MB cpus: 2 min_machine: disk: 10 # GB ram: 1000 # MB cpus: 1 roles: - [c...
426
19.333333
77
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml
meta: - desc: | 3-node cluster install and run ceph-ansible on a mon.a node alone with ceph roles: - [mon.a, mds.a, osd.0, osd.1, osd.2] - [mon.b, mgr.x, osd.3, osd.4, osd.5] - [mon.c, mgr.y, osd.6, osd.7, osd.8, client.0] openstack: - volumes: # attached to each instance count: 3 size: 10 # GB
311
23
64
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/0-clusters/4-node.yaml
meta: - desc: | 4-node cluster install and run ceph-ansible on installer.0 stand alone node roles: - [mon.a, mds.a, osd.0, osd.1, osd.2] - [mon.b, mgr.x, osd.3, osd.4, osd.5] - [mon.c, mgr.y, osd.6, osd.7, osd.8, client.0] - [installer.0] openstack: - volumes: # attached to each instance count: 3 size: 10...
326
22.357143
63
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml
.qa/distros/supported/centos_latest.yaml
40
40
40
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml
.qa/distros/supported/ubuntu_latest.yaml
40
40
40
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml
meta: - desc: "Build the ceph cluster using ceph-ansible" overrides: ceph_ansible: ansible-version: '2.9' vars: ceph_conf_overrides: global: osd default pool size: 2 mon pg warn min per osd: 2 osd pool default pg num: 64 osd pool default pg...
958
24.918919
51
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml
meta: - desc: "use bluestore + dmcrypt option" overrides: ceph_ansible: vars: osd_objectstore: bluestore dmcrypt: True
144
15.111111
40
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml
meta: - desc: "without dmcrypt" overrides: ceph_ansible: vars: dmcrypt: False
95
11
25
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml
meta: - desc: "use dmcrypt option" overrides: ceph_ansible: vars: dmcrypt: True
97
11.25
28
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/4-tasks/ceph-admin-commands.yaml
meta: - desc: "Run ceph-admin-commands.sh" tasks: - workunit: clients: client.0: - ceph-tests/ceph-admin-commands.sh
135
16
43
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/4-tasks/rbd_import_export.yaml
meta: - desc: "Run the rbd import/export tests" tasks: - workunit: clients: client.0: - rbd/import_export.sh
127
15
41
yaml
null
ceph-main/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml
tasks: - exec: mgr.x: - systemctl stop ceph-mgr.target - sleep 5 - ceph -s - exec: mon.a: - ceph restful create-key admin - ceph restful create-self-signed-cert - ceph restful restart - workunit: clients: client.0: - rest/test-restful.sh
300
17.8125
44
yaml
null
ceph-main/qa/suites/ceph-deploy/cluster/4node.yaml
overrides: ansible.cephlab: vars: quick_lvs_to_create: 4 openstack: - machine: disk: 10 volumes: count: 4 size: 20 roles: - [mon.a, mgr.y, osd.0, osd.1] - [mon.b, osd.2, osd.3] - [mon.c, osd.4, osd.5] - [mgr.x, client.0]
253
14.875
30
yaml