Artem Yakimenko
Artem Yakimenko
Thanks for reporting this! Can you give me a small hint on how to reproduce this? I want to make sure that my setup is close to what you're doing....
@rdhyee rsync is actually provided by the `vagrant` core module, so this may mean that we need to make a change in vagrant or at the very least pull POSIX...
@konstantin-recurly As I said in https://github.com/mitchellh/vagrant-google/issues/208#issuecomment-431235513 this is a free time project and I don't have a lot of bandwith to implement this. However, if you'd like to contribute I'm...
Hi @porviss! Thanks for pointing this out! This is not currently possible, however, looking at the code in `run_instance` action it could be implemented without changing the current logic, since...
@porviss I see. Just to clarify: Do you plan to use [local_ssd](https://cloud.google.com/compute/docs/disks/local-ssd) resources or just attach a second standard disk?
@seanmalloy on your questions 1. It depends. Do you have a good use-case? I was thinking about this but I failed to come up with one. People did request adding...
@whynick1 I maintain `fog-google` as well, so feel free to CC me on the patch, I can quickly release and patch dependencies through.
@whynick1 Ok, looking closer this is already implemented in the lib. The method seems to have just moved to collection method `attached_disk_obj` Example: ``` [6] pry(#)> disk.get_as_boot_disk => {:auto_delete=>false, :boot=>true,...
Actually looking into the instance handling logic: https://github.com/fog/fog-google/blob/3741053202f7c856fbe9fa5ed715bd213f48e236/lib/fog/compute/google/requests/insert_server.rb#L20-L23 You should probably be able to just pass the disk object as it is, i.e.: ``` :disks => [disk1, disk2] ``` (First...
I think the problem is that the plugin doesn't support Ruby 3.0, but in my installation of Vagrant I get only 2.7.0... ``` temikus λ vagrant --version (130) Vagrant 2.2.19...