usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth
author gw25295
Fri, 11 Apr 2008 18:36:28 -0700
changeset 6423 437422a29d3a
parent 5648 usr/src/psm/stand/bootblks/zfs/common/big-zfs.fth@161f8007cab9
child 9941 eb1c075cb0e4
permissions -rw-r--r--
PSARC 2006/370 ZFS Boot Support 5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5648
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     1
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     2
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     3
\ ident	"%Z%%M%	%I%	%E% SMI"
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     4
\ Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     5
\ Use is subject to license terms.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     6
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     7
\ CDDL HEADER START
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     8
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
     9
\ The contents of this file are subject to the terms of the
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    10
\ Common Development and Distribution License (the "License").
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    11
\ You may not use this file except in compliance with the License.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    12
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    13
\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    14
\ or http://www.opensolaris.org/os/licensing.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    15
\ See the License for the specific language governing permissions
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    16
\ and limitations under the License.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    17
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    18
\ When distributing Covered Code, include this CDDL HEADER in each
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    19
\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    20
\ If applicable, add the following below this CDDL HEADER, with the
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    21
\ fields enclosed by brackets "[]" replaced with your own identifying
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    22
\ information: Portions Copyright [yyyy] [name of copyright owner]
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    23
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    24
\ CDDL HEADER END
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    25
\
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    26
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    27
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    28
id: %Z%%M%	%I%	%E% SMI
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    29
purpose: ZFS debug fs reader
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    30
copyright: Copyright 2007 Sun Microsystems, Inc. All Rights Reserved
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    31
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    32
\ add headers
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    33
create doheaders
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    34
create bigbootblk
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    35
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    36
: fs-pkg$   " zfs-file-system"  ;
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    37
: fs-type$  " zfs"  ;
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    38
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    39
\ load common words
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    40
fload ../../../common/util.fth
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    41
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    42
\ load fs reader
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents:
diff changeset
    43
fload ../../common/zfs.fth