Skip to content

Commit

Permalink
Add disk group for mdev zvol enumeration
Browse files Browse the repository at this point in the history
Resolve regression from commit 3f78153
Fix yetus header for build-kubevirt.yml.

Signed-off-by: Andrew Durbin <andrewd@zededa.com>
  • Loading branch information
andrewd-zededa authored and eriknordmark committed Jun 26, 2024
1 parent 5553d00 commit e66b1fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/dom0-ztools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ RUN addgroup -g 100 tpms
RUN addgroup -g 101 vtpm
RUN adduser -D -H -h /nonexistent -s /bin/false -g "vtpm" -G vtpm -u 101 vtpm
RUN addgroup vtpm tpms
# setup group for disk access, mdev handling
RUN addgroup -g 6 disk
4 changes: 3 additions & 1 deletion pkg/pillar/build-kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# Copyright (c) 2024 Zededa, Inc.
# SPDX-License-Identifier: Apache-2.0

---
org: lfedge
image: eve-pillar
config:
Expand All @@ -23,4 +25,4 @@ config:
- path: all
type: a
buildArgs:
- HV=kubevirt
- HV=kubevirt

0 comments on commit e66b1fa

Please sign in to comment.