qa/suites/orch/cephadm: verify /var/log/ceph/$fsid ownership

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2021-11-15 10:46:01 -05:00
parent 393960c164
commit 4f71cbba1a
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
tasks:
- cephadm.shell:
host.a:
- stat -c '%u %g' /var/log/ceph | grep '167 167'
- ceph orch status
- ceph orch ps
- ceph orch ls

View File

@ -6,6 +6,7 @@ tasks:
debug mgr: 20
- cephadm.shell:
mon.a:
- stat -c '%u %g' /var/log/ceph | grep '167 167'
- ceph orch status
- ceph orch ps
- ceph orch ls