Re: Problem with RGW after update to Jewel

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

 



ok - i did now the following:

radosgw-admin --cluster=pbs realm create --rgw-realm=pbs --default
2016-07-26 10:34:15.216404 7fdf346bc9c0  0 error read_lastest_epoch .rgw.root:periods.d94c5208-fc1f-4e02-9773-bc709e4d8a34.latest_epoch
{
    "id": "98089a5c-6c61-4cc2-a5d8-fce0cb0a9704",
    "name": "pbs",
    "current_period": "d94c5208-fc1f-4e02-9773-bc709e4d8a34",
    "epoch": 1
}

radosgw-admin --cluster=pbs zonegroup get --rgw-zonegroup=default >zg.json

set master_zone to default

radosgw-admin --cluster=pbs zonegroup set --rgw-zonegroup=default <zg.json
{
    "id": "default",
    "name": "default",
    "api_name": "",
    "is_master": "true",
    "endpoints": [],
    "hostnames": [
        "***REDACTED***",
        "***REDACTED***",
        "***REDACTED***"
    ],
    "hostnames_s3website": [],
    "master_zone": "default",
    "zones": [
        {
            "id": "default",
            "name": "default",
            "endpoints": [],
            "log_meta": "false",
            "log_data": "false",
            "bucket_index_max_shards": 0,
            "read_only": "false"
        }
    ],
    "placement_targets": [
        {
            "name": "default-placement",
            "tags": []
        }
    ],
    "default_placement": "default-placement",
    "realm_id": "98089a5c-6c61-4cc2-a5d8-fce0cb0a9704"
}

radosgw-admin --cluster=pbs period update --commit
2016-07-26 10:34:56.160525 7f0e22ccf9c0  0 RGWZoneParams::create(): error creating default zone params: (17) File exists
2016-07-26 10:34:56.264927 7f0e22ccf9c0  0 error read_lastest_epoch .rgw.root:periods.98089a5c-6c61-4cc2-a5d8-fce0cb0a9704:staging.latest_epoch
cannot commit period: period does not have a master zone of a master zonegroup
failed to commit period: (22) Invalid argument


--

anamica GmbH
Heppacher Str. 39
71404 Korb

Telefon:   +49 7151 1351565 0
Telefax: +49 7151 1351565 9
E-Mail: frank.enderle@xxxxxxxxxx
Internet: www.anamica.de


Handelsregister: AG Stuttgart HRB 732357
Geschäftsführer: Yvonne Holzwarth, Frank Enderle


From: Orit Wasserman <owasserm@xxxxxxxxxx>
Date: 26 July 2016 at 12:32:58
To: Frank Enderle <frank.enderle@xxxxxxxxxx>
Cc: ceph-users@xxxxxxxxxxxxxx <ceph-users@xxxxxxxxxxxxxx>, Shilpa Manjarabad Jagannath <smanjara@xxxxxxxxxx>
Subject:  Re: [ceph-users] Problem with RGW after update to Jewel

it doesn't matter, you can call it gold like in the documentation

