Project

General

Profile

Bug #264

Creating a bucket gives ErrorBucketAlreadyExists

Added by Wido den Hollander over 13 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When trying to create a bucket, you get the message that it already exists, when it doesn't:

root@node14:~# rados lspools
10.07.08_10:42:00.929272 7f4df9d71710 monclient(hunting): found mon0
data
metadata
casdata
rbd
.rgw
.users
wido
alpha
root@node14:~#

Now i'm going to create the bucket beta

wido@wido-desktop:~$ s3 -u create beta

ERROR: ErrorBucketAlreadyExists

wido@wido-desktop:~$

It seems to fail, but the bucket has been created:

root@node14:~# rados lspools
10.07.08_10:42:46.369198 7f38d538a710 monclient(hunting): found mon0
data
metadata
casdata
rbd
.rgw
.users
wido
alpha
beta
root@node14:~# rados ls -p .rgw
10.07.08_10:42:51.268858 7f7864d65710 monclient(hunting): found mon1
.users
alpha
beta
wido
root@node14:~#

But the bucket has been created and is working fine.

0002-fix-100-continue-handling.patch View - libs3 client, fix 100-continue patch (1.49 KB) Yehuda Sadeh, 07/08/2010 09:03 AM

History

#1 Updated by Yehuda Sadeh over 13 years ago

This is actually a bug in the s3 client. Should be fixed with the attached patch.

#3 Updated by Yehuda Sadeh over 13 years ago

  • Status changed from New to Resolved

#4 Updated by Sage Weil about 13 years ago

  • Category set to radosgw

#5 Updated by Sage Weil about 13 years ago

  • Project changed from RADOS Gateway to Ceph
  • Category changed from radosgw to 22

#6 Updated by John Spray about 6 years ago

  • Project changed from Ceph to rgw
  • Category deleted (22)

Bulk reassign of radosgw category to RGW project.

Also available in: Atom PDF