We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running into this error: https://github.com/cloudsigma/docker-machine-driver-cloudsigma/blob/master/cloudsigma.go#L321 When only providing --cloudsigma-drive-uuid=3b80db9b-1d57-457c-b72e-ea06029b84ce because as it looks like the drive-name is set by default to "ubuntu" here https://github.com/cloudsigma/docker-machine-driver-cloudsigma/blob/master/cloudsigma.go#L119
--cloudsigma-drive-uuid=3b80db9b-1d57-457c-b72e-ea06029b84ce
Create a docker machine using only uuid instead of name.
Docker machine is created by defined drive uuid and not throwing an error.
Not sure if related to anything but i am using this driver in a gitlab runner instance, by using following configuration:
"cloudsigma-api-location=...", "cloudsigma-username=....", "cloudsigma-password=.....", "cloudsigma-cpu=8000", "cloudsigma-memory=8192", "cloudsigma-drive-name=Ubuntu 20.04 LTS", # "cloudsigma-drive-uuid=3b80db9b-1d57-457c-b72e-ea06029b84ce", "cloudsigma-drive-size=250"
If i change it to
"cloudsigma-api-location=...", "cloudsigma-username=....", "cloudsigma-password=.....", "cloudsigma-cpu=8000", "cloudsigma-memory=8192", # "cloudsigma-drive-name=Ubuntu 20.04 LTS", "cloudsigma-drive-uuid=3b80db9b-1d57-457c-b72e-ea06029b84ce", "cloudsigma-drive-size=250"
It is throwing the error mentioned above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the issue
I am running into this error: https://github.com/cloudsigma/docker-machine-driver-cloudsigma/blob/master/cloudsigma.go#L321
When only providing
--cloudsigma-drive-uuid=3b80db9b-1d57-457c-b72e-ea06029b84ce
because as it looks like the drive-name is set by default to "ubuntu" here https://github.com/cloudsigma/docker-machine-driver-cloudsigma/blob/master/cloudsigma.go#L119System information
Reproduction instructions
Create a docker machine using only uuid instead of name.
Expected behavior
Docker machine is created by defined drive uuid and not throwing an error.
Notes
Not sure if related to anything but i am using this driver in a gitlab runner instance, by using following configuration:
If i change it to
It is throwing the error mentioned above.
The text was updated successfully, but these errors were encountered: