TASK [Upgrade all storage] *********************************************************************************************
task path: /usr/share/ansible/openshift-ansible/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml:11
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
fatal: [test.linux.lan]: FAILED! => {
"changed": true,
"cmd": [
"oc",
"adm",
"--config=/etc/origin/master/admin.kubeconfig",
"migrate",
"storage",
"--include=*",
"--confirm"
],
"delta": "0:00:56.843544",
"end": "2017-08-17 12:46:36.417413",
"failed": true,
"failed_when_result": true,
"invocation": {
"module_args": {
"_raw_params": "oc adm --config=/etc/origin/master/admin.kubeconfig migrate storage --include=* --confirm",
"_uses_shell": false,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"warn": true
}
},
"rc": 1,
"start": "2017-08-17 12:45:39.573869"
}
STDOUT:
error: rolebindingrestrictions/restriction1 -n namespace1: namespaces "namespace1" not found
summary: total=1001 errors=1 ignored=0 unchanged=1000 migrated=0
info: to rerun only failing resources, add --include=rolebindingrestrictions
error: 1 resources failed to migrate