Skip to content

Commit

Permalink
Pass KVM to pool-mode (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita authored Jan 29, 2025
1 parent a9381f6 commit e08885a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pool-agent/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ func (a *Agent) createInstance(iname, rtName string, rt resourceType, version st
"source": "/dev/kmsg",
"type": "unix-char",
},
"kvm": {
"path": "/dev/kvm",
"source": "/dev/kvm",
"type": "unix-char",
},
},
},
Source: a.Config[version].InstanceSource,
Expand Down

0 comments on commit e08885a

Please sign in to comment.