Skip to content

Commit 4f7c8b9

Browse files
Davinciblekangasta
authored andcommitted
fix(server): remove explicit virtio path
1 parent 85c67d9 commit 4f7c8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/server/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +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",
100+
Address: "virtio",
101101
Storage: osStorage.UUID,
102102
Title: fmt.Sprintf("%s-OS", ui.TruncateText(s.Hostname, 64-7)),
103103
Size: size,

0 commit comments

Comments
 (0)