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
If that gives you "was not built correctly", get the Git commit hash from your local provider repository:
git describe --always --abbrev=40 --dirty
Checklist
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Make sure you explain why this option is important to you, why it should be important to everyone. Describe your use-case with detail and provide examples where possible.
If it is a very special case, consider using the XSLT support in the provider to tweak the definition instead of opening an issue
Maintainers do not have expertise in every libvirt setting, so please, describe the feature and how it is used. Link to the appropriate documentation
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Greatly appreciated all hard work done here.
Hope you can help me with this issue:
After initializing a shared filesystem, device seems to be absent in the guest machine.
Setup
(Please provide the full main.tf file for reproducing the issue (Be sure to remove sensitive information)
sudo mount -t auto -o trans=virtio,rw temp /tmp/files using 9p
root@localhost:/home/persona# sudo mount -t 9p -o trans=virtio,version=9p2000.L,rw temp /tmp/files
mount: /tmp/files: unknown filesystem type'9p'.
dmesg(1) may have more information after failed mount system call.
not using 9p
(Include debug logs if possible and relevant).
root@localhost:/home/persona# sudo mount -t auto -o trans=virtio,rw temp /tmp/files
mount: /tmp/files: special device temp does not exist.
dmesg(1) may have more information after failed mount system call.
Additional information:
Do you have SELinux or Apparmor/Firewall enabled? Some special configuration?
Have you tried to reproduce the issue without them enabled?
no
The text was updated successfully, but these errors were encountered:
System Information
Linux distribution
openSUSE 42.2/ Centos7/ Ubuntu..
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
Terraform version
Terraform v1.9.8
on linux_amd64
Provider and libvirt versions
libvirt: 10.0.0-2ubuntu8.4
provider: v0.8.1
If that gives you "was not built correctly", get the Git commit hash from your local provider repository:
Checklist
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Greatly appreciated all hard work done here.
Hope you can help me with this issue:
After initializing a shared filesystem, device seems to be absent in the guest machine.
Setup
(Please provide the full main.tf file for reproducing the issue (Be sure to remove sensitive information)
Steps to Reproduce Issue
this codeblock is not working:
sudo mount -t auto -o trans=virtio,rw temp /tmp/files
using 9p
not using 9p
(Include debug logs if possible and relevant). root@localhost:/home/persona# sudo mount -t auto -o trans=virtio,rw temp /tmp/files mount: /tmp/files: special device temp does not exist. dmesg(1) may have more information after failed mount system call.
Additional information:
Do you have SELinux or Apparmor/Firewall enabled? Some special configuration?
Have you tried to reproduce the issue without them enabled?
no
The text was updated successfully, but these errors were encountered: