mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
58a90d1724
In 8b95c4b7c5
we set log_to_journald=false
in the cephadm config. However, that's not present in pre-quincy builds,
which means that when we upgrade the new daemons start spamming the
teuthology.log. Set this (with --force, since it's not valid pre-quincy)
in the config before we start the ugprade.
Signed-off-by: Sage Weil <sage@newdream.net>
15 lines
720 B
YAML
15 lines
720 B
YAML
tasks:
|
|
- cephadm.shell:
|
|
env: [sha1]
|
|
mon.a:
|
|
- radosgw-admin realm create --rgw-realm=r --default
|
|
- radosgw-admin zonegroup create --rgw-zonegroup=default --master --default
|
|
- radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default
|
|
- radosgw-admin period update --rgw-realm=r --commit
|
|
- ceph orch apply rgw r z --placement=2 --port=8000
|
|
- sleep 120
|
|
- ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force
|
|
- ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force
|
|
- ceph config set global log_to_journald false --force
|
|
- ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1
|