mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
rbd: fix typo in error message
fixed typo in error message. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
a666d452bf
commit
2e978e4211
@ -254,7 +254,7 @@ func createImage(ctx context.Context, pOpts *rbdVolume, cr *util.Credentials) er
|
|||||||
if pOpts.isEncrypted() {
|
if pOpts.isEncrypted() {
|
||||||
err = pOpts.setupEncryption(ctx)
|
err = pOpts.setupEncryption(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to setup encroption for image %s: %v", pOpts, err)
|
return fmt.Errorf("failed to setup encryption for image %s: %v", pOpts, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user