mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
cleanup: replace klog with v2
This commit replaces the klog with klog/v2 in leftover place. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
2c67ba1ec4
commit
5208c0fc38
@ -27,7 +27,7 @@ import (
|
||||
librbd "github.com/ceph/go-ceph/rbd"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
"k8s.io/klog"
|
||||
klog "k8s.io/klog/v2"
|
||||
)
|
||||
|
||||
// checkCloneImage check the cloned image exists, if the cloned image is not
|
||||
|
Loading…
Reference in New Issue
Block a user