We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f78d0 commit 383c646Copy full SHA for 383c646
1 file changed
internal/guest/vminit/runc/container.go
@@ -65,8 +65,8 @@ func toRuncOptions(ctx context.Context, v any) *options.Options {
65
case *spinbox.SpinboxOpts:
66
// Convert SpinboxOpts to runc Options format
67
return &options.Options{
68
- IoUid: o.IoUID,
69
- IoGid: o.IoGID,
+ IoUid: o.IoUid,
+ IoGid: o.IoGid,
70
}
71
default:
72
log.G(ctx).WithField("type", fmt.Sprintf("%T", v)).
0 commit comments