ITADN

`-zone` parameter flag isn't used for disks

#235Closedkajiya3141 创建于 2025-07-10
K
kajiya3141commented
I recently tried to run the `networkinterfacenaming` suite in a different zone (the default is `us-central1-a` and I tried `us-east4-a`) but got the following error in the logs: ``` <failure message="" type="Failure"><![CDATA[step "create-vms" validation error: cannot create instance in project "us-central1-a" with disk in zone "us-east4-a": "c3metal"]]></failure> ``` I haven't had a chance yet to properly investigate but after a quick check it looks like perhaps the chosen zone isn't being passed to `bootdisk.Zone` (via `daisy.Disk{}`)?
关闭于 2025-07-29 1 条评论