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

upload image only to dedicated PE Cluster #13

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

wolfganghuse
Copy link
Contributor

use the configured PE Cluster as Element in InitialPlacementRefList to avoid uploading temporary images to all assigned PE Clusters in a PC.

@wolfganghuse wolfganghuse requested a review from tuxtof July 18, 2022 15:03
} else if vm.ClusterName != "" {
cluster, err = findClusterByName(conn, vm.ClusterName)
if err != nil {
return nil, fmt.Errorf("subnet not found %s", vm.ClusterName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to be cluster not found

Kind: kind,
UUID: uuid,
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add Carriage return

@tuxtof tuxtof self-requested a review July 19, 2022 07:11
@tuxtof tuxtof added the bug Something isn't working label Jul 19, 2022
@tuxtof tuxtof merged commit da86882 into nutanix-cloud-native:main Jul 19, 2022
@wolfganghuse wolfganghuse deleted the image-upload branch July 19, 2022 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants