Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions deployments/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ nvidia-mig-parted apply -f /etc/nvidia-mig-manager/config.yaml -k /etc/nvidia-mi
```
(An alternative is to ensure that the required environment variables are passed to `sudo` by using `sudo -E` instead)

**NOTE:** When running the nvidia-mig-parted, if a message appears that is similar to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Do we want to add a Troubleshooting section to the readme to collect this type of information?

Copy link
Contributor Author

@KeithMnemonic KeithMnemonic Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine with a Troubleshooting section


```
WARNING: unable to get device name: [failed to find device with id '22a3']
```

this indicates the pci-id list is most likely not current. In order to update the pci-id list,
run the following command.

```
sudo update-pciids
```

As noted above, these hooks do everything they can to ensure that the services
are started and stopped so that the new configuration is applied cleanly. If
for some reason the config just won't seem to apply (because the full set of
Expand Down