Skip to content

cephadm-adopt: fix "Update the placement of radosgw hosts" task (backport #7575) #2986

cephadm-adopt: fix "Update the placement of radosgw hosts" task (backport #7575)

cephadm-adopt: fix "Update the placement of radosgw hosts" task (backport #7575) #2986

Workflow file for this run

name: check-nbsp
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi