-
Notifications
You must be signed in to change notification settings - Fork 32
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
[BUG] VM image on NFS datastore error #26
Comments
@gurubert It's most likely because the code doesn't detect it as being a directory based datastore. Can you post the sanitized contents of |
This is /etc/pve/storage.cfg
|
Hey @danitso-dp thanks for putting together this new provider! The fix at #28 did not worked :( let me know how can I help to get this fixed.
|
tf config:
|
@jescarri do you still experience this issue using the latest version? |
hey @danitso-dp I will test it in the next few days and let you know. Thanks for the help! |
Describe the bug
I am trying to create a VM with the Ubuntu 18.04 cloud image on an NFS datastore.
Terraform cannot continue because of this error:
Successfully imported disk as 'unused0:maestro:120/vm-120-disk-0.qcow2'
unable to parse directory volume name 'vm-120-disk-0'
The disk image has been created and resized, it just was not attached to the VM.
Expected behavior
The disk image should be attached and terraform should continue.
When chosing a different datastore (e.g. thin provisioned LVM) the creation works.
The text was updated successfully, but these errors were encountered: