Re: [ceph-users] Flapping OSDs

2017-04-02 Thread Maxime Guyot
Hi Vlad, I am curious if those OSDs are flapping all at once? If a single host is affected I would consider the network connectivity (bottlenecks and misconfigured bonds can generate strange situations), storage controller and firmware. Cheers, Maxime From: ceph-users on behalf of Vlad Bland

[ceph-users] Get/set/list rbd image using python librbd

2017-04-02 Thread Sayid Munawar
Hi, Using rbd command line, we can set / get / list image-meta of an rbd image as described in the man page . # rbd image-meta list mypool/myimage How can we do the same using python librbdpy ? i can't find it in the documentation

Re: [ceph-users] Kraken release and RGW --> "S3 bucket lifecycle API has been added. Note that currently it only supports object expiration."

2017-04-02 Thread Ben Hines
Hmm, Nope, not using tenants feature. The users/buckets were created on prior ceph versions, perhaps i'll try with a newly created user + bucket. radosgw-admin user info --uid=foo { "user_id": "foo", "display_name": "foo", "email": "snip", "suspended": 0, "max_buckets": 1000,

Re: [ceph-users] CentOS7 Mounting Problem

2017-04-02 Thread Xavier Villaneau
Hi Georgios, I've had a few issues with automatic mounting on CentOS two months ago, and here are a few tips to how we got automatic mount running with no entries in the fstab. The versions for my test are CentOS 7.1 with Ceph Hammer, kernel 3.10.0-229 and udev/systemd 208. First, I strongly reco

[ceph-users] Flapping OSDs

2017-04-02 Thread Vlad Blando
Hi, One of my ceph nodes have flapping OSDs, network between nodes are fine, it's on a 10GBase-T network. I don't see anything wrong with the network, but these OSDs are going up/down. [root@avatar0-ceph4 ~]# ceph osd tree # idweight type name up/down reweight -1 174.7 root defa

Re: [ceph-users] Ceph Giant Repo problem

2017-04-02 Thread Vlad Blando
Hi Erik, Will try that on my future installation, for now i had a workaround to make it work. I installed the dependencies first ang got the package directly from repo before I installed Ceph. Thanks for the help. On Fri, Mar 31, 2017 at 9:53 AM, Erik McCormick wrote: > Try setting > > obsolet

Re: [ceph-users] Kraken release and RGW --> "S3 bucket lifecycle API has been added. Note that currently it only supports object expiration."

2017-04-02 Thread Orit Wasserman
I see : acct_user=foo, acct_name=foo, Are you using radosgw with tenants? If not it could be the problem Orit On Sat, Apr 1, 2017 at 7:43 AM, Ben Hines wrote: > I'm also trying to use lifecycles (via boto3) but i'm getting permission > denied trying to create the lifecycle. I'm bucket owner wit