Closed wnojopra closed 1 year ago
Wondering if the URL should be containing 'images'? According to the tests that isn't exactly the format for mounting an existing disk:
Thank you @slagelwa ! You're right.
What I had in the original comment was:
+ --mount RESOURCES="https://www.googleapis.com/compute/v1/projects/your-project/global/images/your-image"
I have updated it to correctly say:
+ --mount RESOURCES="https://www.googleapis.com/compute/v1/projects/your-project/zones/your_disk_zone/disks/your-disk"
Very much appreciate you pointing this out.
Typos fixed in https://github.com/DataBiosphere/dsub/releases/tag/v0.4.8
In the README there are instructions for Mounting an existing peristent disk. The instructions say to specify the url of the source disk. However, the code example includes the number "50":
The above example is incorrect. It should not have the 50 there, and the url is for an image, not a disk. It should be:
This typo has been fixed internally and will be displayed correctly in the next release.