Project

General

Profile

Actions

Bug #43681

closed

cephadm: Streamline RGW deployment

Added by Sebastian Wagner over 4 years ago. Updated almost 4 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 1 (0 open1 closed)

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

Actions
Actions

Also available in: Atom PDF