Skip to content

support multisite in ceph2 setup #110

support multisite in ceph2 setup

support multisite in ceph2 setup #110

Triggered via pull request May 27, 2024 09:03
Status Success
Total duration 52s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
43s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / shellcheck: docker/ceph/start-ceph.sh#L5
[shellcheck] reported by reviewdog 🐶 Not following: /docker/set-start-env.sh: openBinaryFile: does not exist (No such file or directory) [SC1091](https://github.com/koalaman/shellcheck/wiki/SC1091) Raw Output: ./docker/ceph/start-ceph.sh:5:8:info:Not following: /docker/set-start-env.sh: openBinaryFile: does not exist (No such file or directory) [SC1091](https://github.com/koalaman/shellcheck/wiki/SC1091)
runner / shellcheck: docker/ceph/start-ceph.sh#L14
[shellcheck] reported by reviewdog 🐶 The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027) Raw Output: ./docker/ceph/start-ceph.sh:14:28:warning:The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027)
runner / shellcheck: docker/ceph/start-ceph.sh#L14
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./docker/ceph/start-ceph.sh:14:28:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: docker/ceph/start-ceph.sh#L48
[shellcheck] reported by reviewdog 🐶 Use "${var:?}" to ensure this never expands to /* . [SC2115](https://github.com/koalaman/shellcheck/wiki/SC2115) Raw Output: ./docker/ceph/start-ceph.sh:48:8:warning:Use "${var:?}" to ensure this never expands to /* . [SC2115](https://github.com/koalaman/shellcheck/wiki/SC2115)
runner / shellcheck: docker/ceph/start-ceph.sh#L51
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./docker/ceph/start-ceph.sh:51:18:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: docker/ceph/set-start-env.sh#L34
[shellcheck] reported by reviewdog 🐶 $/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004) Raw Output: ./docker/ceph/set-start-env.sh:34:35:style:$/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004)
runner / shellcheck: docker/ceph/set-rgw.sh#L11
[shellcheck] reported by reviewdog 🐶 RGW_REALM_USER_NUM appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034) Raw Output: ./docker/ceph/set-rgw.sh:11:10:warning:RGW_REALM_USER_NUM appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
runner / shellcheck: docker/ceph/set-rgw.sh#L33
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./docker/ceph/set-rgw.sh:33:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: docker/ceph/set-rgw.sh#L37
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./docker/ceph/set-rgw.sh:37:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: docker/ceph/set-rgw.sh#L77
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./docker/ceph/set-rgw.sh:77:56:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)