Project

General

Profile

Actions

Bug #58545

closed

upgrade:pacific-x/parallel - telemetry re-opt-in warning check failed

Added by Nitzan Mordechai over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
telemetry module
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
upgrade/pacific-x
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

/a/yuriw-2023-01-22_17:24:55-upgrade:pacific-x-wip-yuri6-testing-2023-01-22-0750-distro-default-smithi/7133327

2023-01-22T18:53:46.156 INFO:tasks.workunit.client.0.smithi103.stderr:++ ceph -s
2023-01-22T18:53:46.749 INFO:tasks.workunit.client.0.smithi103.stdout:STATUS should not contain re-opt-in warning at this point
2023-01-22T18:53:46.750 DEBUG:teuthology.orchestra.run:got remote process result: 1
2023-01-22T18:53:46.750 INFO:tasks.workunit.client.0.smithi103.stderr:+ STATUS='  cluster:
2023-01-22T18:53:46.751 INFO:tasks.workunit.client.0.smithi103.stderr:    id:     9162551a-9a7c-11ed-9e55-001a4aab830c
2023-01-22T18:53:46.751 INFO:tasks.workunit.client.0.smithi103.stderr:    health: HEALTH_WARN
2023-01-22T18:53:46.751 INFO:tasks.workunit.client.0.smithi103.stderr:            Telemetry requires re-opt-in
2023-01-22T18:53:46.751 INFO:tasks.workunit.client.0.smithi103.stderr:
2023-01-22T18:53:46.751 INFO:tasks.workunit.client.0.smithi103.stderr:  services:
2023-01-22T18:53:46.752 INFO:tasks.workunit.client.0.smithi103.stderr:    mon: 3 daemons, quorum a,c,b (age 58m)
2023-01-22T18:53:46.752 INFO:tasks.workunit.client.0.smithi103.stderr:    mgr: y(active, since 59m), standbys: x
2023-01-22T18:53:46.752 INFO:tasks.workunit.client.0.smithi103.stderr:    mds: 1/1 daemons up, 1 standby
2023-01-22T18:53:46.752 INFO:tasks.workunit.client.0.smithi103.stderr:    osd: 8 osds: 8 up (since 53m), 8 in (since 64m)
2023-01-22T18:53:46.752 INFO:tasks.workunit.client.0.smithi103.stderr:
2023-01-22T18:53:46.753 INFO:tasks.workunit.client.0.smithi103.stderr:  data:
2023-01-22T18:53:46.753 INFO:tasks.workunit.client.0.smithi103.stderr:    volumes: 1/1 healthy
2023-01-22T18:53:46.753 INFO:tasks.workunit.client.0.smithi103.stderr:    pools:   4 pools, 105 pgs
2023-01-22T18:53:46.753 INFO:tasks.workunit.client.0.smithi103.stderr:    objects: 28 objects, 4.6 MiB
2023-01-22T18:53:46.753 INFO:tasks.workunit.client.0.smithi103.stderr:    usage:   2.6 GiB used, 713 GiB / 715 GiB avail
2023-01-22T18:53:46.754 INFO:tasks.workunit.client.0.smithi103.stderr:    pgs:     105 active+clean
2023-01-22T18:53:46.754 INFO:tasks.workunit.client.0.smithi103.stderr:
2023-01-22T18:53:46.754 INFO:tasks.workunit.client.0.smithi103.stderr:  io:
2023-01-22T18:53:46.754 INFO:tasks.workunit.client.0.smithi103.stderr:    client:   341 B/s rd, 0 op/s rd, 0 op/s wr

Actions #1

Updated by Nitzan Mordechai over 1 year ago

Looks like 2 second is not enough, and we will need some retry before failing

# Check the warning (should be gone after 2 seconds):
sleep 2
STATUS=$(ceph -s)
if [[ $STATUS == *"Telemetry requires re-opt-in"* ]]
then
    echo "STATUS should not contain re-opt-in warning at this point" 
    exit 1
fi

Actions #2

Updated by Yaarit Hatuka over 1 year ago

  • Project changed from Orchestrator to mgr
  • Category set to telemetry module

Agreed. Laura, let's try to wait longer and retry.

Actions #3

Updated by Laura Flores over 1 year ago

  • Assignee set to Laura Flores
Actions #4

Updated by Laura Flores over 1 year ago

  • Translation missing: en.field_tag_list set to test-failure
Actions #5

Updated by Laura Flores over 1 year ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 49848
Actions #6

Updated by Laura Flores about 1 year ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF