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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Set node_vms_folder in the vcp_secret.yaml to '/Development_VMs/Kubernetes'
The VMs working folder starts out as: /SCT/vm/Development_VMs/
When the vcp-manager pod runs it creates the vms folder relative to /SCT/vm/
Creating: /SCT/vm/Development_VMs/Kubernetes
When the daemonset runs it fails with:
+ govc object.mv -dc=SCT /SCT/vm/Development_VMs/my-vm-name-snipped /Development_VMs/Kubernetes
+ '[' 1 -eq 0 ']'
+ ERROR_MSG='Failed to move Node Virtual Machine to the Working Directory Folder'
+ update_VcpConfigStatus vcp-daementset-d68xg '[PHASE 3] Move VM to the Working Directory' FAILED 'Failed to move Node Virtual Machine to the Working Directory Folder'
I connect to the pod to try the govc command given above and get as expected:
govc: folder '/Development_VMs/Kubernetes' not found
I have also tried the above by removing the prefixing forward slash which fails in a similar way and by giving the full path which cause the vcp-manager to try to create the folder: /SCT/vm/SCT/vm/Development_VMs/Kubernetes
Docker image pulled was:
REPOSITORY TAG IMAGE ID CREATED SIZE
cnastorage/enablevcp v1 bf7b5e183363 5 weeks ago 534MB
The text was updated successfully, but these errors were encountered:
I worked around this issue by setting the value to '/Development_VMs/Kubernetes' when initially creating the vcp-manager pod. Letting the daemon sets fail. Changing the value to '/SCT/vm/Development_VMs/Kubernetes' and reapplying the secret. Then deleting the vcp-daementset pods.
I want to indicate that I as well have observed the same behavior, and the same workaround seems to work as well. It's cumbersome to work through, but is possible to get through this phase with this workaround.
Set node_vms_folder in the vcp_secret.yaml to '/Development_VMs/Kubernetes'
The VMs working folder starts out as: /SCT/vm/Development_VMs/
When the vcp-manager pod runs it creates the vms folder relative to /SCT/vm/
Creating: /SCT/vm/Development_VMs/Kubernetes
When the daemonset runs it fails with:
I connect to the pod to try the govc command given above and get as expected:
govc: folder '/Development_VMs/Kubernetes' not found
I have also tried the above by removing the prefixing forward slash which fails in a similar way and by giving the full path which cause the vcp-manager to try to create the folder: /SCT/vm/SCT/vm/Development_VMs/Kubernetes
Docker image pulled was:
The text was updated successfully, but these errors were encountered: