Skip to content

Commit c3e0657

Browse files
authored
Merge pull request #182 from NVIDIA/document-nvidia-drm-known-issue
Document nvidia_drm known issue in readme
2 parents 34d3899 + d6316c9 commit c3e0657

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,11 @@ mig-configs:
265265
mig-devices: {}
266266
EOF
267267
```
268+
269+
## Known Issues
270+
271+
- `mig-parted` will fail to perform a GPU reset, and therefore toggle the MIG mode on GPUs where a reset is required,
272+
if the `nvidia_drm` kernel module is loaded. On systems where the `nvidia_drm` kernel module is loaded, one must
273+
unload it before applying a MIG configuration and load it again after the configuration change has been applied.
274+
See https://github.com/NVIDIA/mig-parted/issues/181
275+

0 commit comments

Comments
 (0)