mirror of https://github.com/k3s-io/k3s
Random typo fix
parent
f3e0750754
commit
4eb6f16b54
|
@ -417,7 +417,7 @@ func (util *RBDUtil) AttachDisk(b rbdMounter) (string, error) {
|
||||||
if err == wait.ErrWaitTimeout {
|
if err == wait.ErrWaitTimeout {
|
||||||
return "", fmt.Errorf("rbd image %s/%s is still being used", b.Pool, b.Image)
|
return "", fmt.Errorf("rbd image %s/%s is still being used", b.Pool, b.Image)
|
||||||
}
|
}
|
||||||
// Return error if any other errors were encountered during wating for the image to become available.
|
// Return error if any other errors were encountered during waiting for the image to become available.
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue