Skip to content

Commit e5a4f8f

Browse files
committed
test: set image volume mode for qemu access in ci
1 parent 7731eeb commit e5a4f8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/provider/domain_resource_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,9 @@ resource "libvirt_volume" "test" {
769769
name = "%[2]s.qcow2"
770770
pool = "default"
771771
target = {
772+
permissions = {
773+
mode = "666"
774+
}
772775
format = {
773776
type = "qcow2"
774777
}

0 commit comments

Comments
 (0)