You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. @muschellij2 and I would like to launch a GCP VM with boot disk and additional disks. The end goal is to mount these additional disks for saving data from RStudio.
Describe the solution you'd like
we would like to have the possibility to add multiple disks at VM creation
So, when creating the VM with 1 source disk + 1 additional disk I would call the function like below:
Alternative
We can always create the instance with the current gce_vm_create with 1 disk_source and add + attach supplementary disks after creation (via gce_make_disk and gce_attach_disk)
Do you think this feature would make sense ?
The text was updated successfully, but these errors were encountered:
Currently you have to attach disks after VM creation via gce_attach_disk.
I managed to 1 create the VM, 2. create the disks 3. attach the disks.
What we would like is to have the additional disks attached to the VM at directly at creation, so that these disks can be easily mounted at startup.
Is your feature request related to a problem? Please describe.
@muschellij2 and I would like to launch a GCP VM with boot disk and additional disks. The end goal is to mount these additional disks for saving data from RStudio.
Describe the solution you'd like
we would like to have the possibility to add multiple disks at VM creation
So, when creating the VM with 1 source disk + 1 additional disk I would call the function like below:
Alternative
We can always create the instance with the current gce_vm_create with 1 disk_source and add + attach supplementary disks after creation (via gce_make_disk and gce_attach_disk)
Do you think this feature would make sense ?
The text was updated successfully, but these errors were encountered: