Skip to content

Commit 3bce9e8

Browse files
committed
DELETE
1 parent 911c5b2 commit 3bce9e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/ws-daemon/pkg/daemon/rootfsquota.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package daemon
77
import (
88
"context"
99

10+
"github.com/gitpod-io/gitpod/common-go/log"
1011
"github.com/gitpod-io/gitpod/ws-daemon/pkg/container"
1112
"github.com/gitpod-io/gitpod/ws-daemon/pkg/dispatch"
1213
"github.com/gitpod-io/gitpod/ws-daemon/pkg/quota"
@@ -40,5 +41,7 @@ func (c *ContainerRootFSQuotaEnforcer) WorkspaceAdded(ctx context.Context, ws *d
4041
return xerrors.Errorf("cannot enforce rootfs quota: %w", err)
4142
}
4243

44+
log.WithField("location", loc).WithField("quota", c.Quota).Info("quopta for workspace root FS created")
45+
4346
return nil
4447
}

0 commit comments

Comments
 (0)