2024-07-05T00:18:11.321Z | <Xiubo Li> @Erich Weiler I will continue it today |
2024-07-05T04:31:50.651Z | <Erich Weiler> Thank you! |
2024-07-05T09:33:32.005Z | <Dhairya Parmar> @Venky Shankar <https://tracker.ceph.com/issues/66581#note-11> PTAL |
2024-07-05T11:59:22.414Z | <Rishabh Dave> @Venky Shankar @Milind Changire Is this a known failure? <https://pulpito.ceph.com/rishabh-2024-07-04_19:17:10-fs-wip-rishabh-testing-20240701.141150-debug-rm-client-testing-default-smithi/7787336>
``` "2024-07-04T22:40:00.000185+0000 mon.a (mon.0) 834 : cluster [WRN] application not enabled on pool 'cephfs_data_ec'" in cluster log ```
|
2024-07-05T12:02:53.672Z | <Rishabh Dave> This health warning were generated when `fs new` command was issued by `qa/tasks/cephfs/filesystem.py` .
```2024-07-04T18:20:00.501 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jul 04 18:20:00 smithi050 ceph-mon[32232]: Health detail: HEALTH_WARN 2 pool(s) do not have an application enabled
2024-07-04T18:20:00.501 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jul 04 18:20:00 smithi050 ceph-mon[32232]: [WRN] POOL_APP_NOT_ENABLED: 2 pool(s) do not have an application enabled
2024-07-04T18:20:00.501 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jul 04 18:20:00 smithi050 ceph-mon[32232]: application not enabled on pool 'cephfs_metadata'
2024-07-04T18:20:00.501 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jul 04 18:20:00 smithi050 ceph-mon[32232]: application not enabled on pool 'cephfs_data'
2024-07-04T18:20:00.501 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jul 04 18:20:00 smithi050 ceph-mon[32232]: use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.
2024-07-04T18:20:00.545 INFO:journalctl@ceph.mon.c.smithi204.stdout:Jul 04 18:20:00 smithi204 ceph-mon[37122]: pgmap v298: 97 pgs: 19 creating+peering, 33 active+clean, 45 unknown; 577 KiB data, 378 MiB used, 1.0 TiB / 1.0 TiB avail``` |
2024-07-05T12:04:14.756Z | <Rishabh Dave> I don't see any code to enable application on OSD pool created for CephFS so health warning should've been generated everytime, But that's not the case. It happens only on this job. |
2024-07-05T12:05:03.410Z | <Milind Changire> I think Dhairya had brought up this topic in a recent standup meeting |
2024-07-05T12:08:35.126Z | <Rishabh Dave> Okay... |
2024-07-05T12:50:51.252Z | <Xiubo Li> <https://tracker.ceph.com/issues/65607#note-5> |
2024-07-05T12:51:01.133Z | <Xiubo Li> The latest status of it |
2024-07-05T12:51:04.222Z | <Xiubo Li> not finished yet |
2024-07-05T13:01:18.203Z | <Rishabh Dave> Spent some time digging deeper, seems like an transient issue that we see now and then. I'll spend some time digging deeper into this. |
2024-07-05T14:07:17.910Z | <Erich Weiler> Thanks for your effort on this issue, we really appreciate it |
2024-07-05T14:16:25.825Z | <Dhairya Parmar> <https://tracker.ceph.com/issues/65976> |
2024-07-05T14:16:39.430Z | <Dhairya Parmar> <https://github.com/ceph/ceph/pull/57879> |
2024-07-05T14:17:10.460Z | <Dhairya Parmar> please fetch latest main, it should be fixed |
2024-07-05T14:27:33.545Z | <Rishabh Dave> thanks! |