• Joined on 2021-11-20
ungleich-gitea commented on issue uncloud/uncloud#19 2021-11-20 13:21:15 +00:00
Merge "shared" and "common" into common

closed

ungleich-gitea commented on issue uncloud/uncloud#18 2021-11-20 13:21:14 +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#17 2021-11-20 13:21:13 +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 13:21:12 +00:00
Fix grpc errors in uncloud host

This was due to host not being reinitialised

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

closed

ungleich-gitea commented on issue uncloud/uncloud#16 2021-11-20 13:21:11 +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#15 2021-11-20 13:21:11 +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 13:21:10 +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 13:21:10 +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 13:21:09 +00:00
Remove mp from uncloud.host

closed

ungleich-gitea commented on issue uncloud/uncloud#15 2021-11-20 13:21:09 +00:00
Remove mp from uncloud.host

Outdated.

ungleich-gitea commented on issue uncloud/uncloud#14 2021-11-20 13:21:08 +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…

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

Removed, although still have some concerns. See the above comment.

ungleich-gitea commented on issue uncloud/uncloud#14 2021-11-20 13:21:08 +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#12 2021-11-20 13:21:07 +00:00
Don't break host if CLI has a problem

mentioned in commit e91fd9e24af37bcf7703dfd39a8496bfb28ac1f7

ungleich-gitea commented on issue uncloud/uncloud#12 2021-11-20 13:21:06 +00:00
Don't break host if CLI has a problem

closed

ungleich-gitea commented on issue uncloud/uncloud#12 2021-11-20 13:21:06 +00:00
Don't break host if CLI has a problem

Fixed.