On Tue, Jul 26, 2016 at 12:15 PM, Frank Enderle
<frank.enderle@xxxxxxxxxx> wrote:
> What should I choose for realm name? I never selected one - does it matter
> what I put there?
>
> --
>
> anamica GmbH
> Heppacher Str. 39
> 71404 Korb
>
> Telefon: +49 7151 1351565 0
> Telefax: +49 7151 1351565 9
> E-Mail: frank.enderle@xxxxxxxxxx
> Internet: www.anamica.de
>
>
> Handelsregister: AG Stuttgart HRB 732357
> Geschäftsführer: Yvonne Holzwarth, Frank Enderle
>
>
> From: Orit Wasserman <owasserm@xxxxxxxxxx>
> Date: 26 July 2016 at 12:13:21
>
> To: Frank Enderle <frank.enderle@xxxxxxxxxx>
> Cc: ceph-users@xxxxxxxxxxxxxx <ceph-users@xxxxxxxxxxxxxx>, Shilpa Manjarabad
> Jagannath <smanjara@xxxxxxxxxx>
> Subject: Re: [ceph-users] Problem with RGW after update to Jewel
>
> Lets try:
>
> radosgw-admin realm create --rgw-realm=<name> --default
>
> radosgw-admin zonegroup set --rgw-zonegroup=default < json
>
> radosgw-admin period update --commit
>
> In the next jewel release the upgrade will be smoother.
>
> Orit
>
> On Tue, Jul 26, 2016 at 11:34 AM, Frank Enderle
> <frank.enderle@xxxxxxxxxx> wrote:
>> Yes! that worked :-)
>>
>> now I changed the master_zone to default like so:
>>
>> {
>> "id": "default",
>> "name": "default",
>> "api_name": "",
>> "is_master": "true",
>> "endpoints": [],
>> "hostnames": [
>> "***REDACTED***",
>> "***REDACTED***",
>> "***REDACTED***"
>> ],
>> "hostnames_s3website": [],
>> "master_zone": "default",
>> "zones": [
>> {
>> "id": "default",
>> "name": "default",
>> "endpoints": [],
>> "log_meta": "false",
>> "log_data": "false",
>> "bucket_index_max_shards": 0,
>> "read_only": "false"
>> }
>> ],
>> "placement_targets": [
>> {
>> "name": "default-placement",
>> "tags": []
>> }
>> ],
>> "default_placement": "default-placement",
>> "realm_id": ""
>> }
>>
>> and
>>
>> radosgw-admin --cluster=pbs zonegroup set --rgw-zonegroup=default
>>
>> gives me
>>
>> failed to init realm: (2) No such file or directory
>>
>>
>> --
>>
>> anamica GmbH
>> Heppacher Str. 39
>> 71404 Korb
>>
>> Telefon: +49 7151 1351565 0
>> Telefax: +49 7151 1351565 9
>> E-Mail: frank.enderle@xxxxxxxxxx
>> Internet: www.anamica.de
>>
>>
>> Handelsregister: AG Stuttgart HRB 732357
>> Geschäftsführer: Yvonne Holzwarth, Frank Enderle
>>
>>
>> From: Orit Wasserman <owasserm@xxxxxxxxxx>
>> Date: 26 July 2016 at 11:27:43
>> To: Frank Enderle <frank.enderle@xxxxxxxxxx>
>> Cc: ceph-users@xxxxxxxxxxxxxx <ceph-users@xxxxxxxxxxxxxx>, Shilpa
>> Manjarabad
>> Jagannath <smanjara@xxxxxxxxxx>
>>
>> Subject: Re: [ceph-users] Problem with RGW after update to Jewel
>>
>> does adding --rgw-zonegroup=default helps?
>>
>> On Tue, Jul 26, 2016 at 11:09 AM, Frank Enderle
>> <frank.enderle@xxxxxxxxxx> wrote:
>>> I get this error when I try to execute the command:
>>>
>>> radosgw-admin --cluster=pbs zonegroup get
>>> failed to init zonegroup: (2) No such file or directory
>>>
>>> also with
>>>
>>> radosgw-admin --cluster=pbs zonegroup get --rgw-zone=default
>>> failed to init zonegroup: (2) No such file or directory
>>>
>>>
>>> --
>>>
>>> anamica GmbH
>>> Heppacher Str. 39
>>> 71404 Korb
>>>
>>> Telefon: +49 7151 1351565 0
>>> Telefax: +49 7151 1351565 9
>>> E-Mail: frank.enderle@xxxxxxxxxx
>>> Internet: www.anamica.de
>>>
>>>
>>> Handelsregister: AG Stuttgart HRB 732357
>>> Geschäftsführer: Yvonne Holzwarth, Frank Enderle
>>>
>>>
>>> From: Orit Wasserman <owasserm@xxxxxxxxxx>
>>> Date: 26 July 2016 at 09:55:58
>>> To: Frank Enderle <frank.enderle@xxxxxxxxxx>
>>> Cc: Shilpa Manjarabad Jagannath <smanjara@xxxxxxxxxx>,
>>> ceph-users@xxxxxxxxxxxxxx <ceph-users@xxxxxxxxxxxxxx>
>>>
>>> Subject: Re: [ceph-users] Problem with RGW after update to Jewel
>>>
>>> you need to set the default zone as master zone.
>>> you can try:
>>> radosgw-admin zonegroup set < zg.json
>>> where the json is the json return from radosgw-admin zonegroup get
>>> with master_zone field set to "default"
>>>
>>> Orit
>>>
>>> On Mon, Jul 25, 2016 at 11:17 PM, Frank Enderle
>>> <frank.enderle@xxxxxxxxxx> wrote:
>>>> It most certainly looks very much like the same problem.. Is there a way
>>>> to
>>>> patch the configuration by hand to get the cluster back in a working
>>>> state?
>>>>
>>>> --
>>>>
>>>> From: Shilpa Manjarabad Jagannath <smanjara@xxxxxxxxxx>
>>>> Date: 25 July 2016 at 10:34:42
>>>> To: Frank Enderle <frank.enderle@xxxxxxxxxx>
>>>> Cc: ceph-users@xxxxxxxxxxxxxx <ceph-users@xxxxxxxxxxxxxx>
>>>> Subject: Re: [ceph-users] Problem with RGW after update to Jewel
>>>>
>>>>
>>>> ----- Original Message -----
>>>>> From: "Frank Enderle" <frank.enderle@xxxxxxxxxx>
>>>>> To: ceph-users@xxxxxxxxxxxxxx
>>>>> Sent: Monday, July 25, 2016 1:28:10 AM
>>>>> Subject: [ceph-users] Problem with RGW after update to Jewel
>>>>>
>>>>> Hi,
>>>>>
>>>>> a while ago I updated a cluster from Infernalis to Jewel. After the
>>>>> update
>>>>> some problems occured, which I fixed (I had to create some additional
>>>>> pool
>>>>> which I was helped with in the IRC channel) - so the cluster now ran
>>>>> fine
>>>>> until we tried to add an addtional bucket. Now I get the following
>>>>> error
>>>>> in
>>>>> the error log:
>>>>>
>>>>> 2016-07-24 19:50:45.978005 7f6ce97fa700 1 ====== starting new request
>>>>> req=0x7f6ce97f4710 =====
>>>>> 2016-07-24 19:50:46.021122 7f6ce97fa700 0 sending create_bucket request
>>>>> to
>>>>> master zonegroup
>>>>> 2016-07-24 19:50:46.021135 7f6ce97fa700 0 ERROR: endpoints not
>>>>> configured
>>>>> for
>>>>> upstream zone
>>>>> 2016-07-24 19:50:46.021148 7f6ce97fa700 0 WARNING: set_req_state_err
>>>>> err_no=5
>>>>> resorting to 500
>>>>> 2016-07-24 19:50:46.021249 7f6ce97fa700 1 ====== req done
>>>>> req=0x7f6ce97f4710
>>>>> op status=-5 http_status=500 ======
>>>>> 2016-07-24 19:50:46.021304 7f6ce97fa700 1 civetweb: 0x7f6dac001420:
>>>>> 10.42.20.5 - - [24/Jul/2016: 19:50:45 +0000 ] "PUT /abc/ HTTP/1.1" 500
>>>>> 0
>>>>> -
>>>>> Cyberduck/4.7.3.18402 (Mac OS X/10.11.6) (x86_64)
>>>>>
>>>>> I already tried to fix the problem using the script at
>>>>>
>>>>> https://www.mail-archive.com/ceph-users@xxxxxxxxxxxxxx/msg28620.html
>>>>>
>>>>> with the outcome that all users disappeared and no bucket could be
>>>>> access.
>>>>> So
>>>>> I restored the backup .rgw.root and it now works again, but still I
>>>>> can't
>>>>> create buckets. Obviously something has been mixed up with the
>>>>> zone/zonegroup stuff during the update.
>>>>>
>>>>> Would be somebody able to take a look at this? I'm happy to provide all
>>>>> the
>>>>> required files; just name them.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Frank
>>>>>
>>>>
>>>> It looks like http://tracker.ceph.com/issues/16627, pending backport.
>>>>
>>>>
>>>>> _______________________________________________
>>>>> ceph-users mailing list
>>>>> ceph-users@xxxxxxxxxxxxxx
>>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> ceph-users mailing list
>>>> ceph-users@xxxxxxxxxxxxxx
>>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>>
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

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


  Powered by Linux