[teiid-issues] [JBoss JIRA] (TEIID-5935) S3 support for ceph

Steven Hawkins (Jira) issues at jboss.org
Thu Apr 16 12:52:38 EDT 2020


    [ https://issues.redhat.com/browse/TEIID-5935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14039305#comment-14039305 ] 

Steven Hawkins commented on TEIID-5935:
---------------------------------------

For future reference getting ceph going with docker/podman isn't very idiot proof.  There older demo is out-of-date and they refer users now to a docker launch that is referenced in there travis build.  That looks something like:

export RGW_FRONTEND_TYPE=civetweb
export CEPH_FLAVOR=master
export CENTOS_RELEASE=8

sudo podman run -d --name ceph-demo -v /etc/modprobe.d:/etc/modprobe.d -e RGW_FRONTEND_TYPE="${RGW_FRONTEND_TYPE}" -e BLUESTORE_BLOCK_SIZE=15GB -e DEBUG=verbose -e RGW_FRONTEND_PORT=8000 -e MON_IP=127.0.0.1 -e CEPH_PUBLIC_NETWORK=0.0.0.0/0 -e CLUSTER=test -e CEPH_DEMO_UID=demo -e CEPH_DEMO_ACCESS_KEY=G1EZ5R4K6IJ7XUQKMAED -e CEPH_DEMO_SECRET_KEY=cNmUrqpBKjCMzcfqG8fg4Qk07Xkoyau52OmvnSsz -e CEPH_DEMO_BUCKET=foobar -e SREE_PORT=5001 -e DATA_TO_SYNC=/etc/modprobe.d -e DATA_TO_SYNC_BUCKET=travis ceph/daemon:latest demoO_SECRET_KEY=qqq -e CEPH_DEMO_BUCKET=qqq ceph/daemon demo

However the container will not start for me, so now I'll try an rpm package install.

> 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)


More information about the teiid-issues mailing list