Browse Source

Merge pull request #4491 from sdodson/fix-storage-migration

Temporarilly only migrate jobs as we were before
Scott Dodson 7 years ago
parent
commit
f6de39e8f3

+ 2 - 2
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