Skip to content

Commit 77df0b5

Browse files
committed
try write back
1 parent 715cc12 commit 77df0b5

File tree

1 file changed

+1
-0
lines changed
  • images/virtualization-artifact/pkg/controller/kvbuilder

1 file changed

+1
-0
lines changed

images/virtualization-artifact/pkg/controller/kvbuilder/kvvm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ func (b *KVVM) SetDisk(name string, opts SetDiskOptions) error {
322322
Name: name,
323323
DiskDevice: dd,
324324
Serial: opts.Serial,
325+
Cache: virtv1.CacheWriteBack,
325326
ErrorPolicy: ptr.To(virtv1.DiskErrorPolicyReport),
326327
}
327328

0 commit comments

Comments
 (0)