-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: lspci in zos Those helper utils to help list (and find) gpu devices * list gpu only test * Collect gpu info Preparation for node information update. this has to wait until the chain has the changes needed for this * List GPU over node api This is for users to look up available GPU types on nodes Also include the SLOT in the GPU ID. The gpu id is what will be used by the user to specify which gpu to attach to his VM * fix short id * update docs to match implementation * initialize gpu devices for usability -this include loading correct modules -and bind to correct devices * handling of iommu groups we need to make sure all devices inside the same gpu iommu group are bind to the vfio driver * Setting up and validating all the devices Everything seems to be working except the CH process fails with this error: Could not mmap sparse area (offset = 0x0, size = 0x10000000): Resource busy (os error 16) Error booting VM: VmBoot(DeviceManager(VfioMapRegion(MmapArea))) Investingating what can be the error but no luck yet * Add missing file gpu * fix ci * unbinding boot vga * iommu skip bridge devices * use latest client to set gpu status * Apply review comments and CI
- Loading branch information
1 parent
decd6ff
commit df9b1fd
Showing
22 changed files
with
37,136 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ jobs: | |
|
||
- name: Build binaries | ||
run: | | ||
go generate ./pkg/capacity/... | ||
cd cmds | ||
make | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ jobs: | |
|
||
- name: Build binaries | ||
run: | | ||
go generate ./pkg/capacity/... | ||
cd cmds | ||
make | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
|
||
- name: Build binaries | ||
run: | | ||
go generate ./pkg/capacity/... | ||
cd cmds | ||
make | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.