Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a451daca
Commit
a451daca
authored
Mar 21, 2017
by
NickrenREN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: remove TODO(resolved) and var(unused)
parent
65ddace3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
volume_manager.go
pkg/kubelet/volumemanager/volume_manager.go
+0
-6
No files found.
pkg/kubelet/volumemanager/volume_manager.go
View file @
a451daca
...
...
@@ -84,10 +84,6 @@ const (
// operation is waiting it only blocks other operations on the same device,
// other devices are not affected.
waitForAttachTimeout
time
.
Duration
=
10
*
time
.
Minute
// reconcilerStartGracePeriod is the maximum amount of time volume manager
// can wait to start reconciler
reconcilerStartGracePeriod
time
.
Duration
=
60
*
time
.
Second
)
// VolumeManager runs a set of asynchronous loops that figure out which volumes
...
...
@@ -123,8 +119,6 @@ type VolumeManager interface {
// attached to this node and remains "in use" until it is removed from both
// the desired state of the world and the actual state of the world, or it
// has been unmounted (as indicated in actual state of world).
// TODO(#27653): VolumesInUse should be handled gracefully on kubelet'
// restarts.
GetVolumesInUse
()
[]
v1
.
UniqueVolumeName
// ReconcilerStatesHasBeenSynced returns true only after the actual states in reconciler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment