/[sysadmin-cookbook]/recepies/zfs/02-create-pool
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/zfs/02-create-pool

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (show annotations)
Fri May 1 12:35:09 2009 UTC (14 years, 11 months ago) by dpavlin
File size: 294 byte(s)
added link to documentation

1 # http://docs.sun.com/app/docs/doc/819-5461/gaynr?a=view
2
3 root@opl:~# lvcreate -n zfs -L 100G raid0
4 Logical volume "zfs" created
5
6 root@opl:~# zpool create zfs /dev/raid0/zfs
7
8 root@opl:~# zpool list
9 NAME SIZE USED AVAIL CAP HEALTH ALTROOT
10 zfs 99.5G 6.92G 92.6G 6% ONLINE -

  ViewVC Help
Powered by ViewVC 1.1.26