File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212ceph -s
1313
1414COLLECTIONS=$( 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 " )
1616for col in ${NEW_COLLECTIONS[@]} ; do
1717 if ! [[ $COLLECTIONS == * $col * ]];
1818 then
@@ -26,8 +26,8 @@ ceph telemetry preview
2626ceph telemetry preview-device
2727ceph 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
3333ceph telemetry show
You can’t perform that action at this time.
0 commit comments