Nir Soffer

Results 116 issues of Nir Soffer

This is a quick draft to experiment with better logging. Posting to get an early review on this changes. This does not fix all the issues mentioned in #43 but...

Current logs lack basic details to be useful for debugging issues: - timestamp - allows synchronizing with other logs - connect/disconnect: log more info about the connection (mac address?, ip...

enhancement

### Description Currently when starting multiple clusters using the same image before the image is cached, we download the same image in parallel. The first download stores the file in...

enhancement
area/performance

### Description Based on the logs, converting ubuntu server cloud image (xxx MiB) to raw format takes 17 seconds. The same operation using qemu-img convert takes 1.8 seconds. Example log:...

area/performance
component/vz

### Description With the current scheme on macOS, each time I create a vz vm from the same cached image, there is a slow convert from qcow2 to raw (#2579)...

area/performance
component/vz

### Description INFO level logs from "[hostagent"] contain many messages that could be debug level or duplicate messages. Example log: ``` msg="[hostagent] Waiting for the essential requirement 1 of 2:...

enhancement
area/cli

### Description The hostagent logs 3 groups of requirements - essential and optional, final, and number each requirement separately. This makes it harder to follow the logs or create a...

enhancement
help wanted
area/cli

When trying to use multiple vfkit vms, only the first one seems to be connected to gvproxy, and the second one start very slow and finally do not get an...

`tart ip` requires the user to select the right resolver, which makes the command harder to use. It can be easier it tart ip will pick the right resolver for...

The command help document --kubeconfig flag: ```console % kubectl rook-ceph -h ... Flags: --context string Kubernetes context to use -h, --help help for rook-ceph --kubeconfig string kubernetes config path -n,...