mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: fix codespell failure
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
parent
86a7acc2fb
commit
f12cd9c986
@ -10,7 +10,7 @@ allowHostNetwork: true
|
|||||||
# This need to be set to true as we use HostPath
|
# This need to be set to true as we use HostPath
|
||||||
allowHostDirVolumePlugin: true
|
allowHostDirVolumePlugin: true
|
||||||
priority:
|
priority:
|
||||||
# SYS_ADMIN is needed for rbd to execture rbd map command
|
# SYS_ADMIN is needed for rbd to execute rbd map command
|
||||||
allowedCapabilities: ["SYS_ADMIN"]
|
allowedCapabilities: ["SYS_ADMIN"]
|
||||||
# Needed as we run liveness container on daemonset pods
|
# Needed as we run liveness container on daemonset pods
|
||||||
allowHostPorts: true
|
allowHostPorts: true
|
||||||
|
@ -17,7 +17,7 @@ allowHostNetwork: true
|
|||||||
# This need to be set to true as we use HostPath
|
# This need to be set to true as we use HostPath
|
||||||
allowHostDirVolumePlugin: true
|
allowHostDirVolumePlugin: true
|
||||||
priority:
|
priority:
|
||||||
# SYS_ADMIN is needed for rbd to execture rbd map command
|
# SYS_ADMIN is needed for rbd to execute rbd map command
|
||||||
allowedCapabilities: ["SYS_ADMIN"]
|
allowedCapabilities: ["SYS_ADMIN"]
|
||||||
# Needed as we run liveness container on daemonset pods
|
# Needed as we run liveness container on daemonset pods
|
||||||
allowHostPorts: true
|
allowHostPorts: true
|
||||||
|
@ -3736,7 +3736,7 @@ var _ = Describe("RBD", func() {
|
|||||||
validateRBDImageCount(f, 0, defaultRBDPool)
|
validateRBDImageCount(f, 0, defaultRBDPool)
|
||||||
validateOmapCount(f, 0, rbdType, defaultRBDPool, volumesType)
|
validateOmapCount(f, 0, rbdType, defaultRBDPool, volumesType)
|
||||||
|
|
||||||
// Create a PVC and bind it to an app within the namesapce
|
// Create a PVC and bind it to an app within the namespace
|
||||||
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
err = validatePVCAndAppBinding(pvcPath, appPath, f)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
framework.Failf("failed to validate pvc and application binding: %v", err)
|
framework.Failf("failed to validate pvc and application binding: %v", err)
|
||||||
|
@ -218,7 +218,7 @@ function check_rbd_stat() {
|
|||||||
else
|
else
|
||||||
RBD_POOL_NAME=$1
|
RBD_POOL_NAME=$1
|
||||||
fi
|
fi
|
||||||
# Rook creates a detault pool with name device_health_metrics for
|
# Rook creates a default pool with name device_health_metrics for
|
||||||
# device-health-metrics CephBlockPool CR
|
# device-health-metrics CephBlockPool CR
|
||||||
if [[ "${RBD_POOL_NAME}" == "device-health-metrics" ]]; then
|
if [[ "${RBD_POOL_NAME}" == "device-health-metrics" ]]; then
|
||||||
RBD_POOL_NAME="device_health_metrics"
|
RBD_POOL_NAME="device_health_metrics"
|
||||||
|
Loading…
Reference in New Issue
Block a user