Skip to content

Commit 36ff71d

Browse files
committed
docs(roles/hetzner_vm): explain how to resize disk
1 parent 608e981 commit 36ff71d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

roles/hetzner_vm/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ hetzner_vm__volumes:
260260
```
261261

262262

263+
## Troubleshooting
264+
265+
* When a small VM is later rescaled to a larger one, the disk size stays the same. This is intentional: Hetzner disks cannot be shrunk, so growing the disk would block any later scale-down. To resize the disk anyway, scale the VM back down, set `hetzner_vm__upgrade_disk` to `true`, and then scale it back up.
266+
267+
263268
## License
264269

265270
[The Unlicense](https://unlicense.org/)

0 commit comments

Comments
 (0)