You does need to configure farm settings on every host.
You can do this on the pool.
Pool is like pattern in the old farm.json, and it has "pattern" parameter to gather hosts by mask, again just like it was in farm.json.
Search found 840 matches
- Fri Aug 12, 2022 2:49 pm
- Forum: Setup
- Topic: Re: farm.json
- Replies: 6
- Views: 1368
- Wed Aug 10, 2022 7:38 am
- Forum: Setup
- Topic: Cannot configure authentication (for web UI)
- Replies: 3
- Views: 2941
Re: Cannot configure authentication (for web UI)
Hi!
It was removed only because it should be much rewritten when afanasy network workflow changed.
But it is in plans to rewrite it, so the code is kept.
It was removed only because it should be much rewritten when afanasy network workflow changed.
But it is in plans to rewrite it, so the code is kept.
- Fri Aug 05, 2022 10:07 am
- Forum: Feature Requests
- Topic: Skip task after defined task done
- Replies: 7
- Views: 100
Re: Skip task after defined task done
PPA does not count frames. It makes job to render only non-sequential frames.
For example if sequential = 10, it will render each 10 frame (not 10 frames), then wait.
For example if sequential = 10, it will render each 10 frame (not 10 frames), then wait.
- Fri Aug 05, 2022 8:44 am
- Forum: Feature Requests
- Topic: Skip task after defined task done
- Replies: 7
- Views: 100
Re: Skip task after defined task done
PPA works only if sequential is > 1.
- Thu Aug 04, 2022 5:02 pm
- Forum: General
- Topic: Af-Server crashing / hardware performance increase
- Replies: 2
- Views: 87
Re: Af-Server crashing / hardware performance increase
Hi! Unfortunately, we have about 70 nodes and 500 jobs (ten times lesser that you). We have not been noticed that afserver needs some resources. In version 3.3.0 one major issue has been solved: https://github.com/CGRU/cgru/issues/6 If you are using tasks depends mask and jobs with lots of blocks wi...
- Thu Aug 04, 2022 4:30 pm
- Forum: Feature Requests
- Topic: Skip task after defined task done
- Replies: 7
- Views: 100
Re: Skip task after defined task done
Hi!
Unfortunately, there is no such option (parameter).
Try to look at this: https://cgru.readthedocs.io/en/latest/a ... b.html#ppa
May be it can help you.
Unfortunately, there is no such option (parameter).
Try to look at this: https://cgru.readthedocs.io/en/latest/a ... b.html#ppa
May be it can help you.
- Thu Aug 04, 2022 4:26 pm
- Forum: Blender
- Topic: Blender Redshift Problems
- Replies: 1
- Views: 63
Re: Blender Redshift Problems
Hi! It seems that Blended Python cant import the module named 'redshift'. How Blender knows where this module is located? May be it should be in PYTHON_PATH. Afanasy uses Python python and own modules for it too, it uses PYTHON_PATH to locate them. It seems that you got some environment variables me...
- Mon Jul 25, 2022 10:03 am
- Forum: News
- Topic: CGRU Version 3.3.0 Released.
- Replies: 0
- Views: 124
CGRU Version 3.3.0 Released.
https://cgru.readthedocs.io/en/latest/c ... tml#v3-3-0
GPU resources monitoring.
CPU and GPU job block needs parameters.
Tasks depend mask cause Wait Dependencies new task state.
GPU resources monitoring.
CPU and GPU job block needs parameters.
Tasks depend mask cause Wait Dependencies new task state.
- Mon Jul 25, 2022 10:00 am
- Forum: Feature Requests
- Topic: host mask feature suggestion
- Replies: 2
- Views: 222
Re: host mask feature suggestion
Hi Michele,
Sorry for a delay, I was on vocation.
It can be a handy feature.
But It can't replace exiting things.
Farm can be huge, so list will be not suitable.
Also with a smart hosts naming, more handy to write "lt.*" than to select all lt01, lt02 and so on.
Sorry for a delay, I was on vocation.
It can be a handy feature.
But It can't replace exiting things.
Farm can be huge, so list will be not suitable.
Also with a smart hosts naming, more handy to write "lt.*" than to select all lt01, lt02 and so on.
- Wed Jun 22, 2022 9:26 am
- Forum: Blender
- Topic: No More Progress Bar in Afwatch
- Replies: 9
- Views: 572
Re: No More Progress Bar in Afwatch
Look at https://docs.python.org/3/library/re.html#match-objects >>> import re >>> re.search('Rendered (\d+)/(\d+) Tiles','Fra:1 Mem:840.29M (Peak 1682.40M) | Time:00:06.59 | Remaining:18:15.69 | Mem:1147.60M, Peak:1153.71M | Scene, ViewLayer | Rendered 1/12 Tiles, Sample 80/4096').groups() ('1', '12...