Re: Ceph-deploy on rhel.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, it didn't work at first and I found that I created the user without
'--system'.
After I modify the user with '--system', the dashboard connects to the rgw.
I'm
not sure if there is any other operation I did out of the docs.

sathvik vutukuri <7vik.sathvik@xxxxxxxxx> 于2020年7月27日周一 上午11:36写道:

> I have done the same, but this is the  issue in the dashboard..
>
>
> Information
> key system is not in dict {u'attrs': [], u'display_name': u'User for
> Connector', u'default_storage_class': u'', u'keys': [{u'access_key':
> u'Q2RQU16YETCDGQ0C483Q', u'secret_key':
> u'KzNOfUMDyQCodXbYM0mwQVBpOsgRxbgGT8HpugL6', u'user': u'connector'},
> {u'access_key': u'S1IXI38UQJK435INX6W7', u'secret_key':
> u'4E1UBv5B2BM7pawtqHcNHI0wNTLPbdqCLyyfoQPF', u'user': u'connector'}],
> u'default_placement': u'', u'mfa_ids': [], u'temp_url_keys': [], u'caps':
> [], u'max_buckets': 1000, u'swift_keys': [], u'user_quota':
> {u'max_objects': -1, u'enabled': False, u'max_size_kb': 0, u'max_size': -1,
> u'check_on_raw': False}, u'placement_tags': [], u'suspended': 0,
> u'op_mask': u'read, write, delete', u'user_id': u'connector', u'type':
> u'rgw', u'email': u'', u'subusers': [], u'bucket_quota': {u'max_objects':
> -1, u'enabled': False, u'max_size_kb': 0, u'max_size': -1, u'check_on_raw':
> False}}
>
> Did I miss something?
>
>
>
>
>
>
> On Mon, Jul 27, 2020 at 7:38 AM Zhenshi Zhou <deaderzzs@xxxxxxxxx> wrote:
>
>> The user provided to the dashboard must be created with '--system' with
>> radosgw-admin, or it's not working.
>>
>>
>> sathvik vutukuri <7vik.sathvik@xxxxxxxxx> 于2020年7月26日周日 上午9:54写道:
>>
>>> I have enabled it using the same doc, but some how it's not working.
>>>
>>> On Sun, 26 Jul 2020, 06:55 Oliver Freyermuth, <
>>> freyermuth@xxxxxxxxxxxxxxxxxx>
>>> wrote:
>>>
>>> > Hey Sathvik,
>>> >
>>> > Am 26.07.20 um 03:18 schrieb sathvik vutukuri:
>>> > > Hey Oliver,
>>> > >
>>> > > I have installed the nautilus version on Centos. It was installed
>>> > properly  and I have created s3 buckets.
>>> > > But when accessing from S3 SDk code or object gateway dashboard I am
>>> > facing this issue in ceph dashboard.
>>> > >
>>> > > *"RGW REST API failed request with status code 403
>>> > '{"Code":"InvalidAccessKeyId","RequestId":"*
>>> > > *
>>> > > *
>>> > > _Am I missing something regarding  object gateway enablement in the
>>> Ceph
>>> > dashboard?_
>>> >
>>> > good to hear, so the ceph-deploy issue (whatever it was) seems solved
>>> :-).
>>> >
>>> > It seems like you might have missed this step:
>>> >
>>> >
>>> https://docs.ceph.com/docs/nautilus/mgr/dashboard/#enabling-the-object-gateway-management-frontend
>>> > which is necessary to let the dashboard manage the Object Gateways.
>>> >
>>> > Cheers,
>>> >         Oliver
>>> >
>>> > > *
>>> > > *
>>> > >
>>> > > *
>>> > > *
>>> > >
>>> > > On Sun, Jul 26, 2020 at 6:08 AM Oliver Freyermuth <
>>> > freyermuth@xxxxxxxxxxxxxxxxxx <mailto:freyermuth@xxxxxxxxxxxxxxxxxx>>
>>> > wrote:
>>> > >
>>> > >     Hey Sathvik,
>>> > >
>>> > >     Am 26.07.20 um 02:22 schrieb sathvik vutukuri:
>>> > >     > Hey oliver,
>>> > >     >
>>> > >     > When I tried to do in RHEL ceph-deploy is trying to get rpm's
>>> from
>>> > /nautilus/rhel7/noarch which is not available. Available for jewel
>>> version.
>>> > >
>>> > >     I sadly still don't understand the exact issue you have.
>>> > >     From your last mail, I thought your problem was not finding the
>>> > ceph-deploy RPMs fro EL 7.
>>> > >
>>> > >     From this mail, it seems you have an issue installing
>>> ceph-radosgw?
>>> > >
>>> > >     Last time I did that with ceph-deploy on CentOS 7, I used
>>> nautilus,
>>> > and it worked perfectly fine. As you can see, it installs the package
>>> > "ceph-radosgw":
>>> > >
>>> >
>>> https://github.com/ceph/ceph-deploy/blob/42f2b376542fde2d412505271fadbd22d73e5ea4/ceph_deploy/install.py#L56
>>> > >     which for nautilus comes from here:
>>> > >      https://download.ceph.com/rpm-nautilus/el7/x86_64/
>>> > >     and even with jewel, ceph-radosgw never was in noarch, but found
>>> > here:
>>> > >      https://download.ceph.com/rpm-jewel/el7/x86_64/
>>> > >
>>> > >     Can you maybe share which command you tried and which error you
>>> got?
>>> > >
>>> > >     Using my crystal ball, my best guess would be you've manually
>>> set up
>>> > the noarch repository only,
>>> > >     instead of using ceph-deploy to set up both noarch and x86_64
>>> repos
>>> > (or doing that manually).
>>> > >
>>> > >     Cheers,
>>> > >             Oliver
>>> > >
>>> > >     >
>>> > >     >
>>> > >     > On Sat, 25 Jul 2020, 21:36 Oliver Freyermuth, <
>>> > freyermuth@xxxxxxxxxxxxxxxxxx <mailto:freyermuth@xxxxxxxxxxxxxxxxxx>
>>> > <mailto:freyermuth@xxxxxxxxxxxxxxxxxx <mailto:
>>> > freyermuth@xxxxxxxxxxxxxxxxxx>>> wrote:
>>> > >     >
>>> > >     >     Hi,
>>> > >     >
>>> > >     >     Am 22.07.20 um 12:13 schrieb sathvik vutukuri:
>>> > >     >     > Hi,
>>> > >     >     >
>>> > >     >     > Did any one installed ceph-deploy on rhel7 with rados
>>> gate
>>> > way.
>>> > >     >     >
>>> > >     >     > I see there are no rpms available for rhel7 in
>>> ceph-deploy in
>>> > >     >     > download.ceph.com <http://download.ceph.com> <
>>> > http://download.ceph.com> for nautilis , luminous, octopus versions.
>>> > >     >
>>> > >     >     where exactly did you look?
>>> > >     >
>>> > >     >     I find the ceph-deploy RPMs just fine here (for example):
>>> > >     >      https://download.ceph.com/rpm-nautilus/el7/noarch/
>>> > >     >     They are also still there in other noarch directories and
>>> yum
>>> > finds them well.
>>> > >     >
>>> > >     >     It's missing for rhel 8, though.
>>> > >     >
>>> > >     >     Cheers,
>>> > >     >             Oliver
>>> > >     >
>>> > >     >     >
>>> > >     >     > Is ceph-deploy go to for rhel7???
>>> > >     >     > _______________________________________________
>>> > >     >     > ceph-users mailing list -- ceph-users@xxxxxxx <mailto:
>>> > ceph-users@xxxxxxx> <mailto:ceph-users@xxxxxxx <mailto:
>>> ceph-users@xxxxxxx
>>> > >>
>>> > >     >     > To unsubscribe send an email to ceph-users-leave@xxxxxxx
>>> > <mailto:ceph-users-leave@xxxxxxx> <mailto:ceph-users-leave@xxxxxxx
>>> > <mailto:ceph-users-leave@xxxxxxx>>
>>> > >     >     >
>>> > >     >
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Thanks,
>>> > > Vutukuri Sathvik,
>>> > > 8197748291.
>>> >
>>> >
>>> _______________________________________________
>>> ceph-users mailing list -- ceph-users@xxxxxxx
>>> To unsubscribe send an email to ceph-users-leave@xxxxxxx
>>>
>>
>
> --
> Thanks,
> Vutukuri Sathvik,
> 8197748291.
>
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux