Skip to content

Commit

Permalink
modify build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Oct 19, 2022
1 parent b65b3de commit 3d0c5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/util/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ const (
HostnameEnv = "KUBE_NODE_NAME"
ChasRetryTime = 5
ChasRetryIntev = 1
VmInstance = "VirtualMachineInstance"

Vm = "VirtualMachine"
VmInstance = "VirtualMachineInstance"

VfioSysDir = "/sys/bus/pci/drivers/vfio-pci"
NetSysDir = "/sys/class/net"
Expand Down

0 comments on commit 3d0c5eb

Please sign in to comment.