mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-20 15:54:19 +01:00
Merge pull request #6205 from fengwang666/non-root-clh
runtime: support non-root for clh
This commit is contained in:
@@ -1183,6 +1183,7 @@ func (q *qemu) cleanupVM() error {
|
||||
"user": q.config.User,
|
||||
"uid": q.config.Uid,
|
||||
}).Warn("failed to delete the user")
|
||||
return nil
|
||||
}
|
||||
q.Logger().WithFields(
|
||||
logrus.Fields{
|
||||
|
||||
Reference in New Issue
Block a user