Skip to content

Commit

Permalink
Add cgroupv2 rdma controller support information
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <[email protected]>
  • Loading branch information
musaprg committed Sep 22, 2024
1 parent ef6dca5 commit de08e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/youki/src/commands/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ pub fn features(_: Features) -> Result<()> {
.v2(true)
.systemd(true)
.systemd_user(true)
// cgroupv2 rdma controller is not implemented in youki.
.rdma(false)
.build()
.unwrap(),
)
Expand Down

0 comments on commit de08e5b

Please sign in to comment.