mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
cleanup: correct misspelling
Correct snapshots spelling in rbd.go Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
@ -654,7 +654,7 @@ var _ = Describe("RBD", func() {
|
|||||||
// total images in cluster is 1 parent rbd image+ total
|
// total images in cluster is 1 parent rbd image+ total
|
||||||
// snaps
|
// snaps
|
||||||
validateRBDImageCount(f, totalCount+1)
|
validateRBDImageCount(f, totalCount+1)
|
||||||
// create clones from different snapshosts and bind it to an
|
// create clones from different snapshots and bind it to an
|
||||||
// app
|
// app
|
||||||
wg.Add(totalCount)
|
wg.Add(totalCount)
|
||||||
for i := 0; i < totalCount; i++ {
|
for i := 0; i < totalCount; i++ {
|
||||||
|
Reference in New Issue
Block a user