Use xfs_quota command to apply quotas

This commit is contained in:
Robert Krawitz
2018-11-19 18:01:37 -05:00
committed by Robert Krawitz
parent 448e0c44c6
commit f8661d6240
24 changed files with 416 additions and 617 deletions

View File

@@ -104,7 +104,7 @@ type Attributes struct {
// MounterArgs provides more easily extensible arguments to Mounter
type MounterArgs struct {
FsGroup *int64
DesiredSize int64
DesiredSize *resource.Quantity
PodUID string
}