From f37935a46311bdb1618d16cea63bc81d532544b2 Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Thu, 27 May 2021 15:34:09 -0400 Subject: [PATCH] Update virsh-pool-define-as.md --- pages/common/virsh-pool-define-as.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/virsh-pool-define-as.md b/pages/common/virsh-pool-define-as.md index ab1b76f67e..069a09a197 100644 --- a/pages/common/virsh-pool-define-as.md +++ b/pages/common/virsh-pool-define-as.md @@ -4,6 +4,6 @@ > See also: `virsh`. > More information: . -- Create the configuration file for a storage pool called pool_name using `/var/vms` as the underlying storage system (use `virsh pool-build` to create the underlying storage system if it doesn't exist and use `virsh pool-start` to start the inactive pool): +- Create the configuration file for a storage pool called pool_name using `/var/vms` as the underlying storage system (use `virsh pool-build` to create the underlying storage system and use `virsh pool-start` to start the inactive pool): `virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}`