Skip to content

Commit 3dde8f0

Browse files
committed
direct on
1 parent 5f89c50 commit 3dde8f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func cmdRunCloudimg(cfg *config.Config, configs []*types.StorageConfig, vmName,
272272
fmt.Printf("%s \\\n", chBin)
273273
fmt.Printf(" --firmware %s \\\n", cfg.FirmwarePath())
274274
fmt.Printf(" --disk \\\n")
275-
fmt.Printf(" \"path=%s,readonly=off,image_type=qcow2,backing_files=on,num_queues=2,queue_size=256\" \\\n", cowPath)
275+
fmt.Printf(" \"path=%s,readonly=off,direct=on,image_type=qcow2,backing_files=on,num_queues=2,queue_size=256\" \\\n", cowPath)
276276
printCommonCHArgs(cpu, maxCPU, memory, balloon)
277277
}
278278

0 commit comments

Comments
 (0)