Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not depend on host to host transfers for Ceph MV action #5653

Closed
7 tasks
OpenNebulaSupport opened this issue Nov 29, 2021 · 2 comments
Closed
7 tasks

Do not depend on host to host transfers for Ceph MV action #5653

OpenNebulaSupport opened this issue Nov 29, 2021 · 2 comments

Comments

@OpenNebulaSupport
Copy link
Collaborator

Description
Do not depend on host to host transfers for Ceph MV action

Use case
In some circumstances, when using VM HA, VMs cannot be rescheduled because SSH becomes non accessible and you can see an error like this one:

ERROR: mv: Command "set -e -o pipefail tar -C /var/lib/one//datastores/<DS_ID> --sparse -cf - 0 | ssh <HOST> 'tar -C /var/lib/one//datastores/<DS_ID> --sparse -xf Error copying disk directory to target hostailed: ssh: connect to host <HOST> port 22: No route to host".

Interface Changes
Ceph driver

Progress Status

  • Branch created
  • Code committed to development branch
  • Testing - QA
  • Documentation
  • Release notes - resolved issues, compatibility, known issues
  • Code committed to upstream release/hotfix branches
  • Documentation committed to upstream release/hotfix branches
@rdziwinski
Copy link

Hello, any information when this fix will be get to community version?

@rsmontero
Copy link
Member

It is in 6.4 beta and will be released in 6.4 this month

However the patch is straightforward, just need to replace the ceph/mv action. This can be safely applied to any 6.2 installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants