Add ARM Taishan testbed33 perftest
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / files / taishan_workaround.service
index 05f865f..246c985 100644 (file)
@@ -2,8 +2,8 @@
 Description=Numa node workaround configuration
 
 [Service]
-ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.0/numa_node'
-ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.1/numa_node'
+ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.0/numa_node'
+ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.1/numa_node'
 Type=oneshot
 RemainAfterExit=yes