Skip to content

Commit be90c59

Browse files
authored
Merge pull request ceph#55609 from ljflores/wip-telemetry-opt-in-to-new-collection
qa/workunits: opt in to new collection after upgrade from reef to main
2 parents ac09ac8 + a04a9c6 commit be90c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qa/workunits/test_telemetry_reef_x.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
ceph -s
1313

1414
COLLECTIONS=$(ceph telemetry collection ls)
15-
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics")
15+
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics" "basic_pool_flags")
1616
for col in ${NEW_COLLECTIONS[@]}; do
1717
if ! [[ $COLLECTIONS == *$col* ]];
1818
then
@@ -26,8 +26,8 @@ ceph telemetry preview
2626
ceph telemetry preview-device
2727
ceph telemetry preview-all
2828

29-
# Opt in to new collections
30-
# Currently, no new collections between latest reef and squid (dev)
29+
# Opt in to new collections (basic_pool_flags)
30+
ceph telemetry on --license sharing-1-0
3131

3232
# Run show commands
3333
ceph telemetry show

0 commit comments

Comments
 (0)