diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-19 08:26:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 08:26:34 -0400 |
commit | f6de39e8f38d77565481bc9709ec0be5d9d4c6ab (patch) | |
tree | 44387c707f049b4487bec3f4dc87cc50522ed916 /playbooks/common | |
parent | d42db5a181435fe8e1d03943908adecb141f8b9c (diff) | |
parent | a52488499a0c3701a9e80938b473081d992e37ce (diff) | |
download | openshift-f6de39e8f38d77565481bc9709ec0be5d9d4c6ab.tar.gz openshift-f6de39e8f38d77565481bc9709ec0be5d9d4c6ab.tar.bz2 openshift-f6de39e8f38d77565481bc9709ec0be5d9d4c6ab.tar.xz openshift-f6de39e8f38d77565481bc9709ec0be5d9d4c6ab.zip |
Merge pull request #4491 from sdodson/fix-storage-migration
Temporarilly only migrate jobs as we were before
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index bb294cc57..5c19df4c5 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml @@ -11,7 +11,7 @@ - name: Upgrade job storage command: > {{ openshift.common.client_binary }} adm --config={{ openshift.common.config_base }}/master/admin.kubeconfig - migrate storage --confirm + migrate storage --include=jobs --confirm # If facts cache were for some reason deleted, this fact may not be set, and if not set # it will always default to true. This causes problems for the etcd data dir fact detection @@ -149,7 +149,7 @@ - name: Upgrade job storage command: > {{ openshift.common.client_binary }} adm --config={{ openshift.common.config_base }}/master/admin.kubeconfig - migrate storage --confirm + migrate storage --include=jobs --confirm ############################################################################## # Gate on master update complete |