Merge pull request #6205 from fengwang666/non-root-clh

runtime: support non-root for clh
This commit is contained in:
Fabiano Fidêncio
2023-04-11 19:34:00 +02:00
committed by GitHub
5 changed files with 45 additions and 4 deletions

View File

@@ -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{