File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,11 @@ _load_driver() {
184184 fm_pid_file=/var/run/nvidia-fabricmanager/nv-fabricmanager.pid
185185 nvlsm_config_file=/usr/share/nvidia/nvlsm/nvlsm.conf
186186 nvlsm_pid_file=/var/run/nvidia-fabricmanager/nvlsm.pid
187- /usr/bin/nvidia-fabricmanager-start.sh $fm_config_file $fm_pid_file $nvlsm_config_file $nvlsm_pid_file
187+ /usr/bin/nvidia-fabricmanager-start.sh --mode start \
188+ --fm-config-file $fm_config_file \
189+ --fm-pid-file $fm_pid_file \
190+ --nvlsm-config-file $nvlsm_config_file \
191+ --nvlsm-pid-file $nvlsm_pid_file
188192
189193 # If not a NVLink5+ switch, check for the presence of NVLink4 (or below) switches
190194 elif _assert_nvswitch_system; then
Original file line number Diff line number Diff line change @@ -184,7 +184,11 @@ _load_driver() {
184184 fm_pid_file=/var/run/nvidia-fabricmanager/nv-fabricmanager.pid
185185 nvlsm_config_file=/usr/share/nvidia/nvlsm/nvlsm.conf
186186 nvlsm_pid_file=/var/run/nvidia-fabricmanager/nvlsm.pid
187- /usr/bin/nvidia-fabricmanager-start.sh $fm_config_file $fm_pid_file $nvlsm_config_file $nvlsm_pid_file
187+ /usr/bin/nvidia-fabricmanager-start.sh --mode start \
188+ --fm-config-file $fm_config_file \
189+ --fm-pid-file $fm_pid_file \
190+ --nvlsm-config-file $nvlsm_config_file \
191+ --nvlsm-pid-file $nvlsm_pid_file
188192
189193 # If not a NVLink5+ switch, check for the presence of NVLink4 (or below) switches
190194 elif _assert_nvswitch_system; then
You can’t perform that action at this time.
0 commit comments