Virsh pool-define-as: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Create, but do not start, a [Linux_Virtualization_Concepts#Storage_Pool|storage pool]]. | Create, but do not start, a [[Linux_Virtualization_Concepts#Storage_Pool|storage pool]]. | ||
<pre> | <pre> |
Revision as of 15:18, 26 June 2017
Internal
Overview
Create, but do not start, a storage pool.
virsh pool-define-as <name> <type> --source-dev <source-dev> --target <target>
where:
name
The name of the storage pool.
type
can be one of: "dir", "disk", "fs", "logical", "iscsi", "zfs", "sheepdog", "gluster", "netfs", "ceph", "rbd",
-source-dev
-target
Examples
virsh pool-define-as main-storage-pool fs --source-dev /dev/sda7 --target /main-storage-pool