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
2afba1e4
Commit
2afba1e4
authored
Dec 01, 2017
by
andyzhangx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove time waiting after create storage account
parent
c933067c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
azure_blobDiskController.go
...cloudprovider/providers/azure/azure_blobDiskController.go
+0
-8
No files found.
pkg/cloudprovider/providers/azure/azure_blobDiskController.go
View file @
2afba1e4
...
...
@@ -542,14 +542,6 @@ func (c *BlobDiskController) createStorageAccount(storageAccountName string, sto
c
.
addAccountState
(
storageAccountName
,
newAccountState
)
}
if
!
bExist
{
// SA Accounts takes time to be provisioned
// so if this account was just created allow it sometime
// before polling
glog
.
V
(
2
)
.
Infof
(
"azureDisk - storage account %s was just created, allowing time before polling status"
,
storageAccountName
)
time
.
Sleep
(
25
*
time
.
Second
)
// as observed 25 is the average time for SA to be provisioned
}
// finally, make sure that we default container is created
// before handing it back over
return
c
.
ensureDefaultContainer
(
storageAccountName
)
...
...
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