Cancelling a rollback and trying it again fails
还没有人认领这个 Issue。
评估
调研方向
使用 cf rollback --strategy canary、cf cancel-deployment 和 cf revisions 重现该序列,然后重试 rollback 以观察失败。跟踪 Cloud Controller 对 cancellation 和 rollback 的处理,并在 canary 和 rolling 两种策略都允许再次成功尝试已取消的 rollback 时,认为 issue 已完成。
由索引模型根据 Issue 内容生成。
描述
Hey
I was working on a scenario where I was doing the following steps but I am getting an error from CAPI.
- push an app
- restage it to create a new revision
- Execute
cf revisions test-doraand get the output
Getting revisions for app test-dora in org test / space test as admin...
revision description deployable revision guid created at
10(deployed) New droplet deployed. true 7e2f381b-f8d3-49a7-a81a-faedaed348c1 2025-02-21T18:45:16Z
9 New droplet deployed. Rolled back to revision 1. true 1df6188f-518b-4237-adea-8018ddd4bd58 2025-02-20T18:08:17Z
8 New droplet deployed. true 208c4716-38bd-4935-b7a2-23e3a10cf5a8 2025-02-20T18:05:51Z
7 New droplet deployed. Rolled back to revision 1. true 580a624d-b2b2-47d1-b2dc-bd7b38d91d67 2025-02-20T17:35:46Z
6 New droplet deployed. true a8bba232-9e64-4a2b-9d1a-57610e215c38 2025-02-20T17:19:00Z
5 New droplet deployed. Rolled back to revision 1. true acf05ec4-0a26-4569-9570-5fc653793e68 2025-02-20T17:13:05Z
4 New droplet deployed. true b719c3f8-8a91-42e2-a5af-ceed6a045be6 2025-02-20T17:11:38Z
3 New droplet deployed. Rolled back to revision 1. true a9d3d8e3-808b-40a6-8249-666eb2eade27 2025-02-19T18:59:04Z
2 New droplet deployed. true 617a33e0-2245-4c99-a722-de447094feea 2025-02-19T18:57:13Z
1 Initial revision. true edbe120e-d62e-43f9-aa64-30f9ce278b68 2025-02-19T18:52:35Z
- do
cf rollback --strategy canary dora -v 1 - execute
cf revisions test-dorawith the output
Getting revisions for app test-dora in org test / space test as admin...
Info: this app is in the middle of a rolling deployment. More than one revision is deployed.
Info: this app is in the middle of a deployment. More than one revision is deployed.
revision description deployable revision guid created at
11(deployed) New droplet deployed. Rolled back to revision 1. true 73facf40-ea02-4d75-9cbe-7bfed584838f 2025-02-21T18:46:30Z
10(deployed) New droplet deployed. true 7e2f381b-f8d3-49a7-a81a-faedaed348c1 2025-02-21T18:45:16Z
9 New droplet deployed. Rolled back to revision 1. true 1df6188f-518b-4237-adea-8018ddd4bd58 2025-02-20T18:08:17Z
8 New droplet deployed. true 208c4716-38bd-4935-b7a2-23e3a10cf5a8 2025-02-20T18:05:51Z
7 New droplet deployed. Rolled back to revision 1. true 580a624d-b2b2-47d1-b2dc-bd7b38d91d67 2025-02-20T17:35:46Z
6 New droplet deployed. true a8bba232-9e64-4a2b-9d1a-57610e215c38 2025-02-20T17:19:00Z
5 New droplet deployed. Rolled back to revision 1. true acf05ec4-0a26-4569-9570-5fc653793e68 2025-02-20T17:13:05Z
4 New droplet deployed. true b719c3f8-8a91-42e2-a5af-ceed6a045be6 2025-02-20T17:11:38Z
3 New droplet deployed. Rolled back to revision 1. true a9d3d8e3-808b-40a6-8249-666eb2eade27 2025-02-19T18:59:04Z
2 New droplet deployed. true 617a33e0-2245-4c99-a722-de447094feea 2025-02-19T18:57:13Z
1 Initial revision. true edbe120e-d62e-43f9-aa64-30f9ce278b68 2025-02-19T18:52:35Z
- execute
cf cancel-deployment dora - Execute
cf revisions test-dorawith the output
Getting revisions for app test-dora in org test / space test as admin...
revision description deployable revision guid created at
11 New droplet deployed. Rolled back to revision 1. true 73facf40-ea02-4d75-9cbe-7bfed584838f 2025-02-21T18:46:30Z
10(deployed) New droplet deployed. true 7e2f381b-f8d3-49a7-a81a-faedaed348c1 2025-02-21T18:45:16Z
9 New droplet deployed. Rolled back to revision 1. true 1df6188f-518b-4237-adea-8018ddd4bd58 2025-02-20T18:08:17Z
8 New droplet deployed. true 208c4716-38bd-4935-b7a2-23e3a10cf5a8 2025-02-20T18:05:51Z
7 New droplet deployed. Rolled back to revision 1. true 580a624d-b2b2-47d1-b2dc-bd7b38d91d67 2025-02-20T17:35:46Z
6 New droplet deployed. true a8bba232-9e64-4a2b-9d1a-57610e215c38 2025-02-20T17:19:00Z
5 New droplet deployed. Rolled back to revision 1. true acf05ec4-0a26-4569-9570-5fc653793e68 2025-02-20T17:13:05Z
4 New droplet deployed. true b719c3f8-8a91-42e2-a5af-ceed6a045be6 2025-02-20T17:11:38Z
3 New droplet deployed. Rolled back to revision 1. true a9d3d8e3-808b-40a6-8249-666eb2eade27 2025-02-19T18:59:04Z
2 New droplet deployed. true 617a33e0-2245-4c99-a722-de447094feea 2025-02-19T18:57:13Z
1 Initial revision. true edbe120e-d62e-43f9-aa64-30f9ce278b68 2025-02-19T18:52:35Z
- execute
cf rollback --strategy canary test-dora --version 1with the output
Rolling 'test-dora' back to revision '1' will create a new revision. The new revision will use the settings from revision '1'.
Are you sure you want to continue? [yN]: y
Rolling back to revision 1 for app test-dora in org test / space test as admin...
Creating deployment for app test-dora...
Unable to rollback. The code and configuration you are rolling back to is the same as the deployed revision.
FAILED
This happens with both strategies canary and rolling.
- 主要语言
- Ruby
- 星标
- 207
- 派生
- 373
- 平均合并
- 2 天 10 小时
- 30 天内合并 PR
- 54
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
cloudfoundry/cloud_controller_ng 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 72/100
cloudfoundry/cloud_controller_ng#5255 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 35/100
cloudfoundry/cloud_controller_ng#5347 · 2 条评论 ·
-
难度 5/5 一周以上 新手友好度 35/100
cloudfoundry/cloud_controller_ng#5313 ·
-
难度 4/5 3-5 天 新手友好度 50/100
cloudfoundry/cloud_controller_ng#5285 ·
-
难度 5/5 一周以上 新手友好度 30/100
cloudfoundry/cloud_controller_ng#5246 ·
查看 cloudfoundry/cloud_controller_ng 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 82/100
hanami/hanami-cli#449 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
resque/resque-scheduler#826 ·
-
bug
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 1-3 小时 新手友好度 75/100