Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/iscsi/src/examples Garbage collect left-overs, iscsi mo...
details: https://anonhg.NetBSD.org/src/rev/9d0102ced9e9
branches: trunk
changeset: 748471:9d0102ced9e9
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Oct 24 20:07:48 2009 +0000
description:
Garbage collect left-overs, iscsi moved to src/external/bsd/iscsi.
diffstat:
dist/iscsi/src/examples/1.conf | 20 --------------------
dist/iscsi/src/examples/2.conf | 19 -------------------
dist/iscsi/src/examples/3.conf | 22 ----------------------
dist/iscsi/src/examples/4.conf | 23 -----------------------
4 files changed, 0 insertions(+), 84 deletions(-)
diffs (100 lines):
diff -r b153f670a4ee -r 9d0102ced9e9 dist/iscsi/src/examples/1.conf
--- a/dist/iscsi/src/examples/1.conf Sat Oct 24 20:06:42 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# Simple file showing 1 extent, device and target
-
-# extent
-# name storage offset (in bytes) size
-extent0 /tmp/iscsi-target0 0 100MB
-
-# devices
-# name resilience devices/extents
-device0 RAID0 extent0
-
-# targets
-# name device netmask
-target0 device0 10.4.0.0/16
-
-
-
-# NB, in the above, the intermediate device definition is not necessary.
-# It could have been simply:
-extent1 /tmp/iscsi-target1 0 100MB
-target1 extent1 10.4.0.0/16
diff -r b153f670a4ee -r 9d0102ced9e9 dist/iscsi/src/examples/2.conf
--- a/dist/iscsi/src/examples/2.conf Sat Oct 24 20:06:42 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Complex file showing 3-way RAID1 (with RAID1 components),
-# also using local and (NFS) remote components
-
-# extents
-extent0 /iscsi/extents/0 0 100MB
-extent1 /imports/remote1/iscsi/extents/0 0 100MB
-extent2 /iscsi/extents/1 0 100MB
-extent3 /imports/remote1/iscsi/extents/1 0 100MB
-extent4 /iscsi/extents/2 0 100MB
-extent5 /imports/remote1/iscsi/extents/2 0 100MB
-
-# devices
-device0 RAID1 extent0 extent1
-device1 RAID1 extent2 extent3
-device2 RAID1 extent4 extent5
-device3 RAID1 device0 device1 device2
-
-# targets
-target0 device3 10.4.0.0/16
diff -r b153f670a4ee -r 9d0102ced9e9 dist/iscsi/src/examples/3.conf
--- a/dist/iscsi/src/examples/3.conf Sat Oct 24 20:06:42 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# Complex file showing 3-way RAID1 (with RAID1 components),
-# also using local and (NFS) remote components
-
-# extents
-extent0 /iscsi/extents/0 0 100MB
-extent1 /imports/remote1/iscsi/extents/0 0 100MB
-extent2 /iscsi/extents/1 0 100MB
-extent3 /imports/remote1/iscsi/extents/1 0 100MB
-extent4 /iscsi/extents/2 0 100MB
-extent5 /imports/remote1/iscsi/extents/2 0 100MB
-extent6 /iscsi/extents/3 0 100MB
-
-# devices
-device0 RAID1 extent0 extent1
-device1 RAID1 extent2 extent3
-device2 RAID1 extent4 extent5
-device3 RAID1 device0 device1 device2
-device4 RAID0 extent6
-
-# targets
-target0 device3 10.4.0.0/16
-target1 device4 127.0.0.0/8
diff -r b153f670a4ee -r 9d0102ced9e9 dist/iscsi/src/examples/4.conf
--- a/dist/iscsi/src/examples/4.conf Sat Oct 24 20:06:42 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# Complex file showing 3-way RAID1 (with RAID1 components),
-# also using local and (NFS) remote components
-
-# extents
-extent0 /iscsi/extents/0 0 100MB
-extent1 /imports/remote1/iscsi/extents/0 0 100MB
-extent2 /iscsi/extents/1 0 100MB
-extent3 /imports/remote1/iscsi/extents/1 0 100MB
-extent4 /iscsi/extents/2 0 100MB
-extent5 /imports/remote1/iscsi/extents/2 0 100MB
-extent6 /iscsi/extents/3 0 100GB
-
-# devices
-device0 RAID1 extent0 extent1
-device1 RAID1 extent2 extent3
-device2 RAID1 extent4 extent5
-device3 RAID1 device0 device1 device2
-
-# targets
-target0 device3 10.4.0.0/16
-
-# a target can be made from just an extent
-target1 extent6 127.0.0.0/8
Home |
Main Index |
Thread Index |
Old Index