User Tools

Site Tools


zfs:structure:device

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

zfs:structure:device [2021/10/13 00:26] – created peterzfs:structure:device [2021/10/13 00:31] (current) peter
Line 1: Line 1:
 ====== ZFS - Structure - Device ====== ====== ZFS - Structure - Device ======
 +
 +A device is just a random-access block device.
 +
 +  * vdevs are made of individual devices, and the zpool is made of vdevs.
 +  * Anything with a descriptor in /dev that allows random access will work.
 +
 +vdevs can be built from:
 +
 +  * Disks - The most common block devices. 
 +  * Entire hardware RAID arrays can used as individual devices.
 +  * Simple raw files.
 +    * Test pools made of sparse files are an incredibly convenient way to practice zpool commands, and see how much space is available on a pool or vdev of a given topology.
 +
  
zfs/structure/device.1634084803.txt.gz · Last modified: 2021/10/13 00:26 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki