diff --git a/doc/howto/storage_volumes.md b/doc/howto/storage_volumes.md index f99e8563e036..329eb8ac61b6 100644 --- a/doc/howto/storage_volumes.md +++ b/doc/howto/storage_volumes.md @@ -192,7 +192,7 @@ To resize a storage volume, set its size configuration: lxc storage volume set size ```{important} -- Growing a storage volume usually works (if the storage pool has sufficient storage). +- Growing a volume is possible if the storage pool has sufficient storage. - 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.