Oliver
Oliver
@krucod3: I have broken down the issues into different topics after analysis and introduced a solution proposal below: 1. Flickering 2. The additional info is wrapped into multiple lines (no-wrap...
> Somehow we need to handle long lines, i.e. lines that are longer than the terminal width. I see two options: > > 1. Truncate the line > 2. Break...
There are two PRs open, #275 with unchanged table display and #303 including all from #275 but having the following wrap/truncate logic implemented on top to improve the table output...
PR was reviewed and merged.
The restart might be delayed after agent restarts because the delete requested by the RuntimeManager runs in a separate task and might be still executed during the create of the...
@krucod3: With the introduced fix, the display of workload states is not exactly according to the defined Ankaios workload state transitions anymore, when the workload must wait for its dependencies....
Option 2 was tested by me and then we have the problem that the state checker may overwrite the workload state with the first workload state it reports. This cannot...
@windsource : I think we need to put some notes about the new agent restart behavior into the user documentation. Do you want to have a separate chapter for that...
> I have tried following scenario: > > * start the server and agents with the config `tests/resources/configs/create_workloads_with_dependencies_config.yaml` > * stop the server and agents without restarting the VM >...
The fix was done by resuming only running workloads and replacing workloads having a different workload state with considering the inter-workload dependencies for the create part. The workload state issue...