From 295269d8d270ac8fd2a661425ca7f12941000458 Mon Sep 17 00:00:00 2001 From: Yvan <58770231+yvanu@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9createVolume=E6=97=B6?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/localstorage/controllerserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/localstorage/controllerserver.go b/pkg/localstorage/controllerserver.go index 7aa2601..0f77b29 100644 --- a/pkg/localstorage/controllerserver.go +++ b/pkg/localstorage/controllerserver.go @@ -87,7 +87,7 @@ func (ls *localStorage) CreateVolume(ctx context.Context, req *csi.CreateVolumeR } volumeContext["localPath.caoyingjunz.io"] = volPath - klog.Infof("pvc %v volume %v successfully deleted", name, volumeID) + klog.Infof("pvc %v volume %v successfully created", name, volumeID) return &csi.CreateVolumeResponse{ Volume: &csi.Volume{ VolumeId: volumeID,