From 7c85feaad5d6c3ff936aacacb9926fbc5baa8d43 Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Fri, 28 May 2021 10:30:57 -0400 Subject: [PATCH] Update pages/common/virsh-pool-start.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- pages/common/virsh-pool-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/virsh-pool-start.md b/pages/common/virsh-pool-start.md index 43adb4abc..653efe4c1 100644 --- a/pages/common/virsh-pool-start.md +++ b/pages/common/virsh-pool-start.md @@ -4,6 +4,6 @@ > See also: `virsh`. > More information: . -- Start the storage pool specified by name or UUID (determine the name or UUID using `virsh pool-list`) and create the underlying storage system if it doesn't exist: +- Start the storage pool specified by name or UUID (determine using `virsh pool-list`) and create the underlying storage system if it doesn't exist: `virsh pool-start --pool {{name|uuid}} --build`