Skip to content

Commit ecbc607

Browse files
committed
qa/suites/crimson-rados/singleton: add install task
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 <[email protected]>
1 parent f768b92 commit ecbc607

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qa/suites/crimson-rados/singleton/all/osd-backfill.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ openstack:
1111
count: 3
1212
size: 10 # GB
1313
tasks:
14+
- install:
1415
- ceph:
1516
pre-mgr-commands:
1617
- sudo ceph config set mgr mgr_pool false --force

qa/suites/crimson-rados/singleton/all/osd-pg-splitting.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ openstack:
1212
count: 3
1313
size: 10 # GB
1414
tasks:
15+
- install:
1516
- ceph:
1617
pre-mgr-commands:
1718
- sudo ceph config set mgr mgr_pool false --force

0 commit comments

Comments
 (0)