Hang Yu

Results 33 comments of Hang Yu

~Seems users can just import `github.com/harvester/harvester` directly, even if split into different packages, import these packages via go.mod will still have a lot of dependence~

~currently, the block problem is the `pkg/generated` is a generated dir~

Refer to https://docs.harvesterhci.io/v1.0/troubleshooting/harvester/#access-embedded-rancher We only support to use the embedded Rancher dashboard for debugging and validation purpose

For windows vm, we should increase reserved memory in the `Advanced Options` refer to https://github.com/harvester/harvester/issues/1730#issuecomment-1063878424,

@tuijs Test this issue in v1.0.2 UI will show all IPs in the `IP Address` ![image](https://user-images.githubusercontent.com/15064560/182065057-54b2fec7-74c8-478c-9299-06351999f458.png)

cannot reproduce this issue in 1.0.2, can you provide support bundle? https://docs.harvesterhci.io/v1.0/troubleshooting/harvester/#generate-a-support-bundle

With this method, in theory, all data saved on the disk should be migrated except the snapshots. CPU and memory need to be set manually.

Can not reproduce this issue in v1.0.3-rc1 1. before create vm ![1211342f97eddd1337b3a60699ee8a8](https://user-images.githubusercontent.com/15064560/182089317-38032a71-3d42-4887-b9d2-6536dbff78c6.jpg) 2. create vm in the node `harv103-rc1-3` ![f6bd4c322b68021e589ff0db55b23c1](https://user-images.githubusercontent.com/15064560/182089532-f20fdbde-006d-414b-90de-a35039b61a99.jpg) 3. after migrate vm to `harv103rc1` ![59114bea5f48c6c6c78a6da03b5905d](https://user-images.githubusercontent.com/15064560/182089564-fff40618-72a7-412b-a939-034b379996d5.jpg)

Can the following command work? ``` for i in `ls /sys/class/scsi_host/*/scan`;do echo "- - -" > $i;done ```

terraform provider harvester support three methods to add userdata like kubevirt http://kubevirt.io/api-reference/v0.49.0/definitions.html#_v1_cloudinitnocloudsource 1. user_data 2. user_data_base64 3. user_data_secret_name Harvester UI only use secret to apply userdata If you check the...