Skip to content

Commit

Permalink
retarget emptydirquota import
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed May 4, 2018
1 parent 0d76139 commit 7637781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extended/localquota/local_fsgroup_quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
"k8s.io/kubernetes/pkg/volume/emptydirquota"

"github.com/openshift/origin/pkg/volume/emptydir"
exutil "github.com/openshift/origin/test/extended/util"
)

Expand Down Expand Up @@ -58,7 +58,7 @@ func lookupFSGroup(oc *exutil.CLI, project string) (int, error) {
func lookupXFSQuota(oc *exutil.CLI, fsGroup int, volDir string) (int, error) {

// First lookup the filesystem device the volumeDir resides on:
fsDevice, err := emptydir.GetFSDevice(volDir)
fsDevice, err := emptydirquota.GetFSDevice(volDir)
if err != nil {
return 0, err
}
Expand Down

0 comments on commit 7637781

Please sign in to comment.