• Joined on 2021-11-20
ungleich-gitea commented on issue uncloud/uncloud#20 2021-11-20 12:32:51 +00:00
For components/sub parsers pass "args" to main

closed

ungleich-gitea commented on issue uncloud/uncloud#20 2021-11-20 12:32:51 +00:00
For components/sub parsers pass "args" to main

Done.

ungleich-gitea commented on issue uncloud/uncloud#19 2021-11-20 12:32:50 +00:00
Merge "shared" and "common" into common

Settings are moved under common/. shared is put under common/ too.

ungleich-gitea commented on issue uncloud/uncloud#19 2021-11-20 12:32:50 +00:00
Merge "shared" and "common" into common

And maybe move settings to common/settings

ungleich-gitea commented on issue uncloud/uncloud#18 2021-11-20 12:32:49 +00:00
[api] If there is no image store configured in etcd, disable that feature

... also, re-enable it when set --> i.e. only depend on it when it is actually used

ungleich-gitea commented on issue uncloud/uncloud#19 2021-11-20 12:32:49 +00:00
Merge "shared" and "common" into common

closed

ungleich-gitea commented on issue uncloud/uncloud#17 2021-11-20 12:32:48 +00:00
Configure ports used by daemons y default and add port support for every daemon

There is one other daemon that can have port and that is metadata. I added the option for it

ungleich-gitea commented on issue uncloud/uncloud#16 2021-11-20 12:32:47 +00:00
Fix grpc errors in uncloud host

closed

ungleich-gitea commented on issue uncloud/uncloud#16 2021-11-20 12:32:46 +00:00
Fix grpc errors in uncloud host

@nico Working on improving etcd handling https://redmine.ungleich.ch/issues/7583

ungleich-gitea commented on issue uncloud/uncloud#16 2021-11-20 12:32:46 +00:00
Fix grpc errors in uncloud host

This was due to host not being reinitialised

ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 12:32:45 +00:00
Remove mp from uncloud.host

@nico Timeout isn't deterministic. i.e it don't come when a lot of requests are coming. So, we can't do that

ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 12:32:45 +00:00
Remove mp from uncloud.host

But the loop is continuing, isn't it?

ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 12:32:45 +00:00
Remove mp from uncloud.host

@nico The loop isn't a normal loop. It is generator based i.e it iterate only when there is a value available other wise it stay blocked.

    for events_iterator in [
       …
ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 12:32:44 +00:00
Remove mp from uncloud.host

Outdated.

ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 12:32:44 +00:00
Remove mp from uncloud.host

closed

ungleich-gitea commented on issue uncloud/uncloud#14 2021-11-20 12:32:43 +00:00
Don't run code in the TIMEOUT event (check that we don't do that)

Thanks. Yes, it doesn't make sense in scheduler.

ungleich-gitea commented on issue uncloud/uncloud#14 2021-11-20 12:32:43 +00:00
Don't run code in the TIMEOUT event (check that we don't do that)

@nico I am not sure yet about removing the timeout mechanism and moving the maintenance code inside i.e handling of user's request, because it is entirely possible that user's don't make any request…