You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unexplained error (code 255) is a generic error that can mean a lot of things. In the case of the original issue, the connectivity does not succeed:
ssh: connect to host 10.50.49.34 port 22: Operation timed out
Destination IP seems to be a private one (10.x...) - are you sure that that IP is supposed to be reachable at all from the other cluster? Over port 22?
Describe the bug
I am trying to move pvc from one cluster to another. When i run the pv-migrate command it fails with the error :
To Reproduce
Steps to reproduce the behavior:
Expected behavior
pv-migrate should migrate the pvc from source cluster to destination cluster successfully
Console output
Source and destination Kubernetes versions [e.g.
v1.17.14-gke.1600
,v1.21.1+k3s1
]Client Version: v1.19.1+wcp.3
Server Version: v1.22.9+vmware.1
Source and destination container runtimes [e.g.
containerd://1.4.4-k3s2
,docker://19.3.6
]containerd://1.5.11
pv-migrate
version and architecture [e.g.v0.5.5 - darwin_x86_64
]pv-migrate version 1.0.1 (commit: 45224c5) (build date: 2022-11-03T23:35:05Z)
linux_x86_64
Installation method [e.g.
homebrew
, binary download]binary download
Source and destination PVC type, size and accessModes [e.g.
ReadWriteMany, 8G, kubernetes.io/gce-pd -> ReadWriteOnce, N/A, rancher.io/local-path
]Source:
Destination:
Distributor ID: RedHatEnterprise
Description: Red Hat Enterprise Linux release 8.4 (Ootpa)
Release: 8.4
Codename: Ootpa
The text was updated successfully, but these errors were encountered: