Files
kubernetes/test/images/volume/rbd
Dave Chen f95a56a99b Fix the ceph deploy for e2e testing for ARM64
- ceph deploy on ARM64 depends on "libec_jerasure_neon.so" which is not included
in `ceph-base` package in fedora26 distro, updated the distro to fedora33 to
fix the issue

```
sh ./mon.sh "$(hostname -i)"
/usr/lib64/ceph/erasure-code/libec_jerasure_neon.so: cannot open shared object file
```

- default pool `rbd` is not created on arm64, need to created this pool manually.

```
rbd import --image-feature layering block foo
rbd: error opening default pool 'rbd'
```

Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-05-18 16:01:05 +08:00
..
2019-02-21 03:11:55 -05:00
2019-02-21 03:11:55 -05:00

rbd and ceph target container for testing.

  • The container needs to run with docker --privileged

block.tar.gz is a small ext2 filesystem created by create_block.sh (run as root!)

Credentials

Credentials in this directory are generated for testing purposes only.