Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This PR adds a note to the README.md about a possible
warning message that might appear when running
nvidia-mig-parted.

Signed-off-by: KeithMnemonic <[email protected]>
  • Loading branch information
KeithMnemonic committed Sep 9, 2024
1 parent dec72fb commit 2b7c7d1
Showing 1 changed file with 13 additions and 0 deletions.
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

```
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

0 comments on commit 2b7c7d1

Please sign in to comment.