dracut/test/TEST-30-ISCSI/targets
2009-06-18 15:06:32 +02:00

22 lines
786 B
Plaintext

# $NetBSD: targets,v 1.2 2006/03/04 21:53:16 agc Exp $
#
# Structure of this file:
#
# + an extent is a straight (offset, length) pair of a file or device
# it's the lowest common storage denominator
# at least one is needed
# + a device is made up of one or more extents or other devices
# devices can be added in a hierachical manner, to enhance resilience
# + in this example, no device definitions are necessary, as the target
# will just use a simple extent for persistent storage
# + a target is made up of 1 or more devices
# The code does not support RAID1 recovery at present
# Simple file showing 1 extent, mapped straight into 1 target
# extents file start length
extent0 /dev/sdb 0 20971520
# target flags storage netmask
target0 rw extent0 192.168.50.0/24