Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validate nouveau whether in blacklist #974

Open
lengrongfu opened this issue Sep 5, 2024 · 2 comments
Open

Add validate nouveau whether in blacklist #974

lengrongfu opened this issue Sep 5, 2024 · 2 comments
Labels
feature issue/PR that proposes a new feature or functionality

Comments

@lengrongfu
Copy link
Contributor

When i use preinstalled drivers are on host. other components may fail because user did not disable nouveau driver.

@cdesiniotis
Copy link
Contributor

Hi @lengrongfu, how do you propose we validate that nouveau is blacklisted?

@cdesiniotis cdesiniotis added the feature issue/PR that proposes a new feature or functionality label Oct 8, 2024
@lengrongfu
Copy link
Contributor Author

lengrongfu commented Oct 9, 2024

We can exec lsmod | grep nouveau in driver validating container to check wheather result. if nouveau not in blacklisted, we can stop the subsequent process.

NVIDIA/k8s-driver-manager#37 As discussed in this issue, since blacklisting would require updating the initramfs and rebooting the node, so wen can to check nouveau already been added to the blacklist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature issue/PR that proposes a new feature or functionality
Projects
None yet
Development

No branches or pull requests

2 participants