diff --git a/roles/ceph-rgw/handlers/main.yml b/roles/ceph-rgw/handlers/main.yml index a1c7c960a..909f91f87 100644 --- a/roles/ceph-rgw/handlers/main.yml +++ b/roles/ceph-rgw/handlers/main.yml @@ -1,6 +1,6 @@ --- - name: update period - command: radosgw-admin period update --commit + command: radosgw-admin --cluster {{ cluster }} period update --commit delegate_to: "{{ groups[mon_group_name][0] }}" run_once: true