[ceph-users] Re: Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval:

2020-07-22 Thread sathvik vutukuri
Did this solved your issue? On Wed, Jul 22, 2020 at 2:06 AM wrote: > Hi! > I have, or actually had a similar problem. > I found the solution on this page: > https://segmentfault.com/a/119023292938 > I used the commands: > > ceph auth add client.crash.nodeX.xxx.com mgr "profile crash" mon > "

[ceph-users] Ceph-deploy on rhel.

2020-07-22 Thread 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 for nautilis , luminous, octopus versions. Is ceph-deploy go to for rhel7??? ___ ceph-users mailing list

[ceph-users] Re: Ceph-deploy on rhel.

2020-07-25 Thread 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. On Sat, 25 Jul 2020, 21:36 Oliver Freyermuth, wrote: > Hi, > > Am 22.07.20 um 12:13 schrieb sathvik vutukuri: > > Hi,

[ceph-users] Re: Ceph-deploy on rhel.

2020-07-25 Thread sathvik vutukuri
x27;{"Code":"InvalidAccessKeyId","RequestId":"* *Am I missing something regarding object gateway enablement in the Ceph dashboard?* On Sun, Jul 26, 2020 at 6:08 AM Oliver Freyermuth < freyerm...@physik.uni-bonn.de> wrote: > Hey Sathvik, > > Am 26.07.20 um

[ceph-users] Re: Ceph-deploy on rhel.

2020-07-25 Thread sathvik vutukuri
I have enabled it using the same doc, but some how it's not working. On Sun, 26 Jul 2020, 06:55 Oliver Freyermuth, wrote: > Hey Sathvik, > > Am 26.07.20 um 03:18 schrieb sathvik vutukuri: > > Hey Oliver, > > > > I have installed the nautilus version on Centos. It

[ceph-users] Re: Ceph-deploy on rhel.

2020-07-26 Thread sathvik vutukuri
x27;: 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

[ceph-users] Not able to access radosgw S3 bucket creation with AWS java SDK. Caused by: java.net.UnknownHostException: issue.

2020-07-28 Thread sathvik vutukuri
Hi All, radosgw-admin is configured in ceph-deploy, created a few buckets from the Ceph dashboard, but when accessing through Java AWS S3 code to create a new bucket i am facing the below issue.. Exception in thread "main" com.amazonaws.SdkClientException: Unable to execute HTTP request: firstbuc

[ceph-users] Re: Not able to access radosgw S3 bucket creation with AWS java SDK. Caused by: java.net.UnknownHostException: issue.

2020-07-29 Thread sathvik vutukuri
Hi All, Any update in this from any one? On Tue, Jul 28, 2020 at 4:00 PM sathvik vutukuri <7vik.sath...@gmail.com> wrote: > Hi All, > > radosgw-admin is configured in ceph-deploy, created a few buckets from the > Ceph dashboard, but when accessing through Java AWS S3 co

[ceph-users] Re: Not able to access radosgw S3 bucket creation with AWS java SDK. Caused by: java.net.UnknownHostException: issue.

2020-07-29 Thread sathvik vutukuri
s3b.setEndpointConfiguration (new EndpointConfiguration > (s3Endpoint, s3Region)); > > s3b.enablePathStyleAccess (); > > } > > if (s3Profile != null) s3b.setCredentials (new > ProfileCredentialsProvider (s3Profile)); >

[ceph-users] Re: Not able to access radosgw S3 bucket creation with AWS java SDK. Caused by: java.net.UnknownHostException: issue.

2020-07-29 Thread sathvik vutukuri
ndpointConfiguration(new EndpointConfiguration("http://:80", "us-east")); s3b.enablePathStyleAccess(); s3b.withCredentials(new AWSStaticCredentialsProvider(awsCreds)); AmazonS3 connection = s3b.build(); On Wed, Jul 29, 2020 at 1:36 PM sathvik vutukuri <7vik.sath...@gma

[ceph-users] Re: [nautilus][mds] MDS fall into ReadOnly mode

2020-07-30 Thread sathvik vutukuri
Have you tried restart of the MDS. On Thu, 30 Jul 2020, 16:40 Frank Yu, wrote: > I got some error from mds.log as below: > > 2020-07-30 18:14:38.574 7f6473346700 0 log_channel(cluster) log [WRN] : 94 > slow requests, 0 included below; oldest blocked for > 619910.524984 secs > 2020-07-30 18:14:4

[ceph-users] How to see files in buckets in radosgw object storage in ceph dashboard.?

2020-08-15 Thread sathvik vutukuri
Hi All, Is there any way to see the list of files under buckets in ceph dashboard for rados object storage. At present I can only see buckets details. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph