Skip to content

Commit ca20655

Browse files
committed
Update README.md
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]>
1 parent dec72fb commit ca20655

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

deployments/systemd/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ nvidia-mig-parted apply -f /etc/nvidia-mig-manager/config.yaml -k /etc/nvidia-mi
8585
```
8686
(An alternative is to ensure that the required environment variables are passed to `sudo` by using `sudo -E` instead)
8787

88+
**NOTE:** When running the nvidia-mig-parted, if a message appears that is similar to
89+
90+
```
91+
WARNING: unable to get device name: [failed to find device with id '22a3']
92+
```
93+
94+
this indicates the pci-id list is most likely not current. In order to update the pci-id list,
95+
run the following command.
96+
97+
```
98+
sudo update-pciids
99+
```
100+
88101
As noted above, these hooks do everything they can to ensure that the services
89102
are started and stopped so that the new configuration is applied cleanly. If
90103
for some reason the config just won't seem to apply (because the full set of

0 commit comments

Comments
 (0)