Skip to content

Commit 1022ba9

Browse files
committed
retarget emptydirquota import
1 parent ffb49cd commit 1022ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/extended/localquota/local_fsgroup_quota.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111

1212
g "github.com/onsi/ginkgo"
1313
o "github.com/onsi/gomega"
14+
"k8s.io/kubernetes/pkg/volume/emptydirquota"
1415

15-
"github.com/openshift/origin/pkg/volume/emptydir"
1616
exutil "github.com/openshift/origin/test/extended/util"
1717
)
1818

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

6060
// First lookup the filesystem device the volumeDir resides on:
61-
fsDevice, err := emptydir.GetFSDevice(volDir)
61+
fsDevice, err := emptydirquota.GetFSDevice(volDir)
6262
if err != nil {
6363
return 0, err
6464
}

0 commit comments

Comments
 (0)