From 51bb2d8b064f6658ae0fbccb6fc4f10906cc2072 Mon Sep 17 00:00:00 2001 From: weizhichen Date: Mon, 26 Aug 2024 07:48:42 +0000 Subject: [PATCH] debug --- pkg/blob/controllerserver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/blob/controllerserver.go b/pkg/blob/controllerserver.go index 2ff3c3a02..9ed136699 100644 --- a/pkg/blob/controllerserver.go +++ b/pkg/blob/controllerserver.go @@ -889,6 +889,7 @@ func (d *Driver) getAzcopyAuth(ctx context.Context, accountName, accountKey, sto if testErr != nil { return "", nil, fmt.Errorf("azcopy list command failed with error(%v): %v", testErr, out) } + klog.Errorf("==========out: %s===========", out) if strings.Contains(out, authorizationPermissionMismatch) { klog.Warningf("azcopy list failed with AuthorizationPermissionMismatch error, should assign \"Storage Blob Data Contributor\" role to controller identity, fall back to use sas token, original output: %v", out) useSasToken = true