Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isVeeamClient (0.13 sec)

  1. cmd/utils.go

    func filterStorageClass(ctx context.Context, s string) string {
    	// Veeam 14.0 and later clients are not compatible with custom storage classes.
    	if globalVeeamForceSC != "" && s != storageclass.STANDARD && s != storageclass.RRS && isVeeamClient(ctx) {
    		return globalVeeamForceSC
    	}
    	return s
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 22:00:34 UTC 2024
    - 31.9K bytes
    - Viewed (0)
Back to top