Skip to content

Commit 91759ef

Browse files
committed
Remove comment related to RBD
As host-path driver doesnot deals with RBD volume remove RBD mentioned in comment. Signed-off-by: Madhu Rajanna <[email protected]>
1 parent 0c4b04a commit 91759ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hostpath/controllerserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (cs *controllerServer) CreateVolume(ctx context.Context, req *csi.CreateVol
129129
// request
130130
if exVol.VolSize >= int64(req.GetCapacityRange().GetRequiredBytes()) {
131131
// exisiting volume is compatible with new request and should be reused.
132-
// TODO (sbezverk) Do I need to make sure that RBD volume still exists?
132+
// TODO (sbezverk) Do I need to make sure that volume still exists?
133133
return &csi.CreateVolumeResponse{
134134
Volume: &csi.Volume{
135135
VolumeId: exVol.VolID,

0 commit comments

Comments
 (0)