[
https://issues.redhat.com/browse/TEIID-5935?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIID-5935:
---------------------------------------
Using a local crc instance, rook didn't seem to work for me. No osd pods were ever
created. From
https://rook.io/docs/rook/v1.3/ceph-prerequisites.html it seems like
I'm not providing the suitable storage. Perhaps I need an example of creating a PV
with storage class block.
I also attempted to create using rooted podman (rootless failed) with what's done in
travis
https://github.com/ceph/ceph-container/blob/6340c096ab7f71832625617e069e9...
for podman instead of docker. This inculded fs setup using
https://github.com/ceph/ceph-container/blob/master/travis-builds/prepare_...
However the container would crash not long after starting.
ceph-adm gets further:
https://docs.ceph.com/docs/master/cephadm/install/
However running "./cephadm install" fails:
{code}
[shawkins@localhost ceph]$ sudo ./cephadm install
INFO:cephadm:Installing packages ['cephadm']...
INFO:cephadm:Non-zero exit code 1 from yum install -y cephadm
INFO:cephadm:yum:stdout Ceph x86_64 419 B/s | 162 B
00:00
INFO:cephadm:yum:stderr Errors during downloading metadata for repository 'Ceph':
INFO:cephadm:yum:stderr - Status code: 404 for
https://download.ceph.com/rpm-octopus/fc31/x86_64/repodata/repomd.xml (IP: 158.69.68.124)
INFO:cephadm:yum:stderr Error: Failed to download metadata for repo 'Ceph': Cannot
download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Traceback (most recent call last):
File "./cephadm", line 4579, in <module>
r = args.func()
File "./cephadm", line 4096, in command_install
pkg.install(args.packages)
File "./cephadm", line 3956, in install
call_throws([self.tool, 'install', '-y'] + ls)
File "./cephadm", line 837, in call_throws
raise RuntimeError('Failed command: %s' % ' '.join(command))
RuntimeError: Failed command: yum install -y cephadm
{code}
It is looking for fedora packages, but on the server there is only el7/8.
Ignoring this, I could bring ceph up after making it happy with my hostname for the
mon-ip.
However I don't see a way to enable the s3 gateway as ceph-deploy
(
https://docs.ceph.com/docs/mimic/install/install-ceph-gateway/) is not available on my
machine (probably because cephadm install failed) nor in the ceph cli.
S3 support for ceph
-------------------
Key: TEIID-5935
URL:
https://issues.redhat.com/browse/TEIID-5935
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 14.0
We need to validate ceph support against the changes in TEIID-5927. The most immediate
issue appears to be that ceph does not support the v2 listing of bucket contents and would
need to use an older list method.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)