Skip to content

Commit d7a9a2d

Browse files
committed
change vf topo config file to => /var/rdma/eni_topo
to ensure config file been refreshed after node reboot Signed-off-by: bingshen.wbs <bingshen.wbs@alibaba-inc.com>
1 parent 2f1eb0c commit d7a9a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/driver/vf/vf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
defaultNUSAConfigPath = "/etc/sysconfig/pcie_topo"
16+
defaultNUSAConfigPath = "/var/rdma/eni_topo"
1717
defaultSysfsBasePath = "/sys/bus/pci/devices"
1818

1919
vfBind = "/sys/bus/pci/drivers/virtio-pci"

0 commit comments

Comments
 (0)