Project

General

Profile

Bug #43681

cephadm: Streamline RGW deployment

Added by Sebastian Wagner about 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
cephadm/rgw
Target version:
% Done:

0%

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

Description

The problem is, this doesn't work:

service_type: rgw
spec:
  realm: myrealm
  zone: myzone

and then:

cephadm bootstrap ... --apply-spec rgw.yaml

because

  • Users need to run some commands manually:
radosgw-admin realm create --rgw-realm=default --default
radosgw-admin zonegroup create --rgw-zonegroup=default --master --default
radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=default --master -- 
  • Calling realm create requires running OSDs.

Which means, we have to:

  1. wait, till we have OSDs in the cluster
  2. Then, run those radosgw-admin commands.

Related issues

Duplicated by Orchestrator - Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm? Duplicate

History

#1 Updated by Sebastian Wagner almost 4 years ago

  • Tracker changed from Feature to Bug
  • Subject changed from multsite rgw to cephadm: Streamline RGW deployment
  • Description updated (diff)
  • Target version deleted (v15.0.0)
  • Regression set to No
  • Severity set to 3 - minor

#2 Updated by Sebastian Wagner almost 4 years ago

  • Priority changed from Normal to High

#3 Updated by Sebastian Wagner almost 4 years ago

  • Tags set to ux

#4 Updated by Sebastian Wagner almost 4 years ago

  • Priority changed from High to Normal

#5 Updated by Sebastian Wagner almost 4 years ago

  • Category changed from cephadm to cephadm/rgw

#6 Updated by Sebastian Wagner over 3 years ago

  • Assignee set to Adam King

#7 Updated by Sebastian Wagner over 3 years ago

  • Assignee changed from Adam King to Daniel Pivonka

#8 Updated by Sebastian Wagner over 3 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 36162

#9 Updated by Sebastian Wagner over 3 years ago

  • Duplicated by Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm? added

#10 Updated by Sebastian Wagner over 3 years ago

  • Status changed from Fix Under Review to Resolved
  • Target version set to v15.2.5

Also available in: Atom PDF