From e422622c705df3041d2e7fb7cc60dc200479b001 Mon Sep 17 00:00:00 2001 From: hamistao Date: Wed, 4 Dec 2024 03:55:31 -0300 Subject: [PATCH] doc: Elaborate on instance volume sizes Signed-off-by: hamistao --- doc/howto/storage_volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto/storage_volumes.md b/doc/howto/storage_volumes.md index 329eb8ac61b6..fdf5f6c5e5bf 100644 --- a/doc/howto/storage_volumes.md +++ b/doc/howto/storage_volumes.md @@ -196,5 +196,5 @@ To resize a storage volume, set its size configuration: - Shrinking a storage volume is only possible for storage volumes with content type `filesystem`. It is not guaranteed to work though, because you cannot shrink storage below its current used size. - Shrinking a storage volume with content type `block` is not possible. - +- Directly resizing a volume is only allowed for custom volumes. Although it can't be manually set, the `size` property on `container` and `virtual-machine` volumes contains the instance's size at any given point in time. ```