Skip to content

Commit 98adde3

Browse files
committed
WIP
Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud>
1 parent 96ff793 commit 98adde3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/csi/blockstorage/nodeserver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ func (ns *nodeServer) NodeGetInfo(ctx context.Context, _ *csi.NodeGetInfoRequest
317317
}
318318

319319
maxVolumesPerNode -= emptyPCIeRootPorts
320-
321-
klog.V(4).Infof("Determined node to support %d volumes", maxVolumesPerNode)
320+
klog.Infof("Determined %d PCIe ports occupied by non virtio block devices", emptyPCIeRootPorts)
321+
klog.Infof("Determined node to support %d volumes", maxVolumesPerNode)
322322

323323
nodeInfo := &csi.NodeGetInfoResponse{
324324
NodeId: nodeID,

0 commit comments

Comments
 (0)