Skip to content

Commit 02e93c1

Browse files
mayastor-borsdsharma-dc
andcommitted
chore(bors): merge pull request #1021
1021: fix: storageclass param not correctly set in create request r=dsharma-dc a=dsharma-dc Co-authored-by: Diwakar Sharma <diwakar.sharma@datacore.com>
2 parents 47d3429 + 77d1319 commit 02e93c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

control-plane/csi-driver/src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ impl Parameters {
273273
"Invalid `PoolClusterSize` value {value:?}, expected a number with capacity unit suffix"
274274
)));
275275
}
276+
return Ok(alloc_unit_bytes);
276277
}
277278
Ok(None)
278279
}

0 commit comments

Comments
 (0)