mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
qa/suites/orch/cephadm: verify /var/log/ceph/$fsid ownership
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
393960c164
commit
4f71cbba1a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user