2024-11-18T06:07:53.221Z | <G B> Hello,
I am trying to find out if there is an option to label the nodes and place particular PG for CephFS as per the node labels. Would this work ?
Or will there be a need to modify CRUSH maps ?
If both options are possible, which one would be better ?
My main objective is to do the following :
1. Create Label for Zone 1 & Zone 2
2. Add Nodes to Zone1 & Zone2
3. Make a "CephFS" pool which has ALL its placement groups in Zone 1
4. Make "CephFS 2" pool which has ALL its PGs in Zone 2
5. Make "CephFS3" which has its PGs divided between Zone1 & Zone 2
Any help would be highly appreciated.
PS: I tried using ChatGPT for an answer but it gives me contradictory answers everytime. (edited) |
2024-11-18T08:07:52.626Z | <Yuval Lifshitz> i recently had build issues (on centos9) for the rados cython code.
this was fixed by manually installing the 4,.0 versions:
```pip install jaraco.text==4.0
pip install jaraco.functools==4.0```
can these dependencies be updated in our scripts? |
2024-11-18T12:19:02.048Z | <Milind Changire> fyi - <https://bugzilla.redhat.com/show_bug.cgi?id=2324959> |
2024-11-18T12:25:11.076Z | <Milind Changire> fyi - <https://tracker.ceph.com/issues/68802#note-14> |
2024-11-18T12:29:04.330Z | <Venky Shankar> thx @Milind Changire |
2024-11-18T12:29:14.942Z | <Venky Shankar> <https://github.com/ceph/ceph/pull/60602> -- this was merged 2 weeks ago, so probably my branch was a bit old. |
2024-11-18T12:30:01.600Z | <Milind Changire> I tested after the fix for the dashboard module was merged .... and the issue with the prometheus module loading still exists (as far as I know) |
2024-11-18T12:33:01.132Z | <Venky Shankar> ugh! |
2024-11-18T12:33:06.885Z | <Venky Shankar> @nizamial09 any idea? |
2024-11-18T12:35:25.546Z | <nizamial09> based on the feedback I got from couple of runs that were made on top of my PR, the only tests that were failing was related to the upgrades since the older branches didn't had the fixes. (now only reef is pending to merge). Is that the case or everything else is failing?
I saw a lot of runs that were passing after the fix though.. |
2024-11-18T12:35:51.632Z | <Venky Shankar> @Milind Changire do you have the latest failed run link? |
2024-11-18T12:35:59.842Z | <Milind Changire> hold on |
2024-11-18T12:36:22.611Z | <Venky Shankar> (the one linked in the tracker is 9 days old) |
2024-11-18T12:36:45.503Z | <Milind Changire> that's the last one I got |
2024-11-18T12:44:46.042Z | <nizamial09> checked this and looks like all of the failing tests are some kind of upgrade check (possibly from squid to main?). And 9 days ago squid didn't had the fix. It was merged 5days ago: <https://github.com/ceph/ceph/pull/60632>. So probably that might be it. |
2024-11-18T12:45:36.517Z | <Milind Changire> thanks |
2024-11-18T12:57:51.336Z | <Venky Shankar> btw, <https://pulpito.ceph.com/vshankar-2024-11-18_08:59:55-fs-wip-vshankar-testing-20241118.055430-debug-testing-default-smithi/7997449/> |
2024-11-18T12:58:07.809Z | <Venky Shankar> this is from today's build and its only prometheus module that has the same loading err... |
2024-11-18T12:58:51.628Z | <Venky Shankar> @Nitzan Mordechai fix includes dashboard and prometheus, so... |
2024-11-18T13:01:59.055Z | <Milind Changire> thanks for checking that up @Venky Shankar |
2024-11-18T13:03:11.930Z | <nizamial09> @Venky Shankar those upgrade looks like from reef which is yet to be merged. I see Yuri has scheduled the run. just waiting for the result: <https://github.com/ceph/ceph/pull/60633> |
2024-11-18T13:04:15.772Z | <Venky Shankar> ah! didn't realize reef was broken too š |
2024-11-18T13:04:18.995Z | <Venky Shankar> thx @Nitzan Mordechai |
2024-11-18T13:04:55.896Z | <nizamial09> no problem! just realized that you were trying to tag me but actually tagging Nitzan. |
2024-11-18T13:06:23.376Z | <Venky Shankar> I wish I had just replied . |
2024-11-18T14:01:49.991Z | <Joseph Mundackal> morning!
can someone point me to any docs on what the various permissions for a user on redmine are? Hoping to find what permissions i might need to add backport tags/edit issues for things like typos are |
2024-11-18T14:09:40.710Z | <Joseph Mundackal> is there a central place we keep out python/pip dependencies? |
2024-11-18T15:25:02.178Z | <gregsfortytwo> itās very ad hoc and I doubt thereās any documentation. |
2024-11-18T15:25:24.197Z | <gregsfortytwo> I do see that you donāt have any group memberships so I just added you as a āCeph Developerā which shoudl fix things up |
2024-11-18T15:38:06.976Z | <Joseph Mundackal> thank you |