Activity log for bug #2040274

Date Who What changed Old value New value Message
2023-10-24 12:27:32 Nobuto Murata bug added bug
2023-10-24 12:27:45 Nobuto Murata attachment added Screenshot from 2023-10-24 21-27-06.png https://bugs.launchpad.net/charm-ceph-iscsi/+bug/2040274/+attachment/5712849/+files/Screenshot%20from%202023-10-24%2021-27-06.png
2023-10-24 12:28:17 Nobuto Murata description The application name for two pools created by the charm are marked as unknown, which means there was no application name specified. # ceph osd pool ls detail | grep iscsi pool 19 'iscsi' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 16 pgp_num 16 autoscale_mode on last_change 931 flags hashpspool,selfmanaged_snaps stripe_width 0 pg_num_min 16 target_size_ratio 0.1 application unknown pool 20 'ceph-iscsi' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 8 pgp_num 8 autoscale_mode on last_change 939 flags hashpspool,selfmanaged_snaps stripe_width 0 pg_num_min 8 target_size_ratio 0.05 application unknown ^^^ the last column Ceph-iSCSI relies on RBD for both the data and the metadata pool so we can mark those as "rbd". https://docs.ceph.com/en/latest/rbd/iscsi-overview/ That will improve the visibility of the pool list in the Ceph dashboard too. The application name for two pools created by the charm are marked as unknown, which means there was no application name specified. # ceph osd pool ls detail | grep iscsi pool 19 'iscsi' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 16 pgp_num 16 autoscale_mode on last_change 931 flags hashpspool,selfmanaged_snaps stripe_width 0 pg_num_min 16 target_size_ratio 0.1 application unknown pool 20 'ceph-iscsi' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 8 pgp_num 8 autoscale_mode on last_change 939 flags hashpspool,selfmanaged_snaps stripe_width 0 pg_num_min 8 target_size_ratio 0.05 application unknown ^^^ the last column Ceph-iSCSI relies on RBD for both the data and the metadata pool so we can mark those as "rbd". https://docs.ceph.com/en/latest/rbd/iscsi-overview/ # rbd info --pool iscsi disk-1 rbd image 'disk-1': size 5 GiB in 1280 objects order 22 (4 MiB objects) snapshot_count: 0 id: 1c0544b74c08 block_name_prefix: rbd_data.1c0544b74c08 format: 2 features: layering, exclusive-lock, object-map, fast-diff, deep-flatten op_features: flags: create_timestamp: Tue Oct 24 11:49:26 2023 access_timestamp: Tue Oct 24 11:49:26 2023 modify_timestamp: Tue Oct 24 11:49:26 2023 That will improve the visibility of the pool list in the Ceph dashboard too.
2023-10-24 12:28:24 Nobuto Murata tags good-first-bug field-ceph-dashboard good-first-bug
2023-10-24 23:31:11 Luciano Lo Giudice charm-ceph-iscsi: importance Undecided Medium
2023-10-24 23:31:15 Luciano Lo Giudice charm-ceph-iscsi: status New Triaged
2023-10-24 23:31:21 Luciano Lo Giudice charm-ceph-iscsi: assignee Luciano Lo Giudice (lmlogiudice)
2023-10-24 23:31:35 OpenStack Infra charm-ceph-iscsi: status Triaged In Progress
2023-10-30 09:13:56 OpenStack Infra charm-ceph-iscsi: status In Progress Fix Committed