Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
e1acc892
Commit
e1acc892
authored
2 months ago
by
Tuan Le
Committed by
Derek Su
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update provisioner.go
Co-authored-by:
Derek Su
<
derek.su@suse.com
>
parent
197851d9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
provisioner.go
+1
-1
1 addition, 1 deletion
provisioner.go
with
1 addition
and
1 deletion
provisioner.go
+
1
−
1
View file @
e1acc892
...
...
@@ -259,7 +259,7 @@ func (p *LocalPathProvisioner) getPathOnNode(node string, requestedPath string,
}
i
--
}
return
""
,
fmt
.
Errorf
(
"
never happens, but compiler doesn't know that"
)
return
""
,
fmt
.
Errorf
(
"
failed to select a random path: no path selected from %d candidates"
,
len
(
paths
)
)
}
func
(
p
*
LocalPathProvisioner
)
isSharedFilesystem
(
c
*
StorageClassConfig
)
(
bool
,
error
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment