You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
On mac osx (darwin) Statfs_t.Frsize is not supported, and this situation is not allowing me to run make test on the local-volume provisioner.
$ make test
go test ./...
# github.com/kubernetes-incubator/external-storage/local-volume/provisioner/pkg/util
pkg/util/volume_util.go:116: s.Frsize undefined (type unix.Statfs_t has no field or method Frsize)
make: *** [test] Error 2
ianchakeres
changed the title
Frsize not supported on mac osx (darwin) - unable to run local-volume make test
[local-volume] Frsize not supported on mac osx (darwin) - unable to run local-volume make test
Jul 10, 2017
On mac osx (darwin) Statfs_t.Frsize is not supported, and this situation is not allowing me to run make test on the local-volume provisioner.
Here is the specific reference in the code: https://github.com/kubernetes-incubator/external-storage/pull/135/files#diff-2e4832ad7196c01aca3d8c395325fc45R116
The text was updated successfully, but these errors were encountered: