Windows 2019 SVR NFS share - Cannot Start Linux KVM virtual machines.
Budget: $10 – $30 CAD
hi we are using virtualizator with KVM installed on our servers.
i created a NFS target on a windows server and all 3 blades are mounted to the NFS storage as root.
i think the issue is that the QEMU service i changing the owner of the file when booting the VM to QEMU instead of root and lose access to the file on the windows server.
uncomenting this as not resolve the issue in the kernel of Liebertd
its probably a stupid fix but im new to NFS / Linux and need quick help to fix this
#user = "root"
# The group for QEMU processes run by the system instance. It can be
# specified in a similar way to user.
#group = "root"
# Whether libvirt should dynamically change file ownership
# to match the configured user/group above. Defaults to 1.
# Set to 0 to disable file ownership changes.
#dynamic_ownership = 0
i created a NFS target on a windows server and all 3 blades are mounted to the NFS storage as root.
i think the issue is that the QEMU service i changing the owner of the file when booting the VM to QEMU instead of root and lose access to the file on the windows server.
uncomenting this as not resolve the issue in the kernel of Liebertd
its probably a stupid fix but im new to NFS / Linux and need quick help to fix this
#user = "root"
# The group for QEMU processes run by the system instance. It can be
# specified in a similar way to user.
#group = "root"
# Whether libvirt should dynamically change file ownership
# to match the configured user/group above. Defaults to 1.
# Set to 0 to disable file ownership changes.
#dynamic_ownership = 0