From 78e7b23fcfcf8defb285bda2659c017305292efa Mon Sep 17 00:00:00 2001 From: hamistao Date: Thu, 12 Dec 2024 01:03:02 -0300 Subject: [PATCH] doc: ISO volumes can be created from copies Signed-off-by: hamistao --- doc/explanation/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/explanation/storage.md b/doc/explanation/storage.md index 5966f45871b0..4721df8dadbf 100644 --- a/doc/explanation/storage.md +++ b/doc/explanation/storage.md @@ -161,7 +161,7 @@ Each storage volume uses one of the following content types: `iso` : This content type is used for custom ISO volumes. - A custom storage volume of type `iso` can only be created by importing an ISO file using [`lxc storage volume import`](lxc_storage_volume_import.md). + A custom storage volume of type `iso` can only be created by importing an ISO file using [`lxc storage volume import`](lxc_storage_volume_import.md) or by copying another volume. Custom storage volumes of content type `iso` can only be attached to virtual machines. They can be attached to multiple machines simultaneously as they are always read-only.