Hanqing Liu
Hanqing Liu
Hi Yupeng, sorry I've missed this for a while... 1. I agree, and this is not hard to implement, but this is quite a dramatic change, I guess shouldn't make...
Thanks @concretevitamin Today I had another spot VM stop at the STARTING for more than 1 hour. It seems happen after pre-emption. The run.log, and provision.log attached [stuck-starting-log_sky-2022-09-02-06-09-35-874213_provision.log](https://github.com/skypilot-org/skypilot/files/9475467/stuck-starting-log_sky-2022-09-02-06-09-35-874213_provision.log) [stuck-starting-log_run.log](https://github.com/skypilot-org/skypilot/files/9475469/stuck-starting-log_run.log) And...
> In GCP's console, does the cluster `worker-0901-m3c-loop-0-78` exist? If so, is it in a stopped state (indicating being preempted)? I forgot to take a screenshot... will make sure to...
@Michaelvll logs for another stuck example, VM is in running status [provision.log](https://github.com/skypilot-org/skypilot/files/9492110/provision.log) [run.log](https://github.com/skypilot-org/skypilot/files/9492112/run.log) [storage_mounts.log](https://github.com/skypilot-org/skypilot/files/9492113/storage_mounts.log)
I just did git pull and pip install, the error still exists. ``` # this is the git commit $ git rev-parse HEAD de1d4d9aa8fc71bc1b530a80c57733abfe8cfda3 ```
Thanks for the quick reply! I fixed it (just for now) by copying my `.sky` from google drive into `~/.sky` I think it is because my google drive path is...
> Just to confirm what went wrong. @lhqing does the error happen after you move your YAML file under Google Drive which contains a space in the path? Yes
> The issue is auto-closed by github after I merged the PR. Please feel free to re-open it if the latest commit still doesn't solve it. Yes, it works for...
@infwinston Sorry I said this too early, there is another error due to the same problem: ``` Traceback (most recent call last): File "/Users/hanqing/miniconda3/lib/python3.9/site-packages/sky/backends/backend_utils.py", line 1105, in query_head_ip_with_retries out =...
@infwinston, thank you! I tried the up-to-date skypilot, and it works all good for me.