You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?/Why is this needed
Currently we list all file shares under one storage account, we could only list specific file share snapshot in CreateSnapshot, that could could reduce the get file share throttling further more
// List lists all shares.
// Parameters:
// resourceGroupName - the name of the resource group within the user's subscription. The name is case
// insensitive.
// accountName - the name of the storage account within the specified resource group. Storage account names
// must be between 3 and 24 characters in length and use numbers and lower-case letters only.
// maxpagesize - optional. Specified maximum number of shares that can be included in the list.
// filter - optional. When specified, only share names starting with the filter will be listed.
// expand - optional, used to expand the properties within share's properties. Valid values are: deleted,
// snapshots. Should be passed as a string with delimiter ','
func (client FileSharesClient) List(ctx context.Context, resourceGroupName string, accountName string, maxpagesize string, filter string, expand string) (result FileShareItemsPage, err error) {
this is a further improvement of #1694 which reduces the get file share throttling a little using management API
Describe the solution you'd like in detail
Describe alternatives you've considered
Additional context
/kind feature
The text was updated successfully, but these errors were encountered:
andyzhangx
changed the title
add list file share cache in CreateSnapshot
only specific list file share in CreateSnapshot
Oct 25, 2024
andyzhangx
changed the title
only specific list file share in CreateSnapshot
only list specific file share snapshot in CreateSnapshot
Oct 25, 2024
andyzhangx
changed the title
only list specific file share snapshot in CreateSnapshot
only list specific file share snapshot in CreateSnapshot to reduce get file share throttling
Oct 25, 2024
andyzhangx
changed the title
only list specific file share snapshot in CreateSnapshot to reduce get file share throttling
only list specific file share snapshot in CreateSnapshot to reduce get file share throttling using management API
Oct 25, 2024
Is your feature request related to a problem?/Why is this needed
Currently we list all file shares under one storage account, we could only list specific file share snapshot in CreateSnapshot, that could could reduce the get file share throttling further more
azurefile-csi-driver/pkg/azurefile/controllerserver.go
Line 1275 in a7d2453
this is a further improvement of #1694 which reduces the get file share throttling a little using management API
Describe the solution you'd like in detail
Describe alternatives you've considered
Additional context
/kind feature
The text was updated successfully, but these errors were encountered: