# rmallory/ODS/slicing best practices implemented here:
#
# I realy like to use ODS for mirroring boot disks  ONLY.
# Using ODS for RAID on more than a few disks usualy is not fun.
# ODS can live happily mirroring boot disk while vxvm does SAN disks. 
#
# here is the slicing scheme I've come to enjoy.
# slice-5 I usualy reserve for /cachefs if needed.
# /export/home was once called /local/mnt and was prev the free hog.
# now it is just historical, and generaly not used.
# /opt is a free-hog now. and /opt/local is where local stuff goes.
#
#   mountpoint     slice    metadevice    sub-metas  size
#   /              0        d10           d11, d12    1.5G
#   swap           1        d20           d21, d22    1G
#   /var           3        d30           d31, d32    500M
#   /export/home   4        d40           d41, d42    500M
#   /opt           6        d60           d61, d62    freeHog
#   /ODS           7           3 copies of metadb
#