Skip to content

Commit 4888f7a

Browse files
authored
Merge pull request #422 from ComputeCanada/mig_fix
Add dependency on kmod::load for nvidia-mig-parted apply
2 parents 1cf2410 + 6c13cbd commit 4888f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/profile/manifests/gpu.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
Service['nvidia-dcgm'],
230230
],
231231
}
232+
Kmod::Load <| tag == profile::gpu::install |> -> Exec['nvidia-mig-parted apply']
232233
}
233234

234235
class profile::gpu::install::vgpu (

0 commit comments

Comments
 (0)