Add mount options example

This commit is contained in:
Vitaliy Filippov 2021-07-27 00:07:28 +03:00
parent 051957c015
commit 5f2af76a30
2 changed files with 3 additions and 2 deletions
pkg/mounter

View file

@ -46,7 +46,6 @@ func (geesefs *geesefsMounter) Unstage(stageTarget string) error {
func (geesefs *geesefsMounter) Mount(source string, target string) error {
fullPath := fmt.Sprintf("%s:%s", geesefs.meta.BucketName, geesefs.meta.Prefix)
// FIXME Add memory limits
args := []string{
"--endpoint", geesefs.endpoint,
"--region", geesefs.region,