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/cephfs/overrides/fuse/default-perm/no.yaml | overrides:
ceph:
conf:
client:
fuse default permissions: false
| 83 | 13 | 39 | yaml |
null | ceph-main/qa/cephfs/overrides/fuse/default-perm/yes.yaml | overrides:
ceph:
conf:
client:
fuse default permissions: true
| 82 | 12.833333 | 38 | yaml |
null | ceph-main/qa/cephfs/overrides/prefetch_entire_dirfrags/no.yaml | overrides:
ceph:
conf:
mds:
mds_dir_prefetch: false
| 72 | 11.166667 | 31 | yaml |
null | ceph-main/qa/cephfs/overrides/prefetch_entire_dirfrags/yes.yaml | overrides:
ceph:
conf:
mds:
mds_dir_prefetch: true
| 71 | 11 | 30 | yaml |
null | ceph-main/qa/cephfs/tasks/cfuse_workunit_suites_blogbench.yaml | tasks:
- check-counter:
counters:
mds:
- "mds.dir_split"
- workunit:
clients:
all:
- suites/blogbench.sh
| 141 | 13.2 | 29 | yaml |
null | ceph-main/qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml | tasks:
- workunit:
clients:
all:
- suites/dbench.sh
| 70 | 10.833333 | 26 | yaml |
null | ceph-main/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml | overrides:
ceph:
log-ignorelist:
- SLOW_OPS
- slow request
conf:
osd:
filestore flush min: 0
tasks:
- check-counter:
counters:
mds:
- "mds.dir_split"
- workunit:
clients:
all:
- suites/ffsb.sh
| 261 | 13.555556 | 30 | yaml |
null | ceph-main/qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml | tasks:
- workunit:
timeout: 6h
clients:
all:
- suites/fsstress.sh
| 88 | 11.714286 | 28 | yaml |
null | ceph-main/qa/cephfs/tasks/cfuse_workunit_trivial_sync.yaml | tasks:
- workunit:
clients:
all:
- fs/misc/trivial_sync.sh
| 77 | 12 | 33 | yaml |
null | ceph-main/qa/cephfs/tasks/libcephfs_interface_tests.yaml | overrides:
ceph-fuse:
disabled: true
kclient:
disabled: true
tasks:
- check-counter:
counters:
mds:
- "mds.dir_split"
- workunit:
clients:
client.0:
- libcephfs/test.sh
| 217 | 13.533333 | 27 | yaml |
null | ceph-main/qa/client/30_subdir_mount.sh | #!/usr/bin/env bash
set -x
basedir=`echo $0 | sed 's/[^/]*$//g'`.
. $basedir/common.sh
client_mount
mkdir -p $mnt/sub
echo sub > $mnt/sub/file
client_umount
mkdir -p $mnt/1
mkdir -p $mnt/2
/bin/mount -t ceph $monhost:/sub $mnt/1
grep sub $mnt/1/file
/bin/mount -t ceph $monhost:/ $mnt/2
grep sub $mnt/2/sub/file
/bi... | 381 | 14.916667 | 39 | sh |
null | ceph-main/qa/client/common.sh |
# defaults
[ -z "$bindir" ] && bindir=$PWD # location of init-ceph
[ -z "$conf" ] && conf="$basedir/ceph.conf"
[ -z "$mnt" ] && mnt="/c"
[ -z "$monhost" ] && monhost="cosd0"
set -e
mydir=`hostname`_`echo $0 | sed 's/\//_/g'`
client_mount()
{
/bin/mount -t ceph $monhost:/ $mnt
}
client_umount()
{
/bin... | 873 | 13.813559 | 61 | sh |
null | ceph-main/qa/client/gen-1774.sh | #!/usr/bin/env bash
set -e
mount () { :; }
umount () { :; }
list="\
abiword.control
abiword.list
abiword-plugin-latex.control
abiword-plugin-latex.list
abiword-plugin-opendocument.control
abiword-plugin-opendocument.list
abiword-plugin-openxml.control
abiword-plugin-openxml.list
abiword-plugin-pdf.control
abiword-plu... | 45,147 | 20.82117 | 58 | sh |
null | ceph-main/qa/clusters/2-node-mgr.yaml | roles:
- [mgr.x, mon.a, mon.c, mds.a, mds.c, osd.0, client.0]
- [mgr.y, mgr.z, mon.b, mds.b, osd.1, osd.2, osd.3, client.1]
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
openstack:
- volumes: # attached to each instance
count: 2
size: 30 # GB
| 255 | 22.272727 | 61 | yaml |
null | ceph-main/qa/clusters/extra-client.yaml | roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2]
- [mon.b, mgr.x, mds.a, osd.3, osd.4, osd.5]
- [client.0]
- [client.1]
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true | 276 | 18.785714 | 44 | yaml |
null | ceph-main/qa/clusters/fixed-1.yaml | overrides:
ceph-deploy:
conf:
global:
osd pool default size: 2
osd crush chooseleaf type: 0
osd pool default pg num: 128
osd pool default pgp num: 128
ceph:
conf:
osd:
osd shutdown pgref assert: true
roles:
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]... | 321 | 20.466667 | 47 | yaml |
null | ceph-main/qa/clusters/fixed-2.yaml | roles:
- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0, node-exporter.a]
- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1, prometheus.a, node-exporter.b]
openstack:
- volumes: # attached to each instance
count: 4
size: 10 # GB
overrides:
ceph:
conf:
osd:
osd shutdown pgref ... | 333 | 24.692308 | 85 | yaml |
null | ceph-main/qa/clusters/fixed-3-cephfs.yaml | roles:
- [mon.a, mds.a, mgr.x, osd.0, osd.1]
- [mon.b, mds.b, mon.c, mgr.y, osd.2, osd.3]
- [client.0]
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true
| 308 | 17.176471 | 44 | yaml |
null | ceph-main/qa/clusters/fixed-3.yaml | roles:
- [mon.a, mon.c, mgr.x, osd.0, osd.1, osd.2, osd.3]
- [mon.b, mgr.y, osd.4, osd.5, osd.6, osd.7]
- [client.0]
openstack:
- volumes: # attached to each instance
count: 4
size: 10 # GB
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true
| 278 | 18.928571 | 51 | yaml |
null | ceph-main/qa/clusters/fixed-4.yaml | roles:
- [mon.a, mgr.y, osd.0, osd.4, osd.8, osd.12]
- [mon.b, osd.1, osd.5, osd.9, osd.13]
- [mon.c, osd.2, osd.6, osd.10, osd.14]
- [mgr.x, osd.3, osd.7, osd.11, osd.15, client.0]
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true | 264 | 25.5 | 49 | yaml |
null | ceph-main/qa/config/crimson_qa_overrides.yaml | overrides:
ceph:
conf:
global:
enable experimental unrecoverable data corrupting features: crimson
mon:
osd pool default crimson: true
osd:
crimson seastar smp: 3
flavor: crimson
workunit:
env:
CRIMSON_COMPAT: '1'
| 278 | 18.928571 | 75 | yaml |
null | ceph-main/qa/config/rados.yaml | overrides:
ceph:
conf:
osd:
osd op queue: debug_random
osd op queue cut off: debug_random
osd debug verify missing on start: true
osd debug verify cached snaps: true
bluestore zero block detection: true
osd mclock override recovery settings: true
osd m... | 396 | 27.357143 | 51 | yaml |
null | ceph-main/qa/debug/buildpackages.yaml | tasks:
- buildpackages:
machine:
disk: 40 # GB
ram: 15000 # MB
cpus: 16
| 114 | 15.428571 | 25 | yaml |
null | ceph-main/qa/debug/mds_client.yaml | overrides:
ceph:
conf:
mds:
debug ms: 1
debug mds: 20
client:
debug ms: 1
debug client: 20 | 140 | 14.666667 | 24 | yaml |
null | ceph-main/qa/debug/mgr.yaml | overrides:
ceph:
conf:
mon:
debug mon: 20
mgr:
debug mgr: 20
debug ms: 1
debug client: 20
client:
debug client: 20
debug mgrc: 20
debug ms: 1
osd:
debug mgrc: 20
mds:
debug mgrc: 20
| 290 | 15.166667 | 24 | yaml |
null | ceph-main/qa/debug/openstack-15G.yaml | openstack:
- machine:
ram: 15000 # MB
| 46 | 10.75 | 21 | yaml |
null | ceph-main/qa/debug/openstack-30G.yaml | openstack:
- machine:
ram: 30000 # MB
| 46 | 10.75 | 21 | yaml |
null | ceph-main/qa/distros/a-supported-distro.yaml | all/centos_7.2.yaml | 19 | 19 | 19 | yaml |
null | ceph-main/qa/distros/single-container-host.yaml | container-hosts/centos_8.stream_container_tools_crun.yaml | 57 | 57 | 57 | yaml |
null | ceph-main/qa/distros/all/centos.yaml | os_type: centos
ktype: distro
| 30 | 9.333333 | 15 | yaml |
null | ceph-main/qa/distros/all/centos_6.3.yaml | os_type: centos
os_version: "6.3"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_6.4.yaml | os_type: centos
os_version: "6.4"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_6.5.yaml | os_type: centos
os_version: "6.5"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.0.yaml | os_type: centos
os_version: "7.0"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.1.yaml | os_type: centos
os_version: "7.1"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.2.yaml | os_type: centos
os_version: "7.2"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.3.yaml | os_type: centos
os_version: "7.3"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.4.yaml | os_type: centos
os_version: "7.4"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.5.yaml | os_type: centos
os_version: "7.5"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/centos_7.6.yaml | os_type: centos
os_version: "7.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 135 | 16 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_7.yaml | centos_7.6.yaml | 15 | 15 | 15 | yaml |
null | ceph-main/qa/distros/all/centos_8.0.yaml | os_type: centos
os_version: "8.0"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 135 | 16 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_8.1.yaml | os_type: centos
os_version: "8.1"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 135 | 16 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_8.2.yaml | os_type: centos
os_version: "8.2"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 135 | 16 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_8.3.yaml | os_type: centos
os_version: "8.3"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 135 | 16 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_8.stream.yaml | os_type: centos
os_version: "8.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 140 | 16.625 | 49 | yaml |
null | ceph-main/qa/distros/all/centos_8.yaml | centos_8.stream.yaml | 20 | 20 | 20 | yaml |
null | ceph-main/qa/distros/all/debian_6.0.yaml | os_type: debian
os_version: "6.0"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/debian_7.0.yaml | os_type: debian
os_version: "7.0"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/debian_8.0.yaml | os_type: debian
os_version: "8.0"
ktype: distro
| 48 | 11.25 | 17 | yaml |
null | ceph-main/qa/distros/all/fedora_17.yaml | os_type: fedora
os_version: "17"
ktype: distro
| 47 | 11 | 16 | yaml |
null | ceph-main/qa/distros/all/fedora_18.yaml | os_type: fedora
os_version: "18"
ktype: distro
| 47 | 11 | 16 | yaml |
null | ceph-main/qa/distros/all/fedora_19.yaml | os_type: fedora
os_version: "19"
ktype: distro
| 47 | 11 | 16 | yaml |
null | ceph-main/qa/distros/all/opensuse_15.1.yaml | os_type: opensuse
os_version: "15.1"
ktype: distro
| 51 | 12 | 18 | yaml |
null | ceph-main/qa/distros/all/opensuse_15.2.yaml | os_type: opensuse
os_version: "15.2"
ktype: distro
| 51 | 12 | 18 | yaml |
null | ceph-main/qa/distros/all/opensuse_42.3.yaml | os_type: opensuse
os_version: "42.3"
ktype: distro
| 51 | 12 | 18 | yaml |
null | ceph-main/qa/distros/all/rhel_6.3.yaml | os_type: rhel
os_version: "6.3"
ktype: distro
| 46 | 10.75 | 17 | yaml |
null | ceph-main/qa/distros/all/rhel_6.4.yaml | os_type: rhel
os_version: "6.4"
ktype: distro
| 46 | 10.75 | 17 | yaml |
null | ceph-main/qa/distros/all/rhel_6.5.yaml | os_type: rhel
os_version: "6.5"
ktype: distro
| 46 | 10.75 | 17 | yaml |
null | ceph-main/qa/distros/all/rhel_6.yaml | rhel_6.5.yaml | 13 | 13 | 13 | yaml |
null | ceph-main/qa/distros/all/rhel_7.0.yaml | os_type: rhel
os_version: "7.0"
ktype: distro
| 46 | 10.75 | 17 | yaml |
null | ceph-main/qa/distros/all/rhel_7.5.yaml | os_type: rhel
os_version: "7.5"
ktype: distro
| 46 | 10.75 | 17 | yaml |
null | ceph-main/qa/distros/all/rhel_7.6.yaml | os_type: rhel
os_version: "7.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_7.7.yaml | os_type: rhel
os_version: "7.7"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_7.yaml | rhel_7.7.yaml | 13 | 13 | 13 | yaml |
null | ceph-main/qa/distros/all/rhel_8.0.yaml | os_type: rhel
os_version: "8.0"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.1.yaml | os_type: rhel
os_version: "8.1"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.3.yaml | os_type: rhel
os_version: "8.3"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.4.yaml | os_type: rhel
os_version: "8.4"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.5.yaml | os_type: rhel
os_version: "8.5"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.6.yaml | os_type: rhel
os_version: "8.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
ktype: distro
| 133 | 15.75 | 49 | yaml |
null | ceph-main/qa/distros/all/rhel_8.yaml | rhel_8.6.yaml | 13 | 13 | 13 | yaml |
null | ceph-main/qa/distros/all/sle_12.2.yaml | os_type: sle
os_version: "12.2"
ktype: distro
| 46 | 10.75 | 18 | yaml |
null | ceph-main/qa/distros/all/sle_12.3.yaml | os_type: sle
os_version: "12.3"
ktype: distro
| 46 | 10.75 | 18 | yaml |
null | ceph-main/qa/distros/all/sle_15.1.yaml | os_type: sle
os_version: "15.1"
ktype: distro
| 46 | 10.75 | 18 | yaml |
null | ceph-main/qa/distros/all/sle_15.2.yaml | os_type: sle
os_version: "15.2"
ktype: distro
| 46 | 10.75 | 18 | yaml |
null | ceph-main/qa/distros/all/ubuntu_12.04.yaml | os_type: ubuntu
os_version: "12.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_12.10.yaml | os_type: ubuntu
os_version: "12.10"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_14.04.yaml | os_type: ubuntu
os_version: "14.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_14.04_aarch64.yaml | os_type: ubuntu
os_version: "14.04"
arch: aarch64
ktype: distro
| 64 | 12 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_14.04_i686.yaml | os_type: ubuntu
os_version: "14.04"
arch: i686
ktype: distro
| 61 | 11.4 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_16.04.yaml | os_type: ubuntu
os_version: "16.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_18.04.yaml | os_type: ubuntu
os_version: "18.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_20.04.yaml | os_type: ubuntu
os_version: "20.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_22.04.yaml | os_type: ubuntu
os_version: "22.04"
ktype: distro
| 50 | 11.75 | 19 | yaml |
null | ceph-main/qa/distros/all/ubuntu_latest.yaml | ubuntu_22.04.yaml | 17 | 17 | 17 | yaml |
null | ceph-main/qa/distros/container-hosts/centos_8.stream_container_tools.yaml | os_type: centos
os_version: "8.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install c... | 444 | 28.666667 | 84 | yaml |
null | ceph-main/qa/distros/container-hosts/centos_8.stream_container_tools_crun.yaml | os_type: centos
os_version: "8.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install c... | 638 | 36.588235 | 96 | yaml |
null | ceph-main/qa/distros/container-hosts/rhel_8.6_container_tools_3.0.yaml | os_type: rhel
os_version: "8.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install container... | 440 | 30.5 | 84 | yaml |
null | ceph-main/qa/distros/container-hosts/rhel_8.6_container_tools_rhel8.yaml | os_type: rhel
os_version: "8.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install container... | 442 | 30.642857 | 84 | yaml |
null | ceph-main/qa/distros/container-hosts/ubuntu_20.04.yaml | os_type: ubuntu
os_version: "20.04"
# the normal ubuntu 20.04 kernel (5.4.0-88-generic currently) have a bug that prevents the nvme_loop
# from behaving. I think it is this:
# https://lkml.org/lkml/2020/9/21/1456
# (at least, that is the symptom: nvme nvme1: Connect command failed, error wo/DNR bit: 880)
overrides:
... | 344 | 33.5 | 100 | yaml |
null | ceph-main/qa/distros/podman/centos_8.stream_container_tools.yaml | os_type: centos
os_version: "8.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install c... | 444 | 28.666667 | 84 | yaml |
null | ceph-main/qa/distros/podman/rhel_8.6_container_tools_3.0.yaml | os_type: rhel
os_version: "8.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install container... | 440 | 30.5 | 84 | yaml |
null | ceph-main/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml | os_type: rhel
os_version: "8.6"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install container... | 442 | 30.642857 | 84 | yaml |
null | ceph-main/qa/distros/supported-all-distro/centos_8.yaml | ../all/centos_8.yaml | 20 | 20 | 20 | yaml |
null | ceph-main/qa/distros/supported-all-distro/rhel_8.yaml | ../all/rhel_8.yaml | 18 | 18 | 18 | yaml |
null | ceph-main/qa/distros/supported-all-distro/ubuntu_latest.yaml | ../all/ubuntu_20.04.yaml | 24 | 24 | 24 | yaml |
null | ceph-main/qa/distros/supported-random-distro$/centos_8.yaml | ../all/centos_8.yaml | 20 | 20 | 20 | yaml |
null | ceph-main/qa/distros/supported-random-distro$/rhel_8.yaml | ../all/rhel_8.yaml | 18 | 18 | 18 | yaml |
null | ceph-main/qa/distros/supported-random-distro$/ubuntu_20.04.yaml | ../all/ubuntu_20.04.yaml | 24 | 24 | 24 | yaml |