]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/crimson-rados/singleton: add install task 64370/head
authorMatan Breizman <mbreizma@redhat.com>
Mon, 7 Jul 2025 12:10:45 +0000 (12:10 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 7 Jul 2025 12:12:00 +0000 (12:12 +0000)
This should fix the chmod 777 /var/log/ceph failures.

We were missing the install task which resulted in no /var/log/ceph:
```
2025-07-07T08:55:44.586 INFO:teuthology.run_tasks:Running task ceph...
2025-07-07T08:55:44.679 INFO:tasks.ceph:Making ceph log dir writeable by
non-root...
2025-07-07T08:55:44.679 DEBUG:teuthology.orchestra.run.smithi144:> sudo
chmod 777 /var/log/ceph
2025-07-07T08:55:44.711
INFO:teuthology.orchestra.run.smithi144.stderr:chmod: cannot access
'/var/log/ceph': No such file or directory
```

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
qa/suites/crimson-rados/singleton/all/osd-backfill.yaml
qa/suites/crimson-rados/singleton/all/osd-pg-splitting.yaml

index 43e03908292ed706efa7f36d1e2d31b3aafea598..ee6d6a9a3356a2de4b9bedb67bd52ba6fcb89e32 100644 (file)
@@ -11,6 +11,7 @@ openstack:
       count: 3
       size: 10 # GB
 tasks:
+- install:
 - ceph:
     pre-mgr-commands:
       - sudo ceph config set mgr mgr_pool false --force
index b586fd8dc9de329326c07fec2131ba4c7d326998..45c01f4ad109666a518c8eb03990a05b7d91a89b 100644 (file)
@@ -12,6 +12,7 @@ openstack:
       count: 3
       size: 10 # GB
 tasks:
+- install:
 - ceph:
     pre-mgr-commands:
       - sudo ceph config set mgr mgr_pool false --force