]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Revert "update: block upgrade when nfs+rgw is deployed"
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 26 Oct 2021 18:31:13 +0000 (20:31 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Oct 2021 06:13:05 +0000 (08:13 +0200)
This reverts commit 93f17652595cc9290cdba9dcba53611bdb9cd07c.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2017508
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 7f465e7964cededc7ded824a3e036400656d13df..5dbf445fe8fd2e5796e78590f031d342631fc6bf 100644 (file)
 # If you run Red Hat Ceph Storage and are doing a **major** update (e.g: from 2 to 3), you have to change the ceph_rhcs_version to a newer one
 #
 
-- name: block upgrade if nfs+rgw deployed
-  hosts: "{{ nfs_group_name | default('nfss') }}"
-  serial: 1
-  become: True
-  tasks:
-    - name: import_role ceph-defaults
-      import_role:
-        name: ceph-defaults
-
-    - name: block upgrade if nfs+rgw deployed
-      fail:
-        msg: >
-          Upgrading to Ceph Pacific isn't supported with nfs+rgw.
-          This will be supported soon in a new release of Ceph Pacific.
-      when:
-        - groups.get(nfs_group_name, []) | length > 0
-        - nfs_obj_gw | bool
-
 - name: confirm whether user really meant to upgrade the cluster
   hosts: localhost
   tags: always