Apply quotas via syscalls using cgo.

This commit is contained in:
Robert Krawitz
2018-11-19 17:43:41 -05:00
committed by Robert Krawitz
parent 5b97b2860d
commit 448e0c44c6
25 changed files with 2431 additions and 9 deletions

View File

@@ -103,8 +103,9 @@ type Attributes struct {
// MounterArgs provides more easily extensible arguments to Mounter
type MounterArgs struct {
FsGroup *int64
PodUID string
FsGroup *int64
DesiredSize int64
PodUID string
}
// Mounter interface provides methods to set up/mount the volume.