Skip to content

Commit 85c67d9

Browse files
Davinciblekangasta
authored andcommitted
fix(server): mount OS storage as virtio by default
1 parent 63e926f commit 85c67d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/commands/server/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (s *createParams) processParams(planSvc service.Plans, storageSvc service.S
9797

9898
s.StorageDevices = append(s.StorageDevices, request.CreateServerStorageDevice{
9999
Action: "clone",
100+
Address: "virtio:0",
100101
Storage: osStorage.UUID,
101102
Title: fmt.Sprintf("%s-OS", ui.TruncateText(s.Hostname, 64-7)),
102103
Size: size,

0 commit comments

Comments
 (0)