Open
Description
TL;DR
$ hcloud server create --location sin --volume gigs --image ubuntu-22.04 --name gigs --type cpx11 --ssh-key 24771619 --start-after-create=false
✓ Waiting for create_server 100% 2.2s (server: 100630670, image: 67794396)
Server 100630670 created
IPv4: 5.223.60.120
IPv6: 2a01:4ff:2f0:35bc::1
IPv6 Network: 2a01:4ff:2f0:35bc::/64
It forgot to attach the volume. This can be confirmed by hcloud server describe
or hcloud volume list
.
Expected behavior
It should attach the volume that was given in --volume
Observed behavior
It forgot to attach the volume. This can be confirmed by hcloud server describe
or hcloud volume list
.
Minimal working example
No response
Log output
Additional information
$ hcloud version
hcloud 1.51.0
This happened just today, it was working yesterday, so likely some server-side problem.