2024-08-26T11:31:39.165Z | <Igor Golikov> Hi and good week to everyone!
I am trying to run test cluster, as specified in github, and I am getting
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring -h
waiting for mgr dashboard module to start |
2024-08-26T11:31:44.481Z | <Igor Golikov> Any clues? |
2024-08-26T12:32:29.165Z | <Xiubo Li> Maybe you can just disable the dashboard when building `WITH_MGR_DASHBOARD_FRONTEND`. |
2024-08-26T12:33:33.677Z | <Igor Golikov> will try, thanks! |
2024-08-26T12:42:59.860Z | <Venky Shankar> Normally, when one of these modules fail to start, a python traceback is seen in the ceph-mgr logs. |
2024-08-26T12:43:09.291Z | <Venky Shankar> That would hint at what's going on. |
2024-08-26T14:38:37.110Z | <Patrick Donnelly> Igor, if you're still having issues please post the full vstart.sh output |
2024-08-26T18:26:08.972Z | <Laimis Juzeliƫnas> Hey community, would like some tips regarding multi MDS setup with static pins across ranks.
Should the default balancer be kept turned off in order to use static pinning? Is it enough to keep `bal_rank_mask 0x0` or should we turn off the whole balancer with `balance_automate false`?
Thanks in advance! |
2024-08-26T18:26:51.319Z | <Laimis Juzeliƫnas> Hey community, would like some tips regarding multi MDS setup with static pins across ranks.
Should the default balancer be kept turned off in order to use static/manual pinning across MDS ranks? Is it enough to keep `bal_rank_mask 0x0` or should we turn off the whole balancer with `balance_automate false`?
Thanks in advance! |
2024-08-26T20:12:56.423Z | <Dhairya Parmar> @Igor Golikov can you try adding this commit <https://github.com/rhcs-dashboard/ceph/commit/f584f32f03e4043ec1f26d9c5104183e88ec0265> and build again? |
2024-08-26T21:03:43.253Z | <Patrick Donnelly> turning off the balanacer is the default going forward so turning it off today is a good idea |
2024-08-26T21:03:48.331Z | <Patrick Donnelly> unless you have good reason to use it |