Dario Maiocchi

Results 213 comments of Dario Maiocchi

@arunnalpet hi thx for issue. here is an example of the feature, as I can tell the syntax is bit different there https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/examples/v0.13/multiple/main.tf#L28 can you give it try? If it...

@itlinux hi it seems your error is releated to your build host. Maybe your golang env has some issue. I don't use centos7 as build host for development. I will...

@FreekingDean I think we should support both methods. I have seen lot of users just building their own plugin from source. This should be ok. I think the fix for...

thx @muroj for detailed issue. So here similar to the other issue, you can confirm that this happens only if updating the domain? I believe the `updating` resource mechanism has...

@jouve thx for issue . I guess you have an perhaps outdated Libvirt/qemu or something that is out of scope of this provider. `'unsupported configuration: IDE controllers are unsupported for...

we might need to look at what the error msg imply. Strange workaround :/ Especially with the `split` If you can attach `TF_LOG=DEBUG terraform apply` with logs we might gain...

@jouve thx for investigation and effort. I think if the proposed change is generic and doesn't introduce any breaking points we can change it. Can you provide a PR and...

@dirkmueller yes I agree with you. I think historically this provider was build on x86 so some parameter are just hardcoded to x64 and other archs was not test Regarding...

@muroj thx for issue. One question afaik I understand the issue, can you confirm that if you create for the 1st time a domain with `running` = false this work,...

@muroj thx! I don't think the libvirt logs are needed here. The situation is really well described and we have an HOWTO reproduce. thx so far