Skip to content

Fix transfer show executions#102

Merged
Dany9966 merged 2 commits into
cloudbase:masterfrom
mihaelabalutoiu:fix-transfer-show-executions
Jun 24, 2026
Merged

Fix transfer show executions#102
Dany9966 merged 2 commits into
cloudbase:masterfrom
mihaelabalutoiu:fix-transfer-show-executions

Conversation

@mihaelabalutoiu

Copy link
Copy Markdown
Member

This PR include the following changes:

  • Fix transfer show after the get_transfer optimization:
    • The transfer payload no longer embeds executions, so transfer show rendered an empty executions section.
  • Fix include_task_info for transfer show --show-instances-data:
    • The transfer's info is only returned with include_task_info=true, which the CLI never sent, so --show-instances-data failed with ERROR: info.
    • Add an include_task_info flag to TransferManager.get and set it when the option is passed.

The transfer payload no longer embeds executions,
so `transfer show` rendered an empty `executions` section.

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
The transfer's `info` is only returned with
`include_task_info=true`, which the CLI never sent,
so `--show-instances-data` failed with "ERROR: info".
Add an `include_task_info` flag to
TransferManager.get and set it when the option is passed.
Comment thread coriolisclient/cli/transfers.py
@Dany9966 Dany9966 merged commit feb881d into cloudbase:master Jun 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants