usr/src/lib/libzfs/common/libzfs_pool.c
author Will Andrews <will@firepipe.net>
Tue, 11 Jun 2013 09:13:47 -0800
changeset 14049 4a7f6353bcf0
parent 13743 95aba6e49b9f
child 14162 dc75c925d8aa
permissions -rw-r--r--
3745 zpool create should treat -O mountpoint and -m the same 3811 zpool create -o altroot=/xyz -O mountpoint=/mnt ignores the mountpoint option Reviewed by: Matthew Ahrens <[email protected]> Approved by: Christopher Siden <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     1
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     2
 * CDDL HEADER START
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     3
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     4
 * The contents of this file are subject to the terms of the
1485
e971e58d18f6 6322005 support for persistent offline
lling
parents: 1354
diff changeset
     5
 * Common Development and Distribution License (the "License").
e971e58d18f6 6322005 support for persistent offline
lling
parents: 1354
diff changeset
     6
 * You may not use this file except in compliance with the License.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     7
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     8
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     9
 * or http://www.opensolaris.org/os/licensing.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    10
 * See the License for the specific language governing permissions
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    11
 * and limitations under the License.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    12
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    13
 * When distributing Covered Code, include this CDDL HEADER in each
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    14
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    15
 * If applicable, add the following below this CDDL HEADER, with the
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    16
 * fields enclosed by brackets "[]" replaced with your own identifying
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    17
 * information: Portions Copyright [yyyy] [name of copyright owner]
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    18
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    19
 * CDDL HEADER END
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    20
 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
    21
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    22
/*
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
    23
 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
13514
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
    24
 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
    25
 * Copyright (c) 2012 by Delphix. All rights reserved.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    26
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    27
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    28
#include <ctype.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    29
#include <errno.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    30
#include <devid.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    31
#include <fcntl.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    32
#include <libintl.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    33
#include <stdio.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    34
#include <stdlib.h>
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
    35
#include <strings.h>
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    36
#include <unistd.h>
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
    37
#include <libgen.h>
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
    38
#include <sys/efi_partition.h>
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
    39
#include <sys/vtoc.h>
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    40
#include <sys/zfs_ioctl.h>
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
    41
#include <dlfcn.h>
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    42
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    43
#include "zfs_namecheck.h"
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
    44
#include "zfs_prop.h"
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    45
#include "libzfs_impl.h"
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
    46
#include "zfs_comutil.h"
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
    47
#include "zfeature_common.h"
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    48
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
    49
static int read_efi_label(nvlist_t *config, diskaddr_t *sb);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    50
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
    51
#define	DISK_ROOT	"/dev/dsk"
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
    52
#define	RDISK_ROOT	"/dev/rdsk"
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
    53
#define	BACKUP_SLICE	"s2"
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
    54
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
    55
typedef struct prop_flags {
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
    56
	int create:1;	/* Validate property on creation */
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
    57
	int import:1;	/* Validate property on import */
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
    58
} prop_flags_t;
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
    59
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    60
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    61
 * ====================================================================
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    62
 *   zpool property functions
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    63
 * ====================================================================
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    64
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    65
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    66
static int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    67
zpool_get_all_props(zpool_handle_t *zhp)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    68
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    69
	zfs_cmd_t zc = { 0 };
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    70
	libzfs_handle_t *hdl = zhp->zpool_hdl;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    71
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    72
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    73
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    74
	if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    75
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    76
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    77
	while (ioctl(hdl->libzfs_fd, ZFS_IOC_POOL_GET_PROPS, &zc) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    78
		if (errno == ENOMEM) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    79
			if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    80
				zcmd_free_nvlists(&zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    81
				return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    82
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    83
		} else {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    84
			zcmd_free_nvlists(&zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    85
			return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    86
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    87
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    88
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    89
	if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    90
		zcmd_free_nvlists(&zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    91
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    92
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    93
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    94
	zcmd_free_nvlists(&zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    95
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    96
	return (0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    97
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    98
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
    99
static int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   100
zpool_props_refresh(zpool_handle_t *zhp)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   101
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   102
	nvlist_t *old_props;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   103
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   104
	old_props = zhp->zpool_props;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   105
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   106
	if (zpool_get_all_props(zhp) != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   107
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   108
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   109
	nvlist_free(old_props);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   110
	return (0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   111
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   112
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   113
static char *
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   114
zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   115
    zprop_source_t *src)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   116
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   117
	nvlist_t *nv, *nvl;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   118
	uint64_t ival;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   119
	char *value;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   120
	zprop_source_t source;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   121
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   122
	nvl = zhp->zpool_props;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   123
	if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   124
		verify(nvlist_lookup_uint64(nv, ZPROP_SOURCE, &ival) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   125
		source = ival;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   126
		verify(nvlist_lookup_string(nv, ZPROP_VALUE, &value) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   127
	} else {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   128
		source = ZPROP_SRC_DEFAULT;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   129
		if ((value = (char *)zpool_prop_default_string(prop)) == NULL)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   130
			value = "-";
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   131
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   132
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   133
	if (src)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   134
		*src = source;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   135
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   136
	return (value);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   137
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   138
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   139
uint64_t
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   140
zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   141
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   142
	nvlist_t *nv, *nvl;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   143
	uint64_t value;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   144
	zprop_source_t source;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   145
7294
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   146
	if (zhp->zpool_props == NULL && zpool_get_all_props(zhp)) {
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   147
		/*
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   148
		 * zpool_get_all_props() has most likely failed because
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   149
		 * the pool is faulted, but if all we need is the top level
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   150
		 * vdev's guid then get it from the zhp config nvlist.
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   151
		 */
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   152
		if ((prop == ZPOOL_PROP_GUID) &&
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   153
		    (nvlist_lookup_nvlist(zhp->zpool_config,
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   154
		    ZPOOL_CONFIG_VDEV_TREE, &nv) == 0) &&
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   155
		    (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &value)
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   156
		    == 0)) {
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   157
			return (value);
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   158
		}
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   159
		return (zpool_prop_default_numeric(prop));
7294
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   160
	}
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   161
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   162
	nvl = zhp->zpool_props;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   163
	if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   164
		verify(nvlist_lookup_uint64(nv, ZPROP_SOURCE, &value) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   165
		source = value;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   166
		verify(nvlist_lookup_uint64(nv, ZPROP_VALUE, &value) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   167
	} else {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   168
		source = ZPROP_SRC_DEFAULT;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   169
		value = zpool_prop_default_numeric(prop);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   170
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   171
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   172
	if (src)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   173
		*src = source;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   174
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   175
	return (value);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   176
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   177
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   178
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   179
 * Map VDEV STATE to printed strings.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   180
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   181
char *
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   182
zpool_state_to_name(vdev_state_t state, vdev_aux_t aux)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   183
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   184
	switch (state) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   185
	case VDEV_STATE_CLOSED:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   186
	case VDEV_STATE_OFFLINE:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   187
		return (gettext("OFFLINE"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   188
	case VDEV_STATE_REMOVED:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   189
		return (gettext("REMOVED"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   190
	case VDEV_STATE_CANT_OPEN:
7294
c9c31ef4c960 PSARC 2008/486 Intent log replay failure handling
perrin
parents: 7214
diff changeset
   191
		if (aux == VDEV_AUX_CORRUPT_DATA || aux == VDEV_AUX_BAD_LOG)
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   192
			return (gettext("FAULTED"));
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
   193
		else if (aux == VDEV_AUX_SPLIT_POOL)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
   194
			return (gettext("SPLIT"));
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   195
		else
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   196
			return (gettext("UNAVAIL"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   197
	case VDEV_STATE_FAULTED:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   198
		return (gettext("FAULTED"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   199
	case VDEV_STATE_DEGRADED:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   200
		return (gettext("DEGRADED"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   201
	case VDEV_STATE_HEALTHY:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   202
		return (gettext("ONLINE"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   203
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   204
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   205
	return (gettext("UNKNOWN"));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   206
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   207
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   208
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   209
 * Get a zpool property value for 'prop' and return the value in
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   210
 * a pre-allocated buffer.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   211
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   212
int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   213
zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   214
    zprop_source_t *srctype)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   215
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   216
	uint64_t intval;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   217
	const char *strval;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   218
	zprop_source_t src = ZPROP_SRC_NONE;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   219
	nvlist_t *nvroot;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   220
	vdev_stat_t *vs;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   221
	uint_t vsc;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   222
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   223
	if (zpool_get_state(zhp) == POOL_STATE_UNAVAIL) {
8525
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   224
		switch (prop) {
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   225
		case ZPOOL_PROP_NAME:
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   226
			(void) strlcpy(buf, zpool_get_name(zhp), len);
8525
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   227
			break;
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   228
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   229
		case ZPOOL_PROP_HEALTH:
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   230
			(void) strlcpy(buf, "FAULTED", len);
8525
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   231
			break;
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   232
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   233
		case ZPOOL_PROP_GUID:
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   234
			intval = zpool_get_prop_int(zhp, prop, &src);
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   235
			(void) snprintf(buf, len, "%llu", intval);
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   236
			break;
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   237
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   238
		case ZPOOL_PROP_ALTROOT:
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   239
		case ZPOOL_PROP_CACHEFILE:
13525
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   240
		case ZPOOL_PROP_COMMENT:
8525
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   241
			if (zhp->zpool_props != NULL ||
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   242
			    zpool_get_all_props(zhp) == 0) {
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   243
				(void) strlcpy(buf,
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   244
				    zpool_get_prop_string(zhp, prop, &src),
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   245
				    len);
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   246
				if (srctype != NULL)
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   247
					*srctype = src;
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   248
				return (0);
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   249
			}
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   250
			/* FALLTHROUGH */
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   251
		default:
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   252
			(void) strlcpy(buf, "-", len);
8525
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   253
			break;
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   254
		}
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   255
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   256
		if (srctype != NULL)
e0e0e525d0f8 6788830 set large value to reservation cause core dump
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 8211
diff changeset
   257
			*srctype = src;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   258
		return (0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   259
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   260
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   261
	if (zhp->zpool_props == NULL && zpool_get_all_props(zhp) &&
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   262
	    prop != ZPOOL_PROP_NAME)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   263
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   264
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   265
	switch (zpool_prop_get_type(prop)) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   266
	case PROP_TYPE_STRING:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   267
		(void) strlcpy(buf, zpool_get_prop_string(zhp, prop, &src),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   268
		    len);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   269
		break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   270
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   271
	case PROP_TYPE_NUMBER:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   272
		intval = zpool_get_prop_int(zhp, prop, &src);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   273
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   274
		switch (prop) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   275
		case ZPOOL_PROP_SIZE:
10956
0c81acaaf614 6897693 deduplication can only go so far
George Wilson <George.Wilson@Sun.COM>
parents: 10922
diff changeset
   276
		case ZPOOL_PROP_ALLOCATED:
0c81acaaf614 6897693 deduplication can only go so far
George Wilson <George.Wilson@Sun.COM>
parents: 10922
diff changeset
   277
		case ZPOOL_PROP_FREE:
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   278
		case ZPOOL_PROP_FREEING:
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
   279
		case ZPOOL_PROP_EXPANDSZ:
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   280
			(void) zfs_nicenum(intval, buf, len);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   281
			break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   282
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   283
		case ZPOOL_PROP_CAPACITY:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   284
			(void) snprintf(buf, len, "%llu%%",
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   285
			    (u_longlong_t)intval);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   286
			break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   287
10922
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   288
		case ZPOOL_PROP_DEDUPRATIO:
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   289
			(void) snprintf(buf, len, "%llu.%02llux",
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   290
			    (u_longlong_t)(intval / 100),
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   291
			    (u_longlong_t)(intval % 100));
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   292
			break;
e2081f502306 PSARC 2009/571 ZFS Deduplication Properties
Jeff Bonwick <Jeff.Bonwick@Sun.COM>
parents: 10921
diff changeset
   293
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   294
		case ZPOOL_PROP_HEALTH:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   295
			verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   296
			    ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   297
			verify(nvlist_lookup_uint64_array(nvroot,
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
   298
			    ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
   299
			    == 0);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   300
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   301
			(void) strlcpy(buf, zpool_state_to_name(intval,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   302
			    vs->vs_aux), len);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   303
			break;
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   304
		case ZPOOL_PROP_VERSION:
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   305
			if (intval >= SPA_VERSION_FEATURES) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   306
				(void) snprintf(buf, len, "-");
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   307
				break;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   308
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   309
			/* FALLTHROUGH */
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   310
		default:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   311
			(void) snprintf(buf, len, "%llu", intval);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   312
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   313
		break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   314
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   315
	case PROP_TYPE_INDEX:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   316
		intval = zpool_get_prop_int(zhp, prop, &src);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   317
		if (zpool_prop_index_to_string(prop, intval, &strval)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   318
		    != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   319
			return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   320
		(void) strlcpy(buf, strval, len);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   321
		break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   322
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   323
	default:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   324
		abort();
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   325
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   326
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   327
	if (srctype)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   328
		*srctype = src;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   329
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   330
	return (0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   331
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   332
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   333
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   334
 * Check if the bootfs name has the same pool name as it is set to.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   335
 * Assuming bootfs is a valid dataset name.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   336
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   337
static boolean_t
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   338
bootfs_name_valid(const char *pool, char *bootfs)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   339
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   340
	int len = strlen(pool);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   341
7300
3f0c3af330d3 6667976 support booting up a snapshot root dataset
Eric Taylor <Eric.Taylor@Sun.COM>
parents: 7294
diff changeset
   342
	if (!zfs_name_valid(bootfs, ZFS_TYPE_FILESYSTEM|ZFS_TYPE_SNAPSHOT))
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   343
		return (B_FALSE);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   344
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   345
	if (strncmp(pool, bootfs, len) == 0 &&
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   346
	    (bootfs[len] == '/' || bootfs[len] == '\0'))
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   347
		return (B_TRUE);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   348
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   349
	return (B_FALSE);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   350
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   351
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   352
/*
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   353
 * Inspect the configuration to determine if any of the devices contain
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   354
 * an EFI label.
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   355
 */
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   356
static boolean_t
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   357
pool_uses_efi(nvlist_t *config)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   358
{
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   359
	nvlist_t **child;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   360
	uint_t c, children;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   361
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   362
	if (nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_CHILDREN,
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   363
	    &child, &children) != 0)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   364
		return (read_efi_label(config, NULL) >= 0);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   365
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   366
	for (c = 0; c < children; c++) {
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   367
		if (pool_uses_efi(child[c]))
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   368
			return (B_TRUE);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   369
	}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   370
	return (B_FALSE);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   371
}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   372
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
   373
boolean_t
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
   374
zpool_is_bootable(zpool_handle_t *zhp)
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   375
{
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   376
	char bootfs[ZPOOL_MAXNAMELEN];
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   377
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   378
	return (zpool_get_prop(zhp, ZPOOL_PROP_BOOTFS, bootfs,
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   379
	    sizeof (bootfs), NULL) == 0 && strncmp(bootfs, "-",
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   380
	    sizeof (bootfs)) != 0);
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   381
}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   382
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
   383
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   384
/*
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   385
 * Given an nvlist of zpool properties to be set, validate that they are
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   386
 * correct, and parse any numeric properties (index, boolean, etc) if they are
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   387
 * specified as strings.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   388
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   389
static nvlist_t *
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
   390
zpool_valid_proplist(libzfs_handle_t *hdl, const char *poolname,
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   391
    nvlist_t *props, uint64_t version, prop_flags_t flags, char *errbuf)
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   392
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   393
	nvpair_t *elem;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   394
	nvlist_t *retprops;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   395
	zpool_prop_t prop;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   396
	char *strval;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   397
	uint64_t intval;
13525
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   398
	char *slash, *check;
5363
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   399
	struct stat64 statbuf;
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   400
	zpool_handle_t *zhp;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   401
	nvlist_t *nvroot;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   402
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   403
	if (nvlist_alloc(&retprops, NV_UNIQUE_NAME, 0) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   404
		(void) no_memory(hdl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   405
		return (NULL);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   406
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   407
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   408
	elem = NULL;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   409
	while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   410
		const char *propname = nvpair_name(elem);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   411
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   412
		prop = zpool_name_to_prop(propname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   413
		if (prop == ZPROP_INVAL && zpool_prop_feature(propname)) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   414
			int err;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   415
			zfeature_info_t *feature;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   416
			char *fname = strchr(propname, '@') + 1;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   417
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   418
			err = zfeature_lookup_name(fname, &feature);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   419
			if (err != 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   420
				ASSERT3U(err, ==, ENOENT);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   421
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   422
				    "invalid feature '%s'"), fname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   423
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   424
				goto error;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   425
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   426
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   427
			if (nvpair_type(elem) != DATA_TYPE_STRING) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   428
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   429
				    "'%s' must be a string"), propname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   430
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   431
				goto error;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   432
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   433
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   434
			(void) nvpair_value_string(elem, &strval);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   435
			if (strcmp(strval, ZFS_FEATURE_ENABLED) != 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   436
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   437
				    "property '%s' can only be set to "
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   438
				    "'enabled'"), propname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   439
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   440
				goto error;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   441
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   442
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   443
			if (nvlist_add_uint64(retprops, propname, 0) != 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   444
				(void) no_memory(hdl);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   445
				goto error;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   446
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   447
			continue;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   448
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   449
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   450
		/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   451
		 * Make sure this property is valid and applies to this type.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   452
		 */
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   453
		if (prop == ZPROP_INVAL) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   454
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   455
			    "invalid property '%s'"), propname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   456
			(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   457
			goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   458
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   459
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   460
		if (zpool_prop_readonly(prop)) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   461
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "'%s' "
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   462
			    "is readonly"), propname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   463
			(void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   464
			goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   465
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   466
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   467
		if (zprop_parse_value(hdl, elem, prop, ZFS_TYPE_POOL, retprops,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   468
		    &strval, &intval, errbuf) != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   469
			goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   470
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   471
		/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   472
		 * Perform additional checking for specific properties.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   473
		 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   474
		switch (prop) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   475
		case ZPOOL_PROP_VERSION:
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   476
			if (intval < version ||
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   477
			    !SPA_VERSION_IS_SUPPORTED(intval)) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   478
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   479
				    "property '%s' number %d is invalid."),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   480
				    propname, intval);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   481
				(void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   482
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   483
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   484
			break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   485
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   486
		case ZPOOL_PROP_BOOTFS:
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   487
			if (flags.create || flags.import) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   488
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   489
				    "property '%s' cannot be set at creation "
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   490
				    "or import time"), propname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   491
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   492
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   493
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   494
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   495
			if (version < SPA_VERSION_BOOTFS) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   496
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   497
				    "pool must be upgraded to support "
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   498
				    "'%s' property"), propname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   499
				(void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   500
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   501
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   502
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   503
			/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   504
			 * bootfs property value has to be a dataset name and
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   505
			 * the dataset has to be in the same pool as it sets to.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   506
			 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   507
			if (strval[0] != '\0' && !bootfs_name_valid(poolname,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   508
			    strval)) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   509
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "'%s' "
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   510
				    "is an invalid name"), strval);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   511
				(void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   512
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   513
			}
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   514
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   515
			if ((zhp = zpool_open_canfail(hdl, poolname)) == NULL) {
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   516
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   517
				    "could not open pool '%s'"), poolname);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   518
				(void) zfs_error(hdl, EZFS_OPENFAILED, errbuf);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   519
				goto error;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   520
			}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   521
			verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   522
			    ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   523
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   524
			/*
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   525
			 * bootfs property cannot be set on a disk which has
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   526
			 * been EFI labeled.
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   527
			 */
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   528
			if (pool_uses_efi(nvroot)) {
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   529
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   530
				    "property '%s' not supported on "
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   531
				    "EFI labeled devices"), propname);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   532
				(void) zfs_error(hdl, EZFS_POOL_NOTSUP, errbuf);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   533
				zpool_close(zhp);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   534
				goto error;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   535
			}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
   536
			zpool_close(zhp);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   537
			break;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   538
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   539
		case ZPOOL_PROP_ALTROOT:
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   540
			if (!flags.create && !flags.import) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   541
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   542
				    "property '%s' can only be set during pool "
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   543
				    "creation or import"), propname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   544
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   545
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   546
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   547
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   548
			if (strval[0] != '/') {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   549
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   550
				    "bad alternate root '%s'"), strval);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   551
				(void) zfs_error(hdl, EZFS_BADPATH, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   552
				goto error;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   553
			}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   554
			break;
5363
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   555
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   556
		case ZPOOL_PROP_CACHEFILE:
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   557
			if (strval[0] == '\0')
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   558
				break;
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   559
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   560
			if (strcmp(strval, "none") == 0)
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   561
				break;
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   562
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   563
			if (strval[0] != '/') {
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   564
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   565
				    "property '%s' must be empty, an "
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   566
				    "absolute path, or 'none'"), propname);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   567
				(void) zfs_error(hdl, EZFS_BADPATH, errbuf);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   568
				goto error;
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   569
			}
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   570
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   571
			slash = strrchr(strval, '/');
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   572
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   573
			if (slash[1] == '\0' || strcmp(slash, "/.") == 0 ||
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   574
			    strcmp(slash, "/..") == 0) {
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   575
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   576
				    "'%s' is not a valid file"), strval);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   577
				(void) zfs_error(hdl, EZFS_BADPATH, errbuf);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   578
				goto error;
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   579
			}
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   580
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   581
			*slash = '\0';
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   582
5621
cd0984d5b1c1 6627006 setting cachefile to default value confuses ZFS
eschrock
parents: 5450
diff changeset
   583
			if (strval[0] != '\0' &&
cd0984d5b1c1 6627006 setting cachefile to default value confuses ZFS
eschrock
parents: 5450
diff changeset
   584
			    (stat64(strval, &statbuf) != 0 ||
cd0984d5b1c1 6627006 setting cachefile to default value confuses ZFS
eschrock
parents: 5450
diff changeset
   585
			    !S_ISDIR(statbuf.st_mode))) {
5363
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   586
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   587
				    "'%s' is not a valid directory"),
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   588
				    strval);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   589
				(void) zfs_error(hdl, EZFS_BADPATH, errbuf);
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   590
				goto error;
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   591
			}
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   592
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   593
			*slash = '/';
36eeffc5336d PSARC 2007/607 ZFS cachefile property
eschrock
parents: 5320
diff changeset
   594
			break;
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   595
13525
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   596
		case ZPOOL_PROP_COMMENT:
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   597
			for (check = strval; *check != '\0'; check++) {
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   598
				if (!isprint(*check)) {
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   599
					zfs_error_aux(hdl,
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   600
					    dgettext(TEXT_DOMAIN,
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   601
					    "comment may only have printable "
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   602
					    "characters"));
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   603
					(void) zfs_error(hdl, EZFS_BADPROP,
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   604
					    errbuf);
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   605
					goto error;
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   606
				}
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   607
			}
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   608
			if (strlen(strval) > ZPROP_MAX_COMMENT) {
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   609
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   610
				    "comment must not exceed %d characters"),
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   611
				    ZPROP_MAX_COMMENT);
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   612
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   613
				goto error;
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   614
			}
7059b67f1bc2 1693 persistent 'comment' field for a zpool
Dan McDonald <danmcd@nexenta.com>
parents: 13514
diff changeset
   615
			break;
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   616
		case ZPOOL_PROP_READONLY:
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   617
			if (!flags.import) {
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   618
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   619
				    "property '%s' can only be set at "
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   620
				    "import time"), propname);
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   621
				(void) zfs_error(hdl, EZFS_BADPROP, errbuf);
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   622
				goto error;
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   623
			}
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   624
			break;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   625
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   626
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   627
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   628
	return (retprops);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   629
error:
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   630
	nvlist_free(retprops);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   631
	return (NULL);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   632
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   633
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   634
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   635
 * Set zpool property : propname=propval.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   636
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   637
int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   638
zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   639
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   640
	zfs_cmd_t zc = { 0 };
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   641
	int ret = -1;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   642
	char errbuf[1024];
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   643
	nvlist_t *nvl = NULL;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   644
	nvlist_t *realprops;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   645
	uint64_t version;
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   646
	prop_flags_t flags = { 0 };
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   647
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   648
	(void) snprintf(errbuf, sizeof (errbuf),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   649
	    dgettext(TEXT_DOMAIN, "cannot set property for '%s'"),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   650
	    zhp->zpool_name);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   651
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   652
	if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   653
		return (no_memory(zhp->zpool_hdl));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   654
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   655
	if (nvlist_add_string(nvl, propname, propval) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   656
		nvlist_free(nvl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   657
		return (no_memory(zhp->zpool_hdl));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   658
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   659
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   660
	version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL);
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
   661
	if ((realprops = zpool_valid_proplist(zhp->zpool_hdl,
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
   662
	    zhp->zpool_name, nvl, version, flags, errbuf)) == NULL) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   663
		nvlist_free(nvl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   664
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   665
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   666
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   667
	nvlist_free(nvl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   668
	nvl = realprops;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   669
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   670
	/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   671
	 * Execute the corresponding ioctl() to set this property.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   672
	 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   673
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   674
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   675
	if (zcmd_write_src_nvlist(zhp->zpool_hdl, &zc, nvl) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   676
		nvlist_free(nvl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   677
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   678
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   679
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   680
	ret = zfs_ioctl(zhp->zpool_hdl, ZFS_IOC_POOL_SET_PROPS, &zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   681
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   682
	zcmd_free_nvlists(&zc);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   683
	nvlist_free(nvl);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   684
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   685
	if (ret)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   686
		(void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   687
	else
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   688
		(void) zpool_props_refresh(zhp);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   689
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   690
	return (ret);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   691
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   692
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   693
int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   694
zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   695
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   696
	libzfs_handle_t *hdl = zhp->zpool_hdl;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   697
	zprop_list_t *entry;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   698
	char buf[ZFS_MAXPROPLEN];
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   699
	nvlist_t *features = NULL;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   700
	zprop_list_t **last;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   701
	boolean_t firstexpand = (NULL == *plp);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   702
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   703
	if (zprop_expand_list(hdl, plp, ZFS_TYPE_POOL) != 0)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   704
		return (-1);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   705
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   706
	last = plp;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   707
	while (*last != NULL)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   708
		last = &(*last)->pl_next;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   709
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   710
	if ((*plp)->pl_all)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   711
		features = zpool_get_features(zhp);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   712
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   713
	if ((*plp)->pl_all && firstexpand) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   714
		for (int i = 0; i < SPA_FEATURES; i++) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   715
			zprop_list_t *entry = zfs_alloc(hdl,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   716
			    sizeof (zprop_list_t));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   717
			entry->pl_prop = ZPROP_INVAL;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   718
			entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s",
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   719
			    spa_feature_table[i].fi_uname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   720
			entry->pl_width = strlen(entry->pl_user_prop);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   721
			entry->pl_all = B_TRUE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   722
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   723
			*last = entry;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   724
			last = &entry->pl_next;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   725
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   726
	}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   727
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   728
	/* add any unsupported features */
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   729
	for (nvpair_t *nvp = nvlist_next_nvpair(features, NULL);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   730
	    nvp != NULL; nvp = nvlist_next_nvpair(features, nvp)) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   731
		char *propname;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   732
		boolean_t found;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   733
		zprop_list_t *entry;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   734
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   735
		if (zfeature_is_supported(nvpair_name(nvp)))
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   736
			continue;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   737
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   738
		propname = zfs_asprintf(hdl, "unsupported@%s",
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   739
		    nvpair_name(nvp));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   740
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   741
		/*
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   742
		 * Before adding the property to the list make sure that no
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   743
		 * other pool already added the same property.
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   744
		 */
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   745
		found = B_FALSE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   746
		entry = *plp;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   747
		while (entry != NULL) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   748
			if (entry->pl_user_prop != NULL &&
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   749
			    strcmp(propname, entry->pl_user_prop) == 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   750
				found = B_TRUE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   751
				break;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   752
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   753
			entry = entry->pl_next;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   754
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   755
		if (found) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   756
			free(propname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   757
			continue;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   758
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   759
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   760
		entry = zfs_alloc(hdl, sizeof (zprop_list_t));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   761
		entry->pl_prop = ZPROP_INVAL;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   762
		entry->pl_user_prop = propname;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   763
		entry->pl_width = strlen(entry->pl_user_prop);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   764
		entry->pl_all = B_TRUE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   765
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   766
		*last = entry;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   767
		last = &entry->pl_next;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   768
	}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   769
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   770
	for (entry = *plp; entry != NULL; entry = entry->pl_next) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   771
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   772
		if (entry->pl_fixed)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   773
			continue;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   774
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   775
		if (entry->pl_prop != ZPROP_INVAL &&
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   776
		    zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   777
		    NULL) == 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   778
			if (strlen(buf) > entry->pl_width)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   779
				entry->pl_width = strlen(buf);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   780
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   781
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   782
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   783
	return (0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   784
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   785
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   786
/*
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   787
 * Get the state for the given feature on the given ZFS pool.
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   788
 */
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   789
int
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   790
zpool_prop_get_feature(zpool_handle_t *zhp, const char *propname, char *buf,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   791
    size_t len)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   792
{
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   793
	uint64_t refcount;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   794
	boolean_t found = B_FALSE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   795
	nvlist_t *features = zpool_get_features(zhp);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   796
	boolean_t supported;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   797
	const char *feature = strchr(propname, '@') + 1;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   798
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   799
	supported = zpool_prop_feature(propname);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   800
	ASSERT(supported || zfs_prop_unsupported(propname));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   801
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   802
	/*
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   803
	 * Convert from feature name to feature guid. This conversion is
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   804
	 * unecessary for unsupported@... properties because they already
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   805
	 * use guids.
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   806
	 */
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   807
	if (supported) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   808
		int ret;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   809
		zfeature_info_t *fi;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   810
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   811
		ret = zfeature_lookup_name(feature, &fi);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   812
		if (ret != 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   813
			(void) strlcpy(buf, "-", len);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   814
			return (ENOTSUP);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   815
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   816
		feature = fi->fi_guid;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   817
	}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   818
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   819
	if (nvlist_lookup_uint64(features, feature, &refcount) == 0)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   820
		found = B_TRUE;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   821
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   822
	if (supported) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   823
		if (!found) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   824
			(void) strlcpy(buf, ZFS_FEATURE_DISABLED, len);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   825
		} else  {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   826
			if (refcount == 0)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   827
				(void) strlcpy(buf, ZFS_FEATURE_ENABLED, len);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   828
			else
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   829
				(void) strlcpy(buf, ZFS_FEATURE_ACTIVE, len);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   830
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   831
	} else {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   832
		if (found) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   833
			if (refcount == 0) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   834
				(void) strcpy(buf, ZFS_UNSUPPORTED_INACTIVE);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   835
			} else {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   836
				(void) strcpy(buf, ZFS_UNSUPPORTED_READONLY);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   837
			}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   838
		} else {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   839
			(void) strlcpy(buf, "-", len);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   840
			return (ENOTSUP);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   841
		}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   842
	}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   843
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   844
	return (0);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
   845
}
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   846
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   847
/*
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   848
 * Don't start the slice at the default block of 34; many storage
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   849
 * devices will use a stripe width of 128k, so start there instead.
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   850
 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   851
#define	NEW_START_BLOCK	256
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   852
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
   853
/*
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   854
 * Validate the given pool name, optionally putting an extended error message in
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   855
 * 'buf'.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   856
 */
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
   857
boolean_t
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   858
zpool_name_valid(libzfs_handle_t *hdl, boolean_t isopen, const char *pool)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   859
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   860
	namecheck_err_t why;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   861
	char what;
1773
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   862
	int ret;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   863
1773
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   864
	ret = pool_namecheck(pool, &why, &what);
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   865
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   866
	/*
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   867
	 * The rules for reserved pool names were extended at a later point.
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   868
	 * But we need to support users with existing pools that may now be
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   869
	 * invalid.  So we only check for this expanded set of names during a
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   870
	 * create (or import), and only in userland.
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   871
	 */
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   872
	if (ret == 0 && !isopen &&
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   873
	    (strncmp(pool, "mirror", 6) == 0 ||
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   874
	    strncmp(pool, "raidz", 5) == 0 ||
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
   875
	    strncmp(pool, "spare", 5) == 0 ||
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
   876
	    strcmp(pool, "log") == 0)) {
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
   877
		if (hdl != NULL)
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
   878
			zfs_error_aux(hdl,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
   879
			    dgettext(TEXT_DOMAIN, "name is reserved"));
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   880
		return (B_FALSE);
1773
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   881
	}
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   882
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   883
d6e4f2855c14 6407791 bringover into ZFS results in s. files newer than extracted source
eschrock
parents: 1760
diff changeset
   884
	if (ret != 0) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   885
		if (hdl != NULL) {
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   886
			switch (why) {
1003
ce99098d6a9b 6350417 long name will cause rename a dataset panic
lling
parents: 952
diff changeset
   887
			case NAME_ERR_TOOLONG:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   888
				zfs_error_aux(hdl,
1003
ce99098d6a9b 6350417 long name will cause rename a dataset panic
lling
parents: 952
diff changeset
   889
				    dgettext(TEXT_DOMAIN, "name is too long"));
ce99098d6a9b 6350417 long name will cause rename a dataset panic
lling
parents: 952
diff changeset
   890
				break;
ce99098d6a9b 6350417 long name will cause rename a dataset panic
lling
parents: 952
diff changeset
   891
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   892
			case NAME_ERR_INVALCHAR:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   893
				zfs_error_aux(hdl,
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   894
				    dgettext(TEXT_DOMAIN, "invalid character "
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   895
				    "'%c' in pool name"), what);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   896
				break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   897
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   898
			case NAME_ERR_NOLETTER:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   899
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   900
				    "name must begin with a letter"));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   901
				break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   902
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   903
			case NAME_ERR_RESERVED:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   904
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   905
				    "name is reserved"));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   906
				break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   907
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   908
			case NAME_ERR_DISKLIKE:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   909
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   910
				    "pool name is reserved"));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   911
				break;
2856
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   912
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   913
			case NAME_ERR_LEADING_SLASH:
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   914
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   915
				    "leading slash in name"));
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   916
				break;
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   917
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   918
			case NAME_ERR_EMPTY_COMPONENT:
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   919
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   920
				    "empty component in name"));
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   921
				break;
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   922
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   923
			case NAME_ERR_TRAILING_SLASH:
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   924
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   925
				    "trailing slash in name"));
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   926
				break;
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   927
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   928
			case NAME_ERR_MULTIPLE_AT:
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   929
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   930
				    "multiple '@' delimiters in name"));
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   931
				break;
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
   932
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   933
			}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   934
		}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   935
		return (B_FALSE);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   936
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   937
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   938
	return (B_TRUE);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   939
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   940
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   941
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   942
 * Open a handle to the given pool, even if the pool is currently in the FAULTED
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   943
 * state.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   944
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   945
zpool_handle_t *
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   946
zpool_open_canfail(libzfs_handle_t *hdl, const char *pool)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   947
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   948
	zpool_handle_t *zhp;
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   949
	boolean_t missing;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   950
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   951
	/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   952
	 * Make sure the pool name is valid.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   953
	 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   954
	if (!zpool_name_valid(hdl, B_TRUE, pool)) {
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
   955
		(void) zfs_error_fmt(hdl, EZFS_INVALIDNAME,
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   956
		    dgettext(TEXT_DOMAIN, "cannot open '%s'"),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   957
		    pool);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   958
		return (NULL);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   959
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   960
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   961
	if ((zhp = zfs_alloc(hdl, sizeof (zpool_handle_t))) == NULL)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   962
		return (NULL);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   963
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   964
	zhp->zpool_hdl = hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   965
	(void) strlcpy(zhp->zpool_name, pool, sizeof (zhp->zpool_name));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   966
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   967
	if (zpool_refresh_stats(zhp, &missing) != 0) {
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   968
		zpool_close(zhp);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   969
		return (NULL);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   970
	}
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   971
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   972
	if (missing) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   973
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "no such pool"));
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
   974
		(void) zfs_error_fmt(hdl, EZFS_NOENT,
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
   975
		    dgettext(TEXT_DOMAIN, "cannot open '%s'"), pool);
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   976
		zpool_close(zhp);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   977
		return (NULL);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   978
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   979
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   980
	return (zhp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   981
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   982
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   983
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   984
 * Like the above, but silent on error.  Used when iterating over pools (because
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   985
 * the configuration cache may be out of date).
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   986
 */
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   987
int
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   988
zpool_open_silent(libzfs_handle_t *hdl, const char *pool, zpool_handle_t **ret)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   989
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   990
	zpool_handle_t *zhp;
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   991
	boolean_t missing;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   992
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   993
	if ((zhp = zfs_alloc(hdl, sizeof (zpool_handle_t))) == NULL)
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   994
		return (-1);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   995
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
   996
	zhp->zpool_hdl = hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   997
	(void) strlcpy(zhp->zpool_name, pool, sizeof (zhp->zpool_name));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   998
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
   999
	if (zpool_refresh_stats(zhp, &missing) != 0) {
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1000
		zpool_close(zhp);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1001
		return (-1);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1002
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1003
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1004
	if (missing) {
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1005
		zpool_close(zhp);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1006
		*ret = NULL;
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1007
		return (0);
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1008
	}
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1009
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1010
	*ret = zhp;
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1011
	return (0);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1012
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1013
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1014
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1015
 * Similar to zpool_open_canfail(), but refuses to open pools in the faulted
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1016
 * state.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1017
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1018
zpool_handle_t *
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1019
zpool_open(libzfs_handle_t *hdl, const char *pool)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1020
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1021
	zpool_handle_t *zhp;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1022
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1023
	if ((zhp = zpool_open_canfail(hdl, pool)) == NULL)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1024
		return (NULL);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1025
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1026
	if (zhp->zpool_state == POOL_STATE_UNAVAIL) {
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  1027
		(void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL,
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1028
		    dgettext(TEXT_DOMAIN, "cannot open '%s'"), zhp->zpool_name);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1029
		zpool_close(zhp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1030
		return (NULL);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1031
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1032
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1033
	return (zhp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1034
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1035
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1036
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1037
 * Close the handle.  Simply frees the memory associated with the handle.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1038
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1039
void
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1040
zpool_close(zpool_handle_t *zhp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1041
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1042
	if (zhp->zpool_config)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1043
		nvlist_free(zhp->zpool_config);
952
12ec54aa046e 6344502 placeholder bug for the remaining Makefile cleanup work for ZFS
eschrock
parents: 789
diff changeset
  1044
	if (zhp->zpool_old_config)
12ec54aa046e 6344502 placeholder bug for the remaining Makefile cleanup work for ZFS
eschrock
parents: 789
diff changeset
  1045
		nvlist_free(zhp->zpool_old_config);
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1046
	if (zhp->zpool_props)
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1047
		nvlist_free(zhp->zpool_props);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1048
	free(zhp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1049
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1050
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1051
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1052
 * Return the name of the pool.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1053
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1054
const char *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1055
zpool_get_name(zpool_handle_t *zhp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1056
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1057
	return (zhp->zpool_name);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1058
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1059
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1060
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1061
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1062
 * Return the state of the pool (ACTIVE or UNAVAILABLE)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1063
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1064
int
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1065
zpool_get_state(zpool_handle_t *zhp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1066
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1067
	return (zhp->zpool_state);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1068
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1069
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1070
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1071
 * Create the named pool, using the provided vdev list.  It is assumed
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1072
 * that the consumer has already validated the contents of the nvlist, so we
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1073
 * don't have to worry about error semantics.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1074
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1075
int
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1076
zpool_create(libzfs_handle_t *hdl, const char *pool, nvlist_t *nvroot,
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1077
    nvlist_t *props, nvlist_t *fsprops)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1078
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1079
	zfs_cmd_t zc = { 0 };
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1080
	nvlist_t *zc_fsprops = NULL;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1081
	nvlist_t *zc_props = NULL;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1082
	char msg[1024];
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1083
	int ret = -1;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1084
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1085
	(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1086
	    "cannot create '%s'"), pool);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1087
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1088
	if (!zpool_name_valid(hdl, B_FALSE, pool))
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1089
		return (zfs_error(hdl, EZFS_INVALIDNAME, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1090
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1091
	if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0)
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1092
		return (-1);
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1093
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1094
	if (props) {
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  1095
		prop_flags_t flags = { .create = B_TRUE, .import = B_FALSE };
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  1096
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1097
		if ((zc_props = zpool_valid_proplist(hdl, pool, props,
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  1098
		    SPA_VERSION_1, flags, msg)) == NULL) {
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1099
			goto create_failed;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1100
		}
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1101
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1102
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1103
	if (fsprops) {
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1104
		uint64_t zoned;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1105
		char *zonestr;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1106
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1107
		zoned = ((nvlist_lookup_string(fsprops,
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1108
		    zfs_prop_to_name(ZFS_PROP_ZONED), &zonestr) == 0) &&
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1109
		    strcmp(zonestr, "on") == 0);
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1110
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1111
		if ((zc_fsprops = zfs_valid_proplist(hdl,
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1112
		    ZFS_TYPE_FILESYSTEM, fsprops, zoned, NULL, msg)) == NULL) {
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1113
			goto create_failed;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1114
		}
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1115
		if (!zc_props &&
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1116
		    (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) {
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1117
			goto create_failed;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1118
		}
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1119
		if (nvlist_add_nvlist(zc_props,
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1120
		    ZPOOL_ROOTFS_PROPS, zc_fsprops) != 0) {
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1121
			goto create_failed;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1122
		}
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1123
	}
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1124
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1125
	if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0)
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1126
		goto create_failed;
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1127
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1128
	(void) strlcpy(zc.zc_name, pool, sizeof (zc.zc_name));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1129
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1130
	if ((ret = zfs_ioctl(hdl, ZFS_IOC_POOL_CREATE, &zc)) != 0) {
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1131
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  1132
		zcmd_free_nvlists(&zc);
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1133
		nvlist_free(zc_props);
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1134
		nvlist_free(zc_fsprops);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1135
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1136
		switch (errno) {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1137
		case EBUSY:
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1138
			/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1139
			 * This can happen if the user has specified the same
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1140
			 * device multiple times.  We can't reliably detect this
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1141
			 * until we try to add it and see we already have a
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1142
			 * label.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1143
			 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1144
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1145
			    "one or more vdevs refer to the same device"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1146
			return (zfs_error(hdl, EZFS_BADDEV, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1147
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1148
		case EOVERFLOW:
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1149
			/*
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1150
			 * This occurs when one of the devices is below
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1151
			 * SPA_MINDEVSIZE.  Unfortunately, we can't detect which
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1152
			 * device was the problem device since there's no
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1153
			 * reliable way to determine device size from userland.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1154
			 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1155
			{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1156
				char buf[64];
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1157
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1158
				zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1159
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1160
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1161
				    "one or more devices is less than the "
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1162
				    "minimum size (%s)"), buf);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1163
			}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1164
			return (zfs_error(hdl, EZFS_BADDEV, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1165
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1166
		case ENOSPC:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1167
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1168
			    "one or more devices is out of space"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1169
			return (zfs_error(hdl, EZFS_BADDEV, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1170
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1171
		case ENOTBLK:
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1172
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1173
			    "cache device must be a disk or disk slice"));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1174
			return (zfs_error(hdl, EZFS_BADDEV, msg));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1175
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1176
		default:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1177
			return (zpool_standard_error(hdl, errno, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1178
		}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1179
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1180
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1181
create_failed:
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1182
	zcmd_free_nvlists(&zc);
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1183
	nvlist_free(zc_props);
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1184
	nvlist_free(zc_fsprops);
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1185
	return (ret);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1186
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1187
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1188
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1189
 * Destroy the given pool.  It is up to the caller to ensure that there are no
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1190
 * datasets left in the pool.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1191
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1192
int
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1193
zpool_destroy(zpool_handle_t *zhp, const char *log_str)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1194
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1195
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1196
	zfs_handle_t *zfp = NULL;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1197
	libzfs_handle_t *hdl = zhp->zpool_hdl;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1198
	char msg[1024];
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1199
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1200
	if (zhp->zpool_state == POOL_STATE_ACTIVE &&
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1201
	    (zfp = zfs_open(hdl, zhp->zpool_name, ZFS_TYPE_FILESYSTEM)) == NULL)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1202
		return (-1);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1203
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1204
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1205
	zc.zc_history = (uint64_t)(uintptr_t)log_str;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1206
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1207
	if (zfs_ioctl(hdl, ZFS_IOC_POOL_DESTROY, &zc) != 0) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1208
		(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1209
		    "cannot destroy '%s'"), zhp->zpool_name);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1210
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1211
		if (errno == EROFS) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1212
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1213
			    "one or more devices is read only"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1214
			(void) zfs_error(hdl, EZFS_BADDEV, msg);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1215
		} else {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1216
			(void) zpool_standard_error(hdl, errno, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1217
		}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1218
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1219
		if (zfp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1220
			zfs_close(zfp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1221
		return (-1);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1222
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1223
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1224
	if (zfp) {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1225
		remove_mountpoint(zfp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1226
		zfs_close(zfp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1227
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1228
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1229
	return (0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1230
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1231
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1232
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1233
 * Add the given vdevs to the pool.  The caller must have already performed the
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1234
 * necessary verification to ensure that the vdev specification is well-formed.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1235
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1236
int
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1237
zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1238
{
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  1239
	zfs_cmd_t zc = { 0 };
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1240
	int ret;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1241
	libzfs_handle_t *hdl = zhp->zpool_hdl;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1242
	char msg[1024];
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1243
	nvlist_t **spares, **l2cache;
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1244
	uint_t nspares, nl2cache;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1245
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1246
	(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1247
	    "cannot add to '%s'"), zhp->zpool_name);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1248
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1249
	if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) <
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1250
	    SPA_VERSION_SPARES &&
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1251
	    nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1252
	    &spares, &nspares) == 0) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1253
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "pool must be "
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1254
		    "upgraded to add hot spares"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1255
		return (zfs_error(hdl, EZFS_BADVERSION, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1256
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1257
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  1258
	if (zpool_is_bootable(zhp) && nvlist_lookup_nvlist_array(nvroot,
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1259
	    ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1260
		uint64_t s;
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1261
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1262
		for (s = 0; s < nspares; s++) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1263
			char *path;
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1264
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1265
			if (nvlist_lookup_string(spares[s], ZPOOL_CONFIG_PATH,
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1266
			    &path) == 0 && pool_uses_efi(spares[s])) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1267
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1268
				    "device '%s' contains an EFI label and "
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1269
				    "cannot be used on root pools."),
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1270
				    zpool_vdev_name(hdl, NULL, spares[s],
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1271
				    B_FALSE));
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1272
				return (zfs_error(hdl, EZFS_POOL_NOTSUP, msg));
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1273
			}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1274
		}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1275
	}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  1276
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1277
	if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) <
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1278
	    SPA_VERSION_L2CACHE &&
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1279
	    nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1280
	    &l2cache, &nl2cache) == 0) {
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1281
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "pool must be "
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1282
		    "upgraded to add cache devices"));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1283
		return (zfs_error(hdl, EZFS_BADVERSION, msg));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1284
	}
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1285
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1286
	if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1287
		return (-1);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1288
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1289
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1290
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_ADD, &zc) != 0) {
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1291
		switch (errno) {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1292
		case EBUSY:
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1293
			/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1294
			 * This can happen if the user has specified the same
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1295
			 * device multiple times.  We can't reliably detect this
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1296
			 * until we try to add it and see we already have a
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1297
			 * label.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1298
			 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1299
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1300
			    "one or more vdevs refer to the same device"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1301
			(void) zfs_error(hdl, EZFS_BADDEV, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1302
			break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1303
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1304
		case EOVERFLOW:
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1305
			/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1306
			 * This occurrs when one of the devices is below
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1307
			 * SPA_MINDEVSIZE.  Unfortunately, we can't detect which
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1308
			 * device was the problem device since there's no
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1309
			 * reliable way to determine device size from userland.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1310
			 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1311
			{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1312
				char buf[64];
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1313
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1314
				zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1315
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1316
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1317
				    "device is less than the minimum "
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1318
				    "size (%s)"), buf);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1319
			}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1320
			(void) zfs_error(hdl, EZFS_BADDEV, msg);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1321
			break;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1322
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1323
		case ENOTSUP:
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1324
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  1325
			    "pool must be upgraded to add these vdevs"));
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1326
			(void) zfs_error(hdl, EZFS_BADVERSION, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1327
			break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1328
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1329
		case EDOM:
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1330
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  1331
			    "root pool can not have multiple vdevs"
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  1332
			    " or separate logs"));
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1333
			(void) zfs_error(hdl, EZFS_POOL_NOTSUP, msg);
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1334
			break;
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  1335
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1336
		case ENOTBLK:
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1337
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1338
			    "cache device must be a disk or disk slice"));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1339
			(void) zfs_error(hdl, EZFS_BADDEV, msg);
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1340
			break;
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  1341
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1342
		default:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1343
			(void) zpool_standard_error(hdl, errno, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1344
		}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1345
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1346
		ret = -1;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1347
	} else {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1348
		ret = 0;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1349
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1350
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  1351
	zcmd_free_nvlists(&zc);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1352
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1353
	return (ret);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1354
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1355
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1356
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1357
 * Exports the pool from the system.  The caller must ensure that there are no
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1358
 * mounted datasets in the pool.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1359
 */
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1360
static int
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1361
zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce,
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1362
    const char *log_str)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1363
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1364
	zfs_cmd_t zc = { 0 };
7214
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1365
	char msg[1024];
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1366
7214
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1367
	(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1368
	    "cannot export '%s'"), zhp->zpool_name);
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1369
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1370
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7214
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1371
	zc.zc_cookie = force;
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1372
	zc.zc_guid = hardforce;
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1373
	zc.zc_history = (uint64_t)(uintptr_t)log_str;
7214
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1374
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1375
	if (zfs_ioctl(zhp->zpool_hdl, ZFS_IOC_POOL_EXPORT, &zc) != 0) {
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1376
		switch (errno) {
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1377
		case EXDEV:
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1378
			zfs_error_aux(zhp->zpool_hdl, dgettext(TEXT_DOMAIN,
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1379
			    "use '-f' to override the following errors:\n"
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1380
			    "'%s' has an active shared spare which could be"
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1381
			    " used by other pools once '%s' is exported."),
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1382
			    zhp->zpool_name, zhp->zpool_name);
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1383
			return (zfs_error(zhp->zpool_hdl, EZFS_ACTIVE_SPARE,
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1384
			    msg));
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1385
		default:
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1386
			return (zpool_standard_error_fmt(zhp->zpool_hdl, errno,
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1387
			    msg));
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1388
		}
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1389
	}
04c540040a32 6721908 A hot spare "in use" in an exported zpool, is stolen when a disk fails in an imported pool.
lling
parents: 7184
diff changeset
  1390
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1391
	return (0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1392
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1393
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1394
int
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1395
zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str)
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1396
{
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1397
	return (zpool_export_common(zhp, force, B_FALSE, log_str));
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1398
}
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1399
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1400
int
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1401
zpool_export_force(zpool_handle_t *zhp, const char *log_str)
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1402
{
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  1403
	return (zpool_export_common(zhp, B_TRUE, B_TRUE, log_str));
8211
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1404
}
32722be6ad3b 6775357 ZFS should have a way to export a pool without touching anything
George Wilson <George.Wilson@Sun.COM>
parents: 8084
diff changeset
  1405
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1406
static void
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1407
zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun,
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1408
    nvlist_t *config)
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1409
{
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1410
	nvlist_t *nv = NULL;
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1411
	uint64_t rewindto;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1412
	int64_t loss = -1;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1413
	struct tm t;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1414
	char timestr[128];
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1415
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1416
	if (!hdl->libzfs_printerr || config == NULL)
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1417
		return;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1418
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1419
	if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nv) != 0 ||
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1420
	    nvlist_lookup_nvlist(nv, ZPOOL_CONFIG_REWIND_INFO, &nv) != 0) {
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1421
		return;
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1422
	}
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1423
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1424
	if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_LOAD_TIME, &rewindto) != 0)
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1425
		return;
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1426
	(void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1427
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1428
	if (localtime_r((time_t *)&rewindto, &t) != NULL &&
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1429
	    strftime(timestr, 128, 0, &t) != 0) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1430
		if (dryrun) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1431
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1432
			    "Would be able to return %s "
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1433
			    "to its state as of %s.\n"),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1434
			    name, timestr);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1435
		} else {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1436
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1437
			    "Pool %s returned to its state as of %s.\n"),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1438
			    name, timestr);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1439
		}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1440
		if (loss > 120) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1441
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1442
			    "%s approximately %lld "),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1443
			    dryrun ? "Would discard" : "Discarded",
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1444
			    (loss + 30) / 60);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1445
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1446
			    "minutes of transactions.\n"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1447
		} else if (loss > 0) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1448
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1449
			    "%s approximately %lld "),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1450
			    dryrun ? "Would discard" : "Discarded", loss);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1451
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1452
			    "seconds of transactions.\n"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1453
		}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1454
	}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1455
}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1456
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1457
void
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1458
zpool_explain_recover(libzfs_handle_t *hdl, const char *name, int reason,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1459
    nvlist_t *config)
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1460
{
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1461
	nvlist_t *nv = NULL;
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1462
	int64_t loss = -1;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1463
	uint64_t edata = UINT64_MAX;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1464
	uint64_t rewindto;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1465
	struct tm t;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1466
	char timestr[128];
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1467
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1468
	if (!hdl->libzfs_printerr)
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1469
		return;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1470
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1471
	if (reason >= 0)
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1472
		(void) printf(dgettext(TEXT_DOMAIN, "action: "));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1473
	else
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1474
		(void) printf(dgettext(TEXT_DOMAIN, "\t"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1475
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1476
	/* All attempted rewinds failed if ZPOOL_CONFIG_LOAD_TIME missing */
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1477
	if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nv) != 0 ||
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1478
	    nvlist_lookup_nvlist(nv, ZPOOL_CONFIG_REWIND_INFO, &nv) != 0 ||
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1479
	    nvlist_lookup_uint64(nv, ZPOOL_CONFIG_LOAD_TIME, &rewindto) != 0)
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1480
		goto no_info;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1481
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1482
	(void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1483
	(void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_LOAD_DATA_ERRORS,
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1484
	    &edata);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1485
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1486
	(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1487
	    "Recovery is possible, but will result in some data loss.\n"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1488
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1489
	if (localtime_r((time_t *)&rewindto, &t) != NULL &&
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1490
	    strftime(timestr, 128, 0, &t) != 0) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1491
		(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1492
		    "\tReturning the pool to its state as of %s\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1493
		    "\tshould correct the problem.  "),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1494
		    timestr);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1495
	} else {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1496
		(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1497
		    "\tReverting the pool to an earlier state "
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1498
		    "should correct the problem.\n\t"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1499
	}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1500
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1501
	if (loss > 120) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1502
		(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1503
		    "Approximately %lld minutes of data\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1504
		    "\tmust be discarded, irreversibly.  "), (loss + 30) / 60);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1505
	} else if (loss > 0) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1506
		(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1507
		    "Approximately %lld seconds of data\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1508
		    "\tmust be discarded, irreversibly.  "), loss);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1509
	}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1510
	if (edata != 0 && edata != UINT64_MAX) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1511
		if (edata == 1) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1512
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1513
			    "After rewind, at least\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1514
			    "\tone persistent user-data error will remain.  "));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1515
		} else {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1516
			(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1517
			    "After rewind, several\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1518
			    "\tpersistent user-data errors will remain.  "));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1519
		}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1520
	}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1521
	(void) printf(dgettext(TEXT_DOMAIN,
11026
e8e10df16a8f 6899159 injection isn't trashing pools
Tim Haley <Tim.Haley@Sun.COM>
parents: 10956
diff changeset
  1522
	    "Recovery can be attempted\n\tby executing 'zpool %s -F %s'.  "),
e8e10df16a8f 6899159 injection isn't trashing pools
Tim Haley <Tim.Haley@Sun.COM>
parents: 10956
diff changeset
  1523
	    reason >= 0 ? "clear" : "import", name);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1524
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1525
	(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1526
	    "A scrub of the pool\n"
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1527
	    "\tis strongly recommended after recovery.\n"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1528
	return;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1529
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1530
no_info:
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1531
	(void) printf(dgettext(TEXT_DOMAIN,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1532
	    "Destroy and re-create the pool from\n\ta backup source.\n"));
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1533
}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1534
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1535
/*
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1536
 * zpool_import() is a contracted interface. Should be kept the same
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1537
 * if possible.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1538
 *
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1539
 * Applications should use zpool_import_props() to import a pool with
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1540
 * new properties value to be set.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1541
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1542
int
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1543
zpool_import(libzfs_handle_t *hdl, nvlist_t *config, const char *newname,
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1544
    char *altroot)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1545
{
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1546
	nvlist_t *props = NULL;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1547
	int ret;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1548
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1549
	if (altroot != NULL) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1550
		if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1551
			return (zfs_error_fmt(hdl, EZFS_NOMEM,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1552
			    dgettext(TEXT_DOMAIN, "cannot import '%s'"),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1553
			    newname));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1554
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1555
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1556
		if (nvlist_add_string(props,
8084
b811cc60d650 6769612 zpool_import() will continue to write to cachefile even if altroot is set
George Wilson <George.Wilson@Sun.COM>
parents: 7965
diff changeset
  1557
		    zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 ||
b811cc60d650 6769612 zpool_import() will continue to write to cachefile even if altroot is set
George Wilson <George.Wilson@Sun.COM>
parents: 7965
diff changeset
  1558
		    nvlist_add_string(props,
b811cc60d650 6769612 zpool_import() will continue to write to cachefile even if altroot is set
George Wilson <George.Wilson@Sun.COM>
parents: 7965
diff changeset
  1559
		    zpool_prop_to_name(ZPOOL_PROP_CACHEFILE), "none") != 0) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1560
			nvlist_free(props);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1561
			return (zfs_error_fmt(hdl, EZFS_NOMEM,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1562
			    dgettext(TEXT_DOMAIN, "cannot import '%s'"),
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1563
			    newname));
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1564
		}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1565
	}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1566
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1567
	ret = zpool_import_props(hdl, config, newname, props,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1568
	    ZFS_IMPORT_NORMAL);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1569
	if (props)
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1570
		nvlist_free(props);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1571
	return (ret);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1572
}
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1573
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1574
static void
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1575
print_vdev_tree(libzfs_handle_t *hdl, const char *name, nvlist_t *nv,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1576
    int indent)
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1577
{
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1578
	nvlist_t **child;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1579
	uint_t c, children;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1580
	char *vname;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1581
	uint64_t is_log = 0;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1582
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1583
	(void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1584
	    &is_log);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1585
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1586
	if (name != NULL)
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1587
		(void) printf("\t%*s%s%s\n", indent, "", name,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1588
		    is_log ? " [log]" : "");
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1589
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1590
	if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1591
	    &child, &children) != 0)
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1592
		return;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1593
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1594
	for (c = 0; c < children; c++) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1595
		vname = zpool_vdev_name(hdl, NULL, child[c], B_TRUE);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1596
		print_vdev_tree(hdl, vname, child[c], indent + 2);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1597
		free(vname);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1598
	}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1599
}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1600
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1601
void
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1602
zpool_print_unsup_feat(nvlist_t *config)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1603
{
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1604
	nvlist_t *nvinfo, *unsup_feat;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1605
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1606
	verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nvinfo) ==
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1607
	    0);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1608
	verify(nvlist_lookup_nvlist(nvinfo, ZPOOL_CONFIG_UNSUP_FEAT,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1609
	    &unsup_feat) == 0);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1610
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1611
	for (nvpair_t *nvp = nvlist_next_nvpair(unsup_feat, NULL); nvp != NULL;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1612
	    nvp = nvlist_next_nvpair(unsup_feat, nvp)) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1613
		char *desc;
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1614
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1615
		verify(nvpair_type(nvp) == DATA_TYPE_STRING);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1616
		verify(nvpair_value_string(nvp, &desc) == 0);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1617
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1618
		if (strlen(desc) > 0)
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1619
			(void) printf("\t%s (%s)\n", nvpair_name(nvp), desc);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1620
		else
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1621
			(void) printf("\t%s\n", nvpair_name(nvp));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1622
	}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1623
}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1624
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1625
/*
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1626
 * Import the given pool using the known configuration and a list of
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1627
 * properties to be set. The configuration should have come from
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1628
 * zpool_find_import(). The 'newname' parameters control whether the pool
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1629
 * is imported with a different name.
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1630
 */
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1631
int
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1632
zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname,
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1633
    nvlist_t *props, int flags)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1634
{
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  1635
	zfs_cmd_t zc = { 0 };
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1636
	zpool_rewind_policy_t policy;
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1637
	nvlist_t *nv = NULL;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1638
	nvlist_t *nvinfo = NULL;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1639
	nvlist_t *missing = NULL;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1640
	char *thename;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1641
	char *origname;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1642
	int ret;
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1643
	int error = 0;
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1644
	char errbuf[1024];
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1645
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1646
	verify(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1647
	    &origname) == 0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1648
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1649
	(void) snprintf(errbuf, sizeof (errbuf), dgettext(TEXT_DOMAIN,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1650
	    "cannot import pool '%s'"), origname);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1651
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1652
	if (newname != NULL) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1653
		if (!zpool_name_valid(hdl, B_FALSE, newname))
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  1654
			return (zfs_error_fmt(hdl, EZFS_INVALIDNAME,
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1655
			    dgettext(TEXT_DOMAIN, "cannot import '%s'"),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1656
			    newname));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1657
		thename = (char *)newname;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1658
	} else {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1659
		thename = origname;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1660
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1661
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1662
	if (props) {
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1663
		uint64_t version;
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  1664
		prop_flags_t flags = { .create = B_FALSE, .import = B_TRUE };
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1665
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1666
		verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1667
		    &version) == 0);
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1668
7184
9508660f9c27 PSARC 2008/223 Pool root file system properties via zpool(1M)
timh
parents: 7042
diff changeset
  1669
		if ((props = zpool_valid_proplist(hdl, origname,
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  1670
		    props, version, flags, errbuf)) == NULL) {
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1671
			return (-1);
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1672
		} else if (zcmd_write_src_nvlist(hdl, &zc, props) != 0) {
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1673
			nvlist_free(props);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1674
			return (-1);
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1675
		}
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  1676
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1677
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1678
	(void) strlcpy(zc.zc_name, thename, sizeof (zc.zc_name));
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1679
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1680
	verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID,
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1681
	    &zc.zc_guid) == 0);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1682
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1683
	if (zcmd_write_conf_nvlist(hdl, &zc, config) != 0) {
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1684
		nvlist_free(props);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1685
		return (-1);
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1686
	}
12986
caf415d9aa53 6973547 zpool import succeeds but prints error message
George Wilson <George.Wilson@Sun.COM>
parents: 12961
diff changeset
  1687
	if (zcmd_alloc_dst_nvlist(hdl, &zc, zc.zc_nvlist_conf_size * 2) != 0) {
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1688
		nvlist_free(props);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1689
		return (-1);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1690
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1691
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1692
	zc.zc_cookie = flags;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1693
	while ((ret = zfs_ioctl(hdl, ZFS_IOC_POOL_IMPORT, &zc)) != 0 &&
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1694
	    errno == ENOMEM) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1695
		if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1696
			zcmd_free_nvlists(&zc);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1697
			return (-1);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1698
		}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1699
	}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1700
	if (ret != 0)
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1701
		error = errno;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1702
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1703
	(void) zcmd_read_dst_nvlist(hdl, &zc, &nv);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1704
	zpool_get_rewind_policy(config, &policy);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1705
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1706
	if (error) {
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1707
		char desc[1024];
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1708
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1709
		/*
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1710
		 * Dry-run failed, but we print out what success
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1711
		 * looks like if we found a best txg
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1712
		 */
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1713
		if (policy.zrp_request & ZPOOL_TRY_REWIND) {
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1714
			zpool_rewind_exclaim(hdl, newname ? origname : thename,
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1715
			    B_TRUE, nv);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1716
			nvlist_free(nv);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1717
			return (-1);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1718
		}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1719
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1720
		if (newname == NULL)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1721
			(void) snprintf(desc, sizeof (desc),
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1722
			    dgettext(TEXT_DOMAIN, "cannot import '%s'"),
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1723
			    thename);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1724
		else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1725
			(void) snprintf(desc, sizeof (desc),
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1726
			    dgettext(TEXT_DOMAIN, "cannot import '%s' as '%s'"),
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1727
			    origname, thename);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1728
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1729
		switch (error) {
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1730
		case ENOTSUP:
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1731
			if (nv != NULL && nvlist_lookup_nvlist(nv,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1732
			    ZPOOL_CONFIG_LOAD_INFO, &nvinfo) == 0 &&
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1733
			    nvlist_exists(nvinfo, ZPOOL_CONFIG_UNSUP_FEAT)) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1734
				(void) printf(dgettext(TEXT_DOMAIN, "This "
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1735
				    "pool uses the following feature(s) not "
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1736
				    "supported by this system:\n"));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1737
				zpool_print_unsup_feat(nv);
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1738
				if (nvlist_exists(nvinfo,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1739
				    ZPOOL_CONFIG_CAN_RDONLY)) {
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1740
					(void) printf(dgettext(TEXT_DOMAIN,
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1741
					    "All unsupported features are only "
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1742
					    "required for writing to the pool."
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1743
					    "\nThe pool can be imported using "
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1744
					    "'-o readonly=on'.\n"));
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1745
				}
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13570
diff changeset
  1746
			}
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1747
			/*
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1748
			 * Unsupported version.
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1749
			 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1750
			(void) zfs_error(hdl, EZFS_BADVERSION, desc);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1751
			break;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1752
2174
73de7a781492 6433717 offline devices should not be marked persistently unavailble
eschrock
parents: 2142
diff changeset
  1753
		case EINVAL:
73de7a781492 6433717 offline devices should not be marked persistently unavailble
eschrock
parents: 2142
diff changeset
  1754
			(void) zfs_error(hdl, EZFS_INVALCONFIG, desc);
73de7a781492 6433717 offline devices should not be marked persistently unavailble
eschrock
parents: 2142
diff changeset
  1755
			break;
73de7a781492 6433717 offline devices should not be marked persistently unavailble
eschrock
parents: 2142
diff changeset
  1756
11814
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1757
		case EROFS:
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1758
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1759
			    "one or more devices is read only"));
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1760
			(void) zfs_error(hdl, EZFS_BADDEV, desc);
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1761
			break;
09d130965476 6505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) to be nice
Chris Kirby <Chris.Kirby@sun.com>
parents: 11422
diff changeset
  1762
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1763
		case ENXIO:
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1764
			if (nv && nvlist_lookup_nvlist(nv,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1765
			    ZPOOL_CONFIG_LOAD_INFO, &nvinfo) == 0 &&
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1766
			    nvlist_lookup_nvlist(nvinfo,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1767
			    ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1768
				(void) printf(dgettext(TEXT_DOMAIN,
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1769
				    "The devices below are missing, use "
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1770
				    "'-m' to import the pool anyway:\n"));
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1771
				print_vdev_tree(hdl, NULL, missing, 2);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1772
				(void) printf("\n");
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1773
			}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1774
			(void) zpool_standard_error(hdl, error, desc);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1775
			break;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1776
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1777
		case EEXIST:
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1778
			(void) zpool_standard_error(hdl, error, desc);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1779
			break;
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1780
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1781
		default:
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1782
			(void) zpool_standard_error(hdl, error, desc);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1783
			zpool_explain_recover(hdl,
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1784
			    newname ? origname : thename, -error, nv);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1785
			break;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1786
		}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1787
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1788
		nvlist_free(nv);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1789
		ret = -1;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1790
	} else {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1791
		zpool_handle_t *zhp;
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4527
diff changeset
  1792
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1793
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1794
		 * This should never fail, but play it safe anyway.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1795
		 */
10588
dc03f981ea18 6438937 if 'zfs destroy' fails, it can leave a zvol device link missing
Eric Taylor <Eric.Taylor@Sun.COM>
parents: 9816
diff changeset
  1796
		if (zpool_open_silent(hdl, thename, &zhp) != 0)
2142
f6e0487aa9a3 6433264 crash when adding spare: nvlist_lookup_string(cnv, "path", &path) == 0
eschrock
parents: 2082
diff changeset
  1797
			ret = -1;
10588
dc03f981ea18 6438937 if 'zfs destroy' fails, it can leave a zvol device link missing
Eric Taylor <Eric.Taylor@Sun.COM>
parents: 9816
diff changeset
  1798
		else if (zhp != NULL)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1799
			zpool_close(zhp);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1800
		if (policy.zrp_request &
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1801
		    (ZPOOL_DO_REWIND | ZPOOL_TRY_REWIND)) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1802
			zpool_rewind_exclaim(hdl, newname ? origname : thename,
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1803
			    ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), nv);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1804
		}
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  1805
		nvlist_free(nv);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  1806
		return (0);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1807
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1808
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  1809
	zcmd_free_nvlists(&zc);
5320
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1810
	nvlist_free(props);
43bde2b01a59 6614232 results of zpool_validate_properties() are consistently leaked
lling
parents: 5094
diff changeset
  1811
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1812
	return (ret);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1813
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1814
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1815
/*
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1816
 * Scan the pool.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1817
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1818
int
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1819
zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1820
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1821
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1822
	char msg[1024];
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1823
	libzfs_handle_t *hdl = zhp->zpool_hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1824
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1825
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1826
	zc.zc_cookie = func;
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1827
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1828
	if (zfs_ioctl(hdl, ZFS_IOC_POOL_SCAN, &zc) == 0 ||
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1829
	    (errno == ENOENT && func != POOL_SCAN_NONE))
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1830
		return (0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1831
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1832
	if (func == POOL_SCAN_SCRUB) {
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1833
		(void) snprintf(msg, sizeof (msg),
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1834
		    dgettext(TEXT_DOMAIN, "cannot scrub %s"), zc.zc_name);
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1835
	} else if (func == POOL_SCAN_NONE) {
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1836
		(void) snprintf(msg, sizeof (msg),
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1837
		    dgettext(TEXT_DOMAIN, "cannot cancel scrubbing %s"),
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1838
		    zc.zc_name);
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1839
	} else {
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1840
		assert(!"unexpected result");
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1841
	}
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1842
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1843
	if (errno == EBUSY) {
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1844
		nvlist_t *nvroot;
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1845
		pool_scan_stat_t *ps = NULL;
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1846
		uint_t psc;
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1847
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1848
		verify(nvlist_lookup_nvlist(zhp->zpool_config,
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1849
		    ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1850
		(void) nvlist_lookup_uint64_array(nvroot,
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1851
		    ZPOOL_CONFIG_SCAN_STATS, (uint64_t **)&ps, &psc);
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1852
		if (ps && ps->pss_func == POOL_SCAN_SCRUB)
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1853
			return (zfs_error(hdl, EZFS_SCRUBBING, msg));
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1854
		else
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1855
			return (zfs_error(hdl, EZFS_RESILVERING, msg));
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1856
	} else if (errno == ENOENT) {
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1857
		return (zfs_error(hdl, EZFS_NO_SCRUB, msg));
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1858
	} else {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1859
		return (zpool_standard_error(hdl, errno, msg));
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  1860
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1861
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  1862
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  1863
/*
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1864
 * This provides a very minimal check whether a given string is likely a
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1865
 * c#t#d# style string.  Users of this are expected to do their own
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1866
 * verification of the s# part.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1867
 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1868
#define	CTD_CHECK(str)  (str && str[0] == 'c' && isdigit(str[1]))
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1869
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1870
/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1871
 * More elaborate version for ones which may start with "/dev/dsk/"
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1872
 * and the like.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1873
 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1874
static int
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1875
ctd_check_path(char *str) {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1876
	/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1877
	 * If it starts with a slash, check the last component.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1878
	 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1879
	if (str && str[0] == '/') {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1880
		char *tmp = strrchr(str, '/');
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1881
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1882
		/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1883
		 * If it ends in "/old", check the second-to-last
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1884
		 * component of the string instead.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1885
		 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1886
		if (tmp != str && strcmp(tmp, "/old") == 0) {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1887
			for (tmp--; *tmp != '/'; tmp--)
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1888
				;
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1889
		}
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1890
		str = tmp + 1;
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1891
	}
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1892
	return (CTD_CHECK(str));
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1893
}
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1894
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1895
/*
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1896
 * Find a vdev that matches the search criteria specified. We use the
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1897
 * the nvpair name to determine how we should look for the device.
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  1898
 * 'avail_spare' is set to TRUE if the provided guid refers to an AVAIL
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  1899
 * spare; but FALSE if its an INUSE spare.
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  1900
 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1901
static nvlist_t *
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1902
vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1903
    boolean_t *l2cache, boolean_t *log)
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1904
{
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1905
	uint_t c, children;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1906
	nvlist_t **child;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  1907
	nvlist_t *ret;
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  1908
	uint64_t is_log;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1909
	char *srchkey;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1910
	nvpair_t *pair = nvlist_next_nvpair(search, NULL);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1911
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1912
	/* Nothing to look for */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1913
	if (search == NULL || pair == NULL)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1914
		return (NULL);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1915
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1916
	/* Obtain the key we will use to search */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1917
	srchkey = nvpair_name(pair);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1918
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1919
	switch (nvpair_type(pair)) {
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1920
	case DATA_TYPE_UINT64:
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1921
		if (strcmp(srchkey, ZPOOL_CONFIG_GUID) == 0) {
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1922
			uint64_t srchval, theguid;
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1923
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1924
			verify(nvpair_value_uint64(pair, &srchval) == 0);
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1925
			verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID,
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1926
			    &theguid) == 0);
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1927
			if (theguid == srchval)
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  1928
				return (nv);
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1929
		}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1930
		break;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1931
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1932
	case DATA_TYPE_STRING: {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1933
		char *srchval, *val;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1934
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1935
		verify(nvpair_value_string(pair, &srchval) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1936
		if (nvlist_lookup_string(nv, srchkey, &val) != 0)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1937
			break;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1938
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1939
		/*
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1940
		 * Search for the requested value. Special cases:
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1941
		 *
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1942
		 * - ZPOOL_CONFIG_PATH for whole disk entries.  These end in
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1943
		 *   "s0" or "s0/old".  The "s0" part is hidden from the user,
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1944
		 *   but included in the string, so this matches around it.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1945
		 * - looking for a top-level vdev name (i.e. ZPOOL_CONFIG_TYPE).
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1946
		 *
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1947
		 * Otherwise, all other searches are simple string compares.
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  1948
		 */
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1949
		if (strcmp(srchkey, ZPOOL_CONFIG_PATH) == 0 &&
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1950
		    ctd_check_path(val)) {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1951
			uint64_t wholedisk = 0;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1952
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1953
			(void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_WHOLE_DISK,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1954
			    &wholedisk);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1955
			if (wholedisk) {
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1956
				int slen = strlen(srchval);
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1957
				int vlen = strlen(val);
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1958
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1959
				if (slen != vlen - 2)
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1960
					break;
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1961
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1962
				/*
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1963
				 * make_leaf_vdev() should only set
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1964
				 * wholedisk for ZPOOL_CONFIG_PATHs which
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1965
				 * will include "/dev/dsk/", giving plenty of
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1966
				 * room for the indices used next.
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1967
				 */
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1968
				ASSERT(vlen >= 6);
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1969
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1970
				/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1971
				 * strings identical except trailing "s0"
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1972
				 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1973
				if (strcmp(&val[vlen - 2], "s0") == 0 &&
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1974
				    strncmp(srchval, val, slen) == 0)
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1975
					return (nv);
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1976
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1977
				/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1978
				 * strings identical except trailing "s0/old"
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1979
				 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1980
				if (strcmp(&val[vlen - 6], "s0/old") == 0 &&
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1981
				    strcmp(&srchval[slen - 4], "/old") == 0 &&
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1982
				    strncmp(srchval, val, slen - 4) == 0)
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1983
					return (nv);
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  1984
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1985
				break;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  1986
			}
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1987
		} else if (strcmp(srchkey, ZPOOL_CONFIG_TYPE) == 0 && val) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1988
			char *type, *idx, *end, *p;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1989
			uint64_t id, vdev_id;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1990
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1991
			/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1992
			 * Determine our vdev type, keeping in mind
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1993
			 * that the srchval is composed of a type and
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1994
			 * vdev id pair (i.e. mirror-4).
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1995
			 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1996
			if ((type = strdup(srchval)) == NULL)
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1997
				return (NULL);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1998
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  1999
			if ((p = strrchr(type, '-')) == NULL) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2000
				free(type);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2001
				break;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2002
			}
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2003
			idx = p + 1;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2004
			*p = '\0';
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2005
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2006
			/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2007
			 * If the types don't match then keep looking.
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2008
			 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2009
			if (strncmp(val, type, strlen(val)) != 0) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2010
				free(type);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2011
				break;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2012
			}
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2013
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2014
			verify(strncmp(type, VDEV_TYPE_RAIDZ,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2015
			    strlen(VDEV_TYPE_RAIDZ)) == 0 ||
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2016
			    strncmp(type, VDEV_TYPE_MIRROR,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2017
			    strlen(VDEV_TYPE_MIRROR)) == 0);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2018
			verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2019
			    &id) == 0);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2020
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2021
			errno = 0;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2022
			vdev_id = strtoull(idx, &end, 10);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2023
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2024
			free(type);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2025
			if (errno != 0)
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2026
				return (NULL);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2027
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2028
			/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2029
			 * Now verify that we have the correct vdev id.
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2030
			 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2031
			if (vdev_id == id)
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2032
				return (nv);
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2033
		}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2034
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2035
		/*
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2036
		 * Common case
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2037
		 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2038
		if (strcmp(srchval, val) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2039
			return (nv);
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2040
		break;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2041
	}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2042
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2043
	default:
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2044
		break;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2045
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2046
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2047
	if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2048
	    &child, &children) != 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2049
		return (NULL);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2050
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2051
	for (c = 0; c < children; c++) {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2052
		if ((ret = vdev_to_nvlist_iter(child[c], search,
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2053
		    avail_spare, l2cache, NULL)) != NULL) {
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2054
			/*
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2055
			 * The 'is_log' value is only set for the toplevel
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2056
			 * vdev, not the leaf vdevs.  So we always lookup the
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2057
			 * log device from the root of the vdev tree (where
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2058
			 * 'log' is non-NULL).
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2059
			 */
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2060
			if (log != NULL &&
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2061
			    nvlist_lookup_uint64(child[c],
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2062
			    ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2063
			    is_log) {
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2064
				*log = B_TRUE;
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2065
			}
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2066
			return (ret);
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2067
		}
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2068
	}
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2069
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2070
	if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2071
	    &child, &children) == 0) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2072
		for (c = 0; c < children; c++) {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2073
			if ((ret = vdev_to_nvlist_iter(child[c], search,
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2074
			    avail_spare, l2cache, NULL)) != NULL) {
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2075
				*avail_spare = B_TRUE;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2076
				return (ret);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2077
			}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2078
		}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2079
	}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2080
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2081
	if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE,
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2082
	    &child, &children) == 0) {
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2083
		for (c = 0; c < children; c++) {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2084
			if ((ret = vdev_to_nvlist_iter(child[c], search,
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2085
			    avail_spare, l2cache, NULL)) != NULL) {
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2086
				*l2cache = B_TRUE;
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2087
				return (ret);
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2088
			}
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2089
		}
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2090
	}
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2091
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2092
	return (NULL);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2093
}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2094
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2095
/*
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2096
 * Given a physical path (minus the "/devices" prefix), find the
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2097
 * associated vdev.
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2098
 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2099
nvlist_t *
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2100
zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2101
    boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2102
{
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2103
	nvlist_t *search, *nvroot, *ret;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2104
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2105
	verify(nvlist_alloc(&search, NV_UNIQUE_NAME, KM_SLEEP) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2106
	verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2107
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2108
	verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2109
	    &nvroot) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2110
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2111
	*avail_spare = B_FALSE;
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2112
	*l2cache = B_FALSE;
13056
233e20cbda69 6975471 syseventd dumps core in zfsdle_vdev_online
Mark J Musante <Mark.Musante@Sun.COM>
parents: 13049
diff changeset
  2113
	if (log != NULL)
233e20cbda69 6975471 syseventd dumps core in zfsdle_vdev_online
Mark J Musante <Mark.Musante@Sun.COM>
parents: 13049
diff changeset
  2114
		*log = B_FALSE;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2115
	ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2116
	nvlist_free(search);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2117
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2118
	return (ret);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2119
}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2120
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2121
/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2122
 * Determine if we have an "interior" top-level vdev (i.e mirror/raidz).
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2123
 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2124
boolean_t
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2125
zpool_vdev_is_interior(const char *name)
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2126
{
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2127
	if (strncmp(name, VDEV_TYPE_RAIDZ, strlen(VDEV_TYPE_RAIDZ)) == 0 ||
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2128
	    strncmp(name, VDEV_TYPE_MIRROR, strlen(VDEV_TYPE_MIRROR)) == 0)
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2129
		return (B_TRUE);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2130
	return (B_FALSE);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2131
}
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2132
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2133
nvlist_t *
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2134
zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare,
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2135
    boolean_t *l2cache, boolean_t *log)
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2136
{
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2137
	char buf[MAXPATHLEN];
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2138
	char *end;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2139
	nvlist_t *nvroot, *search, *ret;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2140
	uint64_t guid;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2141
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2142
	verify(nvlist_alloc(&search, NV_UNIQUE_NAME, KM_SLEEP) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2143
1613
aca102a242d3 6396628 zpool offline does not recognize c0d0 patten recently
eschrock
parents: 1544
diff changeset
  2144
	guid = strtoull(path, &end, 10);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2145
	if (guid != 0 && *end == '\0') {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2146
		verify(nvlist_add_uint64(search, ZPOOL_CONFIG_GUID, guid) == 0);
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2147
	} else if (zpool_vdev_is_interior(path)) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2148
		verify(nvlist_add_string(search, ZPOOL_CONFIG_TYPE, path) == 0);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2149
	} else if (path[0] != '/') {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2150
		(void) snprintf(buf, sizeof (buf), "%s%s", "/dev/dsk/", path);
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2151
		verify(nvlist_add_string(search, ZPOOL_CONFIG_PATH, buf) == 0);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2152
	} else {
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2153
		verify(nvlist_add_string(search, ZPOOL_CONFIG_PATH, path) == 0);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2154
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2155
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2156
	verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2157
	    &nvroot) == 0);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2158
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2159
	*avail_spare = B_FALSE;
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2160
	*l2cache = B_FALSE;
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2161
	if (log != NULL)
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2162
		*log = B_FALSE;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2163
	ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2164
	nvlist_free(search);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2165
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2166
	return (ret);
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2167
}
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2168
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2169
static int
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2170
vdev_online(nvlist_t *nv)
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2171
{
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2172
	uint64_t ival;
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2173
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2174
	if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_OFFLINE, &ival) == 0 ||
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2175
	    nvlist_lookup_uint64(nv, ZPOOL_CONFIG_FAULTED, &ival) == 0 ||
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2176
	    nvlist_lookup_uint64(nv, ZPOOL_CONFIG_REMOVED, &ival) == 0)
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2177
		return (0);
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2178
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2179
	return (1);
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2180
}
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2181
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2182
/*
9790
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2183
 * Helper function for zpool_get_physpaths().
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2184
 */
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2185
static int
9790
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2186
vdev_get_one_physpath(nvlist_t *config, char *physpath, size_t physpath_size,
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2187
    size_t *bytes_written)
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2188
{
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2189
	size_t bytes_left, pos, rsz;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2190
	char *tmppath;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2191
	const char *format;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2192
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2193
	if (nvlist_lookup_string(config, ZPOOL_CONFIG_PHYS_PATH,
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2194
	    &tmppath) != 0)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2195
		return (EZFS_NODEVICE);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2196
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2197
	pos = *bytes_written;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2198
	bytes_left = physpath_size - pos;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2199
	format = (pos == 0) ? "%s" : " %s";
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2200
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2201
	rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2202
	*bytes_written += rsz;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2203
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2204
	if (rsz >= bytes_left) {
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2205
		/* if physpath was not copied properly, clear it */
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2206
		if (bytes_left != 0) {
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2207
			physpath[pos] = 0;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2208
		}
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2209
		return (EZFS_NOSPC);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2210
	}
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2211
	return (0);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2212
}
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2213
9790
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2214
static int
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2215
vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2216
    size_t *rsz, boolean_t is_spare)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2217
{
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2218
	char *type;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2219
	int ret;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2220
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2221
	if (nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) != 0)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2222
		return (EZFS_INVALCONFIG);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2223
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2224
	if (strcmp(type, VDEV_TYPE_DISK) == 0) {
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2225
		/*
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2226
		 * An active spare device has ZPOOL_CONFIG_IS_SPARE set.
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2227
		 * For a spare vdev, we only want to boot from the active
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2228
		 * spare device.
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2229
		 */
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2230
		if (is_spare) {
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2231
			uint64_t spare = 0;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2232
			(void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2233
			    &spare);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2234
			if (!spare)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2235
				return (EZFS_INVALCONFIG);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2236
		}
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2237
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2238
		if (vdev_online(nv)) {
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2239
			if ((ret = vdev_get_one_physpath(nv, physpath,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2240
			    phypath_size, rsz)) != 0)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2241
				return (ret);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2242
		}
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2243
	} else if (strcmp(type, VDEV_TYPE_MIRROR) == 0 ||
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2244
	    strcmp(type, VDEV_TYPE_REPLACING) == 0 ||
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2245
	    (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) {
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2246
		nvlist_t **child;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2247
		uint_t count;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2248
		int i, ret;
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2249
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2250
		if (nvlist_lookup_nvlist_array(nv,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2251
		    ZPOOL_CONFIG_CHILDREN, &child, &count) != 0)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2252
			return (EZFS_INVALCONFIG);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2253
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2254
		for (i = 0; i < count; i++) {
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2255
			ret = vdev_get_physpaths(child[i], physpath,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2256
			    phypath_size, rsz, is_spare);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2257
			if (ret == EZFS_NOSPC)
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2258
				return (ret);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2259
		}
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2260
	}
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2261
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2262
	return (EZFS_POOL_INVALARG);
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2263
}
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2264
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2265
/*
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2266
 * Get phys_path for a root pool config.
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2267
 * Return 0 on success; non-zero on failure.
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2268
 */
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2269
static int
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2270
zpool_get_config_physpath(nvlist_t *config, char *physpath, size_t phypath_size)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2271
{
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2272
	size_t rsz;
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2273
	nvlist_t *vdev_root;
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2274
	nvlist_t **child;
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2275
	uint_t count;
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2276
	char *type;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2277
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2278
	rsz = 0;
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2279
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2280
	if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2281
	    &vdev_root) != 0)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2282
		return (EZFS_INVALCONFIG);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2283
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2284
	if (nvlist_lookup_string(vdev_root, ZPOOL_CONFIG_TYPE, &type) != 0 ||
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2285
	    nvlist_lookup_nvlist_array(vdev_root, ZPOOL_CONFIG_CHILDREN,
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2286
	    &child, &count) != 0)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2287
		return (EZFS_INVALCONFIG);
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2288
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2289
	/*
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2290
	 * root pool can not have EFI labeled disks and can only have
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2291
	 * a single top-level vdev.
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2292
	 */
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2293
	if (strcmp(type, VDEV_TYPE_ROOT) != 0 || count != 1 ||
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2294
	    pool_uses_efi(vdev_root))
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2295
		return (EZFS_POOL_INVALARG);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2296
9790
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2297
	(void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz,
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2298
	    B_FALSE);
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2299
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2300
	/* No online devices */
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2301
	if (rsz == 0)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2302
		return (EZFS_NODEVICE);
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2303
7656
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2304
	return (0);
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2305
}
2621e50fdf4a PSARC 2008/382 Fast Reboot
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 7326
diff changeset
  2306
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2307
/*
9160
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2308
 * Get phys_path for a root pool
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2309
 * Return 0 on success; non-zero on failure.
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2310
 */
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2311
int
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2312
zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size)
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2313
{
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2314
	return (zpool_get_config_physpath(zhp->zpool_config, physpath,
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2315
	    phypath_size));
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2316
}
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2317
1517e6edbc6f PSARC/2008/760 Boot configuration Service
Sherry Moore <Sherry.Moore@Sun.COM>
parents: 8525
diff changeset
  2318
/*
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2319
 * If the device has being dynamically expanded then we need to relabel
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2320
 * the disk to use the new unallocated space.
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2321
 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2322
static int
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2323
zpool_relabel_disk(libzfs_handle_t *hdl, const char *name)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2324
{
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2325
	char path[MAXPATHLEN];
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2326
	char errbuf[1024];
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2327
	int fd, error;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2328
	int (*_efi_use_whole_disk)(int);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2329
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2330
	if ((_efi_use_whole_disk = (int (*)(int))dlsym(RTLD_DEFAULT,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2331
	    "efi_use_whole_disk")) == NULL)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2332
		return (-1);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2333
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2334
	(void) snprintf(path, sizeof (path), "%s/%s", RDISK_ROOT, name);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2335
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2336
	if ((fd = open(path, O_RDWR | O_NDELAY)) < 0) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2337
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "cannot "
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2338
		    "relabel '%s': unable to open device"), name);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2339
		return (zfs_error(hdl, EZFS_OPENFAILED, errbuf));
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2340
	}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2341
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2342
	/*
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2343
	 * It's possible that we might encounter an error if the device
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2344
	 * does not have any unallocated space left. If so, we simply
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2345
	 * ignore that error and continue on.
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2346
	 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2347
	error = _efi_use_whole_disk(fd);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2348
	(void) close(fd);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2349
	if (error && error != VT_ENOSPC) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2350
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "cannot "
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2351
		    "relabel '%s': unable to read disk capacity"), name);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2352
		return (zfs_error(hdl, EZFS_NOCAP, errbuf));
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2353
	}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2354
	return (0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2355
}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2356
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2357
/*
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2358
 * Bring the specified vdev online.   The 'flags' parameter is a set of the
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2359
 * ZFS_ONLINE_* flags.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2360
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2361
int
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2362
zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags,
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2363
    vdev_state_t *newstate)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2364
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2365
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2366
	char msg[1024];
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2367
	nvlist_t *tgt;
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2368
	boolean_t avail_spare, l2cache, islog;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2369
	libzfs_handle_t *hdl = zhp->zpool_hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2370
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2371
	if (flags & ZFS_ONLINE_EXPAND) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2372
		(void) snprintf(msg, sizeof (msg),
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2373
		    dgettext(TEXT_DOMAIN, "cannot expand %s"), path);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2374
	} else {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2375
		(void) snprintf(msg, sizeof (msg),
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2376
		    dgettext(TEXT_DOMAIN, "cannot online %s"), path);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2377
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2378
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2379
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2380
	if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2381
	    &islog)) == NULL)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2382
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2383
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2384
	verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, &zc.zc_guid) == 0);
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2385
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2386
	if (avail_spare)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2387
		return (zfs_error(hdl, EZFS_ISSPARE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2388
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2389
	if (flags & ZFS_ONLINE_EXPAND ||
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2390
	    zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2391
		char *pathname = NULL;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2392
		uint64_t wholedisk = 0;
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2393
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2394
		(void) nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_WHOLE_DISK,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2395
		    &wholedisk);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2396
		verify(nvlist_lookup_string(tgt, ZPOOL_CONFIG_PATH,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2397
		    &pathname) == 0);
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2398
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2399
		/*
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2400
		 * XXX - L2ARC 1.0 devices can't support expansion.
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2401
		 */
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2402
		if (l2cache) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2403
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2404
			    "cannot expand cache devices"));
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2405
			return (zfs_error(hdl, EZFS_VDEVNOTSUP, msg));
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2406
		}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2407
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2408
		if (wholedisk) {
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2409
			pathname += strlen(DISK_ROOT) + 1;
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2410
			(void) zpool_relabel_disk(hdl, pathname);
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2411
		}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2412
	}
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9790
diff changeset
  2413
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2414
	zc.zc_cookie = VDEV_STATE_ONLINE;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2415
	zc.zc_obj = flags;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2416
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2417
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_SET_STATE, &zc) != 0) {
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2418
		if (errno == EINVAL) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2419
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "was split "
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2420
			    "from this pool into a new one.  Use '%s' "
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2421
			    "instead"), "zpool detach");
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2422
			return (zfs_error(hdl, EZFS_POSTSPLIT_ONLINE, msg));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2423
		}
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2424
		return (zpool_standard_error(hdl, errno, msg));
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2425
	}
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2426
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2427
	*newstate = zc.zc_cookie;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2428
	return (0);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2429
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2430
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2431
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2432
 * Take the specified vdev offline
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2433
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2434
int
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2435
zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2436
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2437
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2438
	char msg[1024];
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2439
	nvlist_t *tgt;
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2440
	boolean_t avail_spare, l2cache;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2441
	libzfs_handle_t *hdl = zhp->zpool_hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2442
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2443
	(void) snprintf(msg, sizeof (msg),
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2444
	    dgettext(TEXT_DOMAIN, "cannot offline %s"), path);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2445
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2446
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2447
	if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2448
	    NULL)) == NULL)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2449
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2450
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2451
	verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, &zc.zc_guid) == 0);
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2452
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2453
	if (avail_spare)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2454
		return (zfs_error(hdl, EZFS_ISSPARE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2455
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2456
	zc.zc_cookie = VDEV_STATE_OFFLINE;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2457
	zc.zc_obj = istmp ? ZFS_OFFLINE_TEMPORARY : 0;
1485
e971e58d18f6 6322005 support for persistent offline
lling
parents: 1354
diff changeset
  2458
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2459
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_SET_STATE, &zc) == 0)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2460
		return (0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2461
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2462
	switch (errno) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2463
	case EBUSY:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2464
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2465
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2466
		 * There are no other replicas of this device.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2467
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2468
		return (zfs_error(hdl, EZFS_NOREPLICAS, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2469
9701
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2470
	case EEXIST:
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2471
		/*
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2472
		 * The log device has unplayed logs
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2473
		 */
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2474
		return (zfs_error(hdl, EZFS_UNPLAYED_LOGS, msg));
cc5b64682e64 6803605 should be able to offline log devices
George Wilson <George.Wilson@Sun.COM>
parents: 9160
diff changeset
  2475
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2476
	default:
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2477
		return (zpool_standard_error(hdl, errno, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2478
	}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2479
}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2480
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2481
/*
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2482
 * Mark the given vdev faulted.
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2483
 */
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2484
int
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2485
zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux)
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2486
{
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2487
	zfs_cmd_t zc = { 0 };
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2488
	char msg[1024];
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2489
	libzfs_handle_t *hdl = zhp->zpool_hdl;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2490
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2491
	(void) snprintf(msg, sizeof (msg),
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2492
	    dgettext(TEXT_DOMAIN, "cannot fault %llu"), guid);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2493
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2494
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2495
	zc.zc_guid = guid;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2496
	zc.zc_cookie = VDEV_STATE_FAULTED;
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2497
	zc.zc_obj = aux;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2498
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2499
	if (ioctl(hdl->libzfs_fd, ZFS_IOC_VDEV_SET_STATE, &zc) == 0)
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2500
		return (0);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2501
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2502
	switch (errno) {
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2503
	case EBUSY:
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2504
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2505
		/*
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2506
		 * There are no other replicas of this device.
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2507
		 */
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2508
		return (zfs_error(hdl, EZFS_NOREPLICAS, msg));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2509
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2510
	default:
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2511
		return (zpool_standard_error(hdl, errno, msg));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2512
	}
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2513
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2514
}
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2515
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2516
/*
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2517
 * Mark the given vdev degraded.
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2518
 */
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2519
int
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2520
zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux)
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2521
{
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2522
	zfs_cmd_t zc = { 0 };
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2523
	char msg[1024];
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2524
	libzfs_handle_t *hdl = zhp->zpool_hdl;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2525
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2526
	(void) snprintf(msg, sizeof (msg),
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2527
	    dgettext(TEXT_DOMAIN, "cannot degrade %llu"), guid);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2528
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2529
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2530
	zc.zc_guid = guid;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2531
	zc.zc_cookie = VDEV_STATE_DEGRADED;
10817
7dfde45252f0 6889826 ZFS retire agent should be able to repair pools
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 10685
diff changeset
  2532
	zc.zc_obj = aux;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2533
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2534
	if (ioctl(hdl->libzfs_fd, ZFS_IOC_VDEV_SET_STATE, &zc) == 0)
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2535
		return (0);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2536
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2537
	return (zpool_standard_error(hdl, errno, msg));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2538
}
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2539
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  2540
/*
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2541
 * Returns TRUE if the given nvlist is a vdev that was originally swapped in as
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2542
 * a hot spare.
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2543
 */
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2544
static boolean_t
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2545
is_replacing_spare(nvlist_t *search, nvlist_t *tgt, int which)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2546
{
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2547
	nvlist_t **child;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2548
	uint_t c, children;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2549
	char *type;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2550
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2551
	if (nvlist_lookup_nvlist_array(search, ZPOOL_CONFIG_CHILDREN, &child,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2552
	    &children) == 0) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2553
		verify(nvlist_lookup_string(search, ZPOOL_CONFIG_TYPE,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2554
		    &type) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2555
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2556
		if (strcmp(type, VDEV_TYPE_SPARE) == 0 &&
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2557
		    children == 2 && child[which] == tgt)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2558
			return (B_TRUE);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2559
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2560
		for (c = 0; c < children; c++)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2561
			if (is_replacing_spare(child[c], tgt, which))
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2562
				return (B_TRUE);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2563
	}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2564
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2565
	return (B_FALSE);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2566
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2567
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2568
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2569
 * Attach new_disk (fully described by nvroot) to old_disk.
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2570
 * If 'replacing' is specified, the new disk will replace the old one.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2571
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2572
int
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2573
zpool_vdev_attach(zpool_handle_t *zhp,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2574
    const char *old_disk, const char *new_disk, nvlist_t *nvroot, int replacing)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2575
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2576
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2577
	char msg[1024];
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2578
	int ret;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2579
	nvlist_t *tgt;
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2580
	boolean_t avail_spare, l2cache, islog;
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2581
	uint64_t val;
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2582
	char *newname;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2583
	nvlist_t **child;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2584
	uint_t children;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2585
	nvlist_t *config_root;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2586
	libzfs_handle_t *hdl = zhp->zpool_hdl;
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  2587
	boolean_t rootpool = zpool_is_bootable(zhp);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2588
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2589
	if (replacing)
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2590
		(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2591
		    "cannot replace %s with %s"), old_disk, new_disk);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2592
	else
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2593
		(void) snprintf(msg, sizeof (msg), dgettext(TEXT_DOMAIN,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2594
		    "cannot attach %s to %s"), new_disk, old_disk);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2595
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2596
	/*
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2597
	 * If this is a root pool, make sure that we're not attaching an
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2598
	 * EFI labeled device.
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2599
	 */
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2600
	if (rootpool && pool_uses_efi(nvroot)) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2601
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2602
		    "EFI labeled devices are not supported on root pools."));
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2603
		return (zfs_error(hdl, EZFS_POOL_NOTSUP, msg));
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2604
	}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2605
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2606
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2607
	if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2608
	    &islog)) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2609
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2610
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2611
	if (avail_spare)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2612
		return (zfs_error(hdl, EZFS_ISSPARE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2613
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2614
	if (l2cache)
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2615
		return (zfs_error(hdl, EZFS_ISL2CACHE, msg));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2616
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2617
	verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, &zc.zc_guid) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2618
	zc.zc_cookie = replacing;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2619
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2620
	if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2621
	    &child, &children) != 0 || children != 1) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2622
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2623
		    "new device must be a single disk"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2624
		return (zfs_error(hdl, EZFS_INVALCONFIG, msg));
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2625
	}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2626
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2627
	verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2628
	    ZPOOL_CONFIG_VDEV_TREE, &config_root) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2629
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  2630
	if ((newname = zpool_vdev_name(NULL, NULL, child[0], B_FALSE)) == NULL)
7041
b4c5fe87fad8 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis
eschrock
parents: 6643
diff changeset
  2631
		return (-1);
b4c5fe87fad8 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis
eschrock
parents: 6643
diff changeset
  2632
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2633
	/*
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2634
	 * If the target is a hot spare that has been swapped in, we can only
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2635
	 * replace it with another hot spare.
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2636
	 */
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2637
	if (replacing &&
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2638
	    nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_IS_SPARE, &val) == 0 &&
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2639
	    (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache,
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2640
	    NULL) == NULL || !avail_spare) &&
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2641
	    is_replacing_spare(config_root, tgt, 1)) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2642
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2643
		    "can only be replaced by another hot spare"));
7041
b4c5fe87fad8 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis
eschrock
parents: 6643
diff changeset
  2644
		free(newname);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2645
		return (zfs_error(hdl, EZFS_BADTARGET, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2646
	}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2647
7041
b4c5fe87fad8 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis
eschrock
parents: 6643
diff changeset
  2648
	free(newname);
b4c5fe87fad8 6721901 uninitialized variable in zfs_fm_recv() can confuse diagnosis
eschrock
parents: 6643
diff changeset
  2649
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  2650
	if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2651
		return (-1);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2652
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2653
	ret = zfs_ioctl(hdl, ZFS_IOC_VDEV_ATTACH, &zc);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2654
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  2655
	zcmd_free_nvlists(&zc);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2656
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2657
	if (ret == 0) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2658
		if (rootpool) {
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2659
			/*
9790
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2660
			 * XXX need a better way to prevent user from
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2661
			 * booting up a half-baked vdev.
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2662
			 */
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2663
			(void) fprintf(stderr, dgettext(TEXT_DOMAIN, "Make "
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2664
			    "sure to wait until resilver is done "
e276ee006ff6 6747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should take care of spare vdev
Lin Ling <Lin.Ling@Sun.COM>
parents: 9701
diff changeset
  2665
			    "before rebooting.\n"));
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2666
		}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2667
		return (0);
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  2668
	}
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2669
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2670
	switch (errno) {
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2671
	case ENOTSUP:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2672
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2673
		 * Can't attach to or replace this type of vdev.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2674
		 */
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2675
		if (replacing) {
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2676
			uint64_t version = zpool_get_prop_int(zhp,
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2677
			    ZPOOL_PROP_VERSION, NULL);
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2678
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2679
			if (islog)
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2680
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2681
				    "cannot replace a log with a spare"));
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2682
			else if (version >= SPA_VERSION_MULTI_REPLACE)
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2683
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2684
				    "already in replacing/spare config; wait "
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2685
				    "for completion or use 'zpool detach'"));
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2686
			else
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2687
				zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2688
				    "cannot replace a replacing device"));
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2689
		} else {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2690
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2691
			    "can only attach to mirrors and top-level "
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2692
			    "disks"));
4527
5d5b6ba91b17 PSARC 2007/171 ZFS Separate Intent Log
perrin
parents: 4451
diff changeset
  2693
		}
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2694
		(void) zfs_error(hdl, EZFS_BADTARGET, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2695
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2696
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2697
	case EINVAL:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2698
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2699
		 * The new device must be a single disk.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2700
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2701
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2702
		    "new device must be a single disk"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2703
		(void) zfs_error(hdl, EZFS_INVALCONFIG, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2704
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2705
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2706
	case EBUSY:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2707
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "%s is busy"),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2708
		    new_disk);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2709
		(void) zfs_error(hdl, EZFS_BADDEV, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2710
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2711
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2712
	case EOVERFLOW:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2713
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2714
		 * The new device is too small.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2715
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2716
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2717
		    "device is too small"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2718
		(void) zfs_error(hdl, EZFS_BADDEV, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2719
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2720
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2721
	case EDOM:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2722
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2723
		 * The new device has a different alignment requirement.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2724
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2725
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2726
		    "devices have different sector alignment"));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2727
		(void) zfs_error(hdl, EZFS_BADDEV, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2728
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2729
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2730
	case ENAMETOOLONG:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2731
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2732
		 * The resulting top-level vdev spec won't fit in the label.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2733
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2734
		(void) zfs_error(hdl, EZFS_DEVOVERFLOW, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2735
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2736
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2737
	default:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2738
		(void) zpool_standard_error(hdl, errno, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2739
	}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2740
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2741
	return (-1);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2742
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2743
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2744
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2745
 * Detach the specified device.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2746
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2747
int
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2748
zpool_vdev_detach(zpool_handle_t *zhp, const char *path)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2749
{
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2750
	zfs_cmd_t zc = { 0 };
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2751
	char msg[1024];
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2752
	nvlist_t *tgt;
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2753
	boolean_t avail_spare, l2cache;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2754
	libzfs_handle_t *hdl = zhp->zpool_hdl;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2755
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2756
	(void) snprintf(msg, sizeof (msg),
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2757
	    dgettext(TEXT_DOMAIN, "cannot detach %s"), path);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2758
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2759
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2760
	if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  2761
	    NULL)) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2762
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2763
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  2764
	if (avail_spare)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2765
		return (zfs_error(hdl, EZFS_ISSPARE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2766
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2767
	if (l2cache)
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2768
		return (zfs_error(hdl, EZFS_ISL2CACHE, msg));
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  2769
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2770
	verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, &zc.zc_guid) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2771
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4527
diff changeset
  2772
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_DETACH, &zc) == 0)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2773
		return (0);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2774
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2775
	switch (errno) {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2776
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2777
	case ENOTSUP:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2778
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2779
		 * Can't detach from this type of vdev.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2780
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2781
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "only "
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2782
		    "applicable to mirror and replacing vdevs"));
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  2783
		(void) zfs_error(hdl, EZFS_BADTARGET, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2784
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2785
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2786
	case EBUSY:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2787
		/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2788
		 * There are no other replicas of this device.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2789
		 */
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2790
		(void) zfs_error(hdl, EZFS_NOREPLICAS, msg);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2791
		break;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  2792
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2793
	default:
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2794
		(void) zpool_standard_error(hdl, errno, msg);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2795
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  2796
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2797
	return (-1);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2798
}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2799
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  2800
/*
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2801
 * Find a mirror vdev in the source nvlist.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2802
 *
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2803
 * The mchild array contains a list of disks in one of the top-level mirrors
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2804
 * of the source pool.  The schild array contains a list of disks that the
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2805
 * user specified on the command line.  We loop over the mchild array to
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2806
 * see if any entry in the schild array matches.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2807
 *
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2808
 * If a disk in the mchild array is found in the schild array, we return
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2809
 * the index of that entry.  Otherwise we return -1.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2810
 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2811
static int
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2812
find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2813
    nvlist_t **schild, uint_t schildren)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2814
{
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2815
	uint_t mc;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2816
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2817
	for (mc = 0; mc < mchildren; mc++) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2818
		uint_t sc;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2819
		char *mpath = zpool_vdev_name(zhp->zpool_hdl, zhp,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2820
		    mchild[mc], B_FALSE);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2821
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2822
		for (sc = 0; sc < schildren; sc++) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2823
			char *spath = zpool_vdev_name(zhp->zpool_hdl, zhp,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2824
			    schild[sc], B_FALSE);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2825
			boolean_t result = (strcmp(mpath, spath) == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2826
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2827
			free(spath);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2828
			if (result) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2829
				free(mpath);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2830
				return (mc);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2831
			}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2832
		}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2833
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2834
		free(mpath);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2835
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2836
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2837
	return (-1);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2838
}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2839
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2840
/*
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2841
 * Split a mirror pool.  If newroot points to null, then a new nvlist
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2842
 * is generated and it is the responsibility of the caller to free it.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2843
 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2844
int
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2845
zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2846
    nvlist_t *props, splitflags_t flags)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2847
{
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2848
	zfs_cmd_t zc = { 0 };
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2849
	char msg[1024];
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2850
	nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2851
	nvlist_t **varray = NULL, *zc_props = NULL;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2852
	uint_t c, children, newchildren, lastlog = 0, vcount, found = 0;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2853
	libzfs_handle_t *hdl = zhp->zpool_hdl;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2854
	uint64_t vers;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2855
	boolean_t freelist = B_FALSE, memory_err = B_TRUE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2856
	int retval = 0;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2857
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2858
	(void) snprintf(msg, sizeof (msg),
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2859
	    dgettext(TEXT_DOMAIN, "Unable to split %s"), zhp->zpool_name);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2860
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2861
	if (!zpool_name_valid(hdl, B_FALSE, newname))
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2862
		return (zfs_error(hdl, EZFS_INVALIDNAME, msg));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2863
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2864
	if ((config = zpool_get_config(zhp, NULL)) == NULL) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2865
		(void) fprintf(stderr, gettext("Internal error: unable to "
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2866
		    "retrieve pool configuration\n"));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2867
		return (-1);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2868
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2869
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2870
	verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2871
	    == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2872
	verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &vers) == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2873
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2874
	if (props) {
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  2875
		prop_flags_t flags = { .create = B_FALSE, .import = B_TRUE };
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2876
		if ((zc_props = zpool_valid_proplist(hdl, zhp->zpool_name,
13061
bda0decf867b PSARC 2010/306 Read-only ZFS pools
George Wilson <George.Wilson@Sun.COM>
parents: 13056
diff changeset
  2877
		    props, vers, flags, msg)) == NULL)
11422
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2878
			return (-1);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2879
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2880
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2881
	if (nvlist_lookup_nvlist_array(tree, ZPOOL_CONFIG_CHILDREN, &child,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2882
	    &children) != 0) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2883
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2884
		    "Source pool is missing vdev tree"));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2885
		if (zc_props)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2886
			nvlist_free(zc_props);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2887
		return (-1);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2888
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2889
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2890
	varray = zfs_alloc(hdl, children * sizeof (nvlist_t *));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2891
	vcount = 0;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2892
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2893
	if (*newroot == NULL ||
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2894
	    nvlist_lookup_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2895
	    &newchild, &newchildren) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2896
		newchildren = 0;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2897
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2898
	for (c = 0; c < children; c++) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2899
		uint64_t is_log = B_FALSE, is_hole = B_FALSE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2900
		char *type;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2901
		nvlist_t **mchild, *vdev;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2902
		uint_t mchildren;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2903
		int entry;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2904
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2905
		/*
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2906
		 * Unlike cache & spares, slogs are stored in the
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2907
		 * ZPOOL_CONFIG_CHILDREN array.  We filter them out here.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2908
		 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2909
		(void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2910
		    &is_log);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2911
		(void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2912
		    &is_hole);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2913
		if (is_log || is_hole) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2914
			/*
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2915
			 * Create a hole vdev and put it in the config.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2916
			 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2917
			if (nvlist_alloc(&vdev, NV_UNIQUE_NAME, 0) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2918
				goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2919
			if (nvlist_add_string(vdev, ZPOOL_CONFIG_TYPE,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2920
			    VDEV_TYPE_HOLE) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2921
				goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2922
			if (nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_HOLE,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2923
			    1) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2924
				goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2925
			if (lastlog == 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2926
				lastlog = vcount;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2927
			varray[vcount++] = vdev;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2928
			continue;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2929
		}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2930
		lastlog = 0;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2931
		verify(nvlist_lookup_string(child[c], ZPOOL_CONFIG_TYPE, &type)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2932
		    == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2933
		if (strcmp(type, VDEV_TYPE_MIRROR) != 0) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2934
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2935
			    "Source pool must be composed only of mirrors\n"));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2936
			retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2937
			goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2938
		}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2939
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2940
		verify(nvlist_lookup_nvlist_array(child[c],
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2941
		    ZPOOL_CONFIG_CHILDREN, &mchild, &mchildren) == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2942
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2943
		/* find or add an entry for this top-level vdev */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2944
		if (newchildren > 0 &&
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2945
		    (entry = find_vdev_entry(zhp, mchild, mchildren,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2946
		    newchild, newchildren)) >= 0) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2947
			/* We found a disk that the user specified. */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2948
			vdev = mchild[entry];
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2949
			++found;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2950
		} else {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2951
			/* User didn't specify a disk for this vdev. */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2952
			vdev = mchild[mchildren - 1];
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2953
		}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2954
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2955
		if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2956
			goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2957
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2958
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2959
	/* did we find every disk the user specified? */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2960
	if (found != newchildren) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2961
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "Device list must "
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2962
		    "include at most one disk from each mirror"));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2963
		retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2964
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2965
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2966
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2967
	/* Prepare the nvlist for populating. */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2968
	if (*newroot == NULL) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2969
		if (nvlist_alloc(newroot, NV_UNIQUE_NAME, 0) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2970
			goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2971
		freelist = B_TRUE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2972
		if (nvlist_add_string(*newroot, ZPOOL_CONFIG_TYPE,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2973
		    VDEV_TYPE_ROOT) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2974
			goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2975
	} else {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2976
		verify(nvlist_remove_all(*newroot, ZPOOL_CONFIG_CHILDREN) == 0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2977
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2978
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2979
	/* Add all the children we found */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2980
	if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN, varray,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2981
	    lastlog == 0 ? vcount : lastlog) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2982
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2983
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2984
	/*
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2985
	 * If we're just doing a dry run, exit now with success.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2986
	 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2987
	if (flags.dryrun) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2988
		memory_err = B_FALSE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2989
		freelist = B_FALSE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2990
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2991
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2992
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2993
	/* now build up the config list & call the ioctl */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2994
	if (nvlist_alloc(&newconfig, NV_UNIQUE_NAME, 0) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2995
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2996
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2997
	if (nvlist_add_nvlist(newconfig,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2998
	    ZPOOL_CONFIG_VDEV_TREE, *newroot) != 0 ||
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  2999
	    nvlist_add_string(newconfig,
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3000
	    ZPOOL_CONFIG_POOL_NAME, newname) != 0 ||
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3001
	    nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3002
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3003
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3004
	/*
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3005
	 * The new pool is automatically part of the namespace unless we
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3006
	 * explicitly export it.
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3007
	 */
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3008
	if (!flags.import)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3009
		zc.zc_cookie = ZPOOL_EXPORT_AFTER_SPLIT;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3010
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3011
	(void) strlcpy(zc.zc_string, newname, sizeof (zc.zc_string));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3012
	if (zcmd_write_conf_nvlist(hdl, &zc, newconfig) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3013
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3014
	if (zc_props != NULL && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3015
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3016
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3017
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_SPLIT, &zc) != 0) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3018
		retval = zpool_standard_error(hdl, errno, msg);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3019
		goto out;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3020
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3021
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3022
	freelist = B_FALSE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3023
	memory_err = B_FALSE;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3024
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3025
out:
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3026
	if (varray != NULL) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3027
		int v;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3028
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3029
		for (v = 0; v < vcount; v++)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3030
			nvlist_free(varray[v]);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3031
		free(varray);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3032
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3033
	zcmd_free_nvlists(&zc);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3034
	if (zc_props)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3035
		nvlist_free(zc_props);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3036
	if (newconfig)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3037
		nvlist_free(newconfig);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3038
	if (freelist) {
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3039
		nvlist_free(*newroot);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3040
		*newroot = NULL;
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3041
	}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3042
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3043
	if (retval != 0)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3044
		return (retval);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3045
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3046
	if (memory_err)
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3047
		return (no_memory(hdl));
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3048
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3049
	return (0);
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3050
}
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3051
42768837421d PSARC/2009/511 zpool split
Mark J Musante <Mark.Musante@Sun.COM>
parents: 11026
diff changeset
  3052
/*
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3053
 * Remove the given device.  Currently, this is supported only for hot spares
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3054
 * and level 2 cache devices.
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3055
 */
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3056
int
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3057
zpool_vdev_remove(zpool_handle_t *zhp, const char *path)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3058
{
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3059
	zfs_cmd_t zc = { 0 };
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3060
	char msg[1024];
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3061
	nvlist_t *tgt;
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3062
	boolean_t avail_spare, l2cache, islog;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3063
	libzfs_handle_t *hdl = zhp->zpool_hdl;
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3064
	uint64_t version;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3065
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3066
	(void) snprintf(msg, sizeof (msg),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3067
	    dgettext(TEXT_DOMAIN, "cannot remove %s"), path);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3068
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3069
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  3070
	if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3071
	    &islog)) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3072
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3073
	/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3074
	 * XXX - this should just go away.
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3075
	 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3076
	if (!avail_spare && !l2cache && !islog) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3077
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3078
		    "only inactive hot spares, cache, top-level, "
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3079
		    "or log devices can be removed"));
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3080
		return (zfs_error(hdl, EZFS_NODEVICE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3081
	}
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3082
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3083
	version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3084
	if (islog && version < SPA_VERSION_HOLES) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3085
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3086
		    "pool must be upgrade to support log removal"));
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3087
		return (zfs_error(hdl, EZFS_BADVERSION, msg));
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3088
	}
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3089
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3090
	verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, &zc.zc_guid) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3091
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4527
diff changeset
  3092
	if (zfs_ioctl(hdl, ZFS_IOC_VDEV_REMOVE, &zc) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3093
		return (0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3094
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3095
	return (zpool_standard_error(hdl, errno, msg));
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3096
}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3097
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3098
/*
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3099
 * Clear the errors for the pool, or the particular device if specified.
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3100
 */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3101
int
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3102
zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl)
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3103
{
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3104
	zfs_cmd_t zc = { 0 };
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3105
	char msg[1024];
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3106
	nvlist_t *tgt;
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3107
	zpool_rewind_policy_t policy;
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3108
	boolean_t avail_spare, l2cache;
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3109
	libzfs_handle_t *hdl = zhp->zpool_hdl;
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3110
	nvlist_t *nvi = NULL;
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3111
	int error;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3112
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3113
	if (path)
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3114
		(void) snprintf(msg, sizeof (msg),
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3115
		    dgettext(TEXT_DOMAIN, "cannot clear errors for %s"),
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3116
		    path);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3117
	else
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3118
		(void) snprintf(msg, sizeof (msg),
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3119
		    dgettext(TEXT_DOMAIN, "cannot clear errors for %s"),
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3120
		    zhp->zpool_name);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3121
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3122
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3123
	if (path) {
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3124
		if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,
7326
a3c803100a09 6713886 hot spares of mirrored log devices should not be allowed
Eric Schrock <Eric.Schrock@Sun.COM>
parents: 7300
diff changeset
  3125
		    &l2cache, NULL)) == 0)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3126
			return (zfs_error(hdl, EZFS_NODEVICE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3127
5450
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3128
		/*
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3129
		 * Don't allow error clearing for hot spares.  Do allow
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3130
		 * error clearing for l2cache devices.
b25030891c44 PSARC 2007/618 ZFS L2ARC
brendan
parents: 5363
diff changeset
  3131
		 */
2468
b5038d012f66 6433208 should not be able to offline/online a spare
ek110237
parents: 2174
diff changeset
  3132
		if (avail_spare)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3133
			return (zfs_error(hdl, EZFS_ISSPARE, msg));
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3134
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3135
		verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3136
		    &zc.zc_guid) == 0);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3137
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3138
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3139
	zpool_get_rewind_policy(rewindnvl, &policy);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3140
	zc.zc_cookie = policy.zrp_request;
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3141
12986
caf415d9aa53 6973547 zpool import succeeds but prints error message
George Wilson <George.Wilson@Sun.COM>
parents: 12961
diff changeset
  3142
	if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0)
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3143
		return (-1);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3144
13049
2511753a6599 6782540 zpool cannot replace a replacing device
Mark J Musante <Mark.Musante@Sun.COM>
parents: 12986
diff changeset
  3145
	if (zcmd_write_src_nvlist(hdl, &zc, rewindnvl) != 0)
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3146
		return (-1);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3147
12961
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3148
	while ((error = zfs_ioctl(hdl, ZFS_IOC_CLEAR, &zc)) != 0 &&
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3149
	    errno == ENOMEM) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3150
		if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) {
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3151
			zcmd_free_nvlists(&zc);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3152
			return (-1);
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3153
		}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3154
	}
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3155
b521d551715f 6733267 Allow a pool to be imported with a missing slog
George Wilson <George.Wilson@Sun.COM>
parents: 12877
diff changeset
  3156
	if (!error || ((policy.zrp_request & ZPOOL_TRY_REWIND) &&
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3157
	    errno != EPERM && errno != EACCES)) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3158
		if (policy.zrp_request &
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3159
		    (ZPOOL_DO_REWIND | ZPOOL_TRY_REWIND)) {
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3160
			(void) zcmd_read_dst_nvlist(hdl, &zc, &nvi);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3161
			zpool_rewind_exclaim(hdl, zc.zc_name,
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3162
			    ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0),
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3163
			    nvi);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3164
			nvlist_free(nvi);
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3165
		}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3166
		zcmd_free_nvlists(&zc);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3167
		return (0);
10921
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3168
	}
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3169
8aac17999e4d PSARC 2009/479 zpool recovery support
Tim Haley <Tim.Haley@Sun.COM>
parents: 10817
diff changeset
  3170
	zcmd_free_nvlists(&zc);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3171
	return (zpool_standard_error(hdl, errno, msg));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  3172
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
  3173
3126
4f4fb617fdd0 PSARC 2006/622 iSCSI/ZFS Integration
ahl
parents: 2926
diff changeset
  3174
/*
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3175
 * Similar to zpool_clear(), but takes a GUID (used by fmd).
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3176
 */
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3177
int
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3178
zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid)
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3179
{
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3180
	zfs_cmd_t zc = { 0 };
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3181
	char msg[1024];
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3182
	libzfs_handle_t *hdl = zhp->zpool_hdl;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3183
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3184
	(void) snprintf(msg, sizeof (msg),
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3185
	    dgettext(TEXT_DOMAIN, "cannot clear errors for %llx"),
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3186
	    guid);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3187
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3188
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3189
	zc.zc_guid = guid;
12441
9aaceacbbfb2 6952889 zpool_vdev_clear is broken
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 12383
diff changeset
  3190
	zc.zc_cookie = ZPOOL_NO_REWIND;
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3191
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3192
	if (ioctl(hdl->libzfs_fd, ZFS_IOC_CLEAR, &zc) == 0)
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3193
		return (0);
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3194
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3195
	return (zpool_standard_error(hdl, errno, msg));
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3196
}
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3197
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3198
/*
13514
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3199
 * Change the GUID for a pool.
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3200
 */
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3201
int
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3202
zpool_reguid(zpool_handle_t *zhp)
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3203
{
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3204
	char msg[1024];
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3205
	libzfs_handle_t *hdl = zhp->zpool_hdl;
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3206
	zfs_cmd_t zc = { 0 };
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3207
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3208
	(void) snprintf(msg, sizeof (msg),
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3209
	    dgettext(TEXT_DOMAIN, "cannot reguid '%s'"), zhp->zpool_name);
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3210
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3211
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3212
	if (zfs_ioctl(hdl, ZFS_IOC_POOL_REGUID, &zc) == 0)
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3213
		return (0);
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3214
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3215
	return (zpool_standard_error(hdl, errno, msg));
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3216
}
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3217
417c34452f03 1748 desire support for reguid in zfs
Garrett D'Amore <garrett@nexenta.com>
parents: 13061
diff changeset
  3218
/*
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3219
 * Reopen the pool.
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3220
 */
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3221
int
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3222
zpool_reopen(zpool_handle_t *zhp)
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3223
{
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3224
	zfs_cmd_t zc = { 0 };
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3225
	char msg[1024];
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3226
	libzfs_handle_t *hdl = zhp->zpool_hdl;
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3227
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3228
	(void) snprintf(msg, sizeof (msg),
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3229
	    dgettext(TEXT_DOMAIN, "cannot reopen '%s'"),
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3230
	    zhp->zpool_name);
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3231
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3232
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3233
	if (zfs_ioctl(hdl, ZFS_IOC_POOL_REOPEN, &zc) == 0)
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3234
		return (0);
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3235
	return (zpool_standard_error(hdl, errno, msg));
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3236
}
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3237
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3238
/*
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3239
 * Convert from a devid string to a path.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3240
 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3241
static char *
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3242
devid_to_path(char *devid_str)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3243
{
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3244
	ddi_devid_t devid;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3245
	char *minor;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3246
	char *path;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3247
	devid_nmlist_t *list = NULL;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3248
	int ret;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3249
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3250
	if (devid_str_decode(devid_str, &devid, &minor) != 0)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3251
		return (NULL);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3252
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3253
	ret = devid_deviceid_to_nmlist("/dev", devid, minor, &list);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3254
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3255
	devid_str_free(minor);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3256
	devid_free(devid);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3257
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3258
	if (ret != 0)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3259
		return (NULL);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3260
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3261
	if ((path = strdup(list[0].devname)) == NULL)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3262
		return (NULL);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3263
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3264
	devid_free_nmlist(list);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3265
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3266
	return (path);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3267
}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3268
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3269
/*
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3270
 * Convert from a path to a devid string.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3271
 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3272
static char *
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3273
path_to_devid(const char *path)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3274
{
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3275
	int fd;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3276
	ddi_devid_t devid;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3277
	char *minor, *ret;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3278
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3279
	if ((fd = open(path, O_RDONLY)) < 0)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3280
		return (NULL);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3281
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3282
	minor = NULL;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3283
	ret = NULL;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3284
	if (devid_get(fd, &devid) == 0) {
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3285
		if (devid_get_minor_name(fd, &minor) == 0)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3286
			ret = devid_str_encode(devid, minor);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3287
		if (minor != NULL)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3288
			devid_str_free(minor);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3289
		devid_free(devid);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3290
	}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3291
	(void) close(fd);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3292
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3293
	return (ret);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3294
}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3295
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3296
/*
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3297
 * Issue the necessary ioctl() to update the stored path value for the vdev.  We
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3298
 * ignore any failure here, since a common case is for an unprivileged user to
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3299
 * type 'zpool status', and we'll display the correct information anyway.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3300
 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3301
static void
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3302
set_path(zpool_handle_t *zhp, nvlist_t *nv, const char *path)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3303
{
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3304
	zfs_cmd_t zc = { 0 };
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3305
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3306
	(void) strncpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3307
	(void) strncpy(zc.zc_value, path, sizeof (zc.zc_value));
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3308
	verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID,
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3309
	    &zc.zc_guid) == 0);
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3310
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3311
	(void) ioctl(zhp->zpool_hdl->libzfs_fd, ZFS_IOC_VDEV_SETPATH, &zc);
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3312
}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3313
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3314
/*
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3315
 * Given a vdev, return the name to display in iostat.  If the vdev has a path,
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3316
 * we use that, stripping off any leading "/dev/dsk/"; if not, we use the type.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3317
 * We also check if this is a whole disk, in which case we strip off the
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3318
 * trailing 's0' slice name.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3319
 *
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3320
 * This routine is also responsible for identifying when disks have been
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3321
 * reconfigured in a new location.  The kernel will have opened the device by
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3322
 * devid, but the path will still refer to the old location.  To catch this, we
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3323
 * first do a path -> devid translation (which is fast for the common case).  If
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3324
 * the devid matches, we're done.  If not, we do a reverse devid -> path
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3325
 * translation and issue the appropriate ioctl() to update the path of the vdev.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3326
 * If 'zhp' is NULL, then this is an exported pool, and we don't need to do any
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3327
 * of these checks.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3328
 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3329
char *
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3330
zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3331
    boolean_t verbose)
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3332
{
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3333
	char *path, *devid;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3334
	uint64_t value;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3335
	char buf[64];
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3336
	vdev_stat_t *vs;
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3337
	uint_t vsc;
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3338
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3339
	if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3340
	    &value) == 0) {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3341
		verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3342
		    &value) == 0);
2856
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
  3343
		(void) snprintf(buf, sizeof (buf), "%llu",
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
  3344
		    (u_longlong_t)value);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3345
		path = buf;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3346
	} else if (nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &path) == 0) {
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3347
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3348
		/*
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3349
		 * If the device is dead (faulted, offline, etc) then don't
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3350
		 * bother opening it.  Otherwise we may be forcing the user to
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3351
		 * open a misbehaving device, which can have undesirable
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3352
		 * effects.
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3353
		 */
12296
7cf402a7f374 6675946 'zpool status' should show the progress of resilvering for individual disk.
Lin Ling <Lin.Ling@Sun.COM>
parents: 11814
diff changeset
  3354
		if ((nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3355
		    (uint64_t **)&vs, &vsc) != 0 ||
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3356
		    vs->vs_state >= VDEV_STATE_DEGRADED) &&
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4295
diff changeset
  3357
		    zhp != NULL &&
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3358
		    nvlist_lookup_string(nv, ZPOOL_CONFIG_DEVID, &devid) == 0) {
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3359
			/*
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3360
			 * Determine if the current path is correct.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3361
			 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3362
			char *newdevid = path_to_devid(path);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3363
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3364
			if (newdevid == NULL ||
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3365
			    strcmp(devid, newdevid) != 0) {
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3366
				char *newpath;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3367
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3368
				if ((newpath = devid_to_path(devid)) != NULL) {
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3369
					/*
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3370
					 * Update the path appropriately.
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3371
					 */
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3372
					set_path(zhp, nv, newpath);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3373
					if (nvlist_add_string(nv,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3374
					    ZPOOL_CONFIG_PATH, newpath) == 0)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3375
						verify(nvlist_lookup_string(nv,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3376
						    ZPOOL_CONFIG_PATH,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3377
						    &path) == 0);
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3378
					free(newpath);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3379
				}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3380
			}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3381
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3382
			if (newdevid)
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3383
				devid_str_free(newdevid);
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3384
		}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3385
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3386
		if (strncmp(path, "/dev/dsk/", 9) == 0)
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3387
			path += 9;
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3388
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3389
		if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_WHOLE_DISK,
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3390
		    &value) == 0 && value) {
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3391
			int pathlen = strlen(path);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3392
			char *tmp = zfs_strdup(hdl, path);
12383
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3393
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3394
			/*
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3395
			 * If it starts with c#, and ends with "s0", chop
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3396
			 * the "s0" off, or if it ends with "s0/old", remove
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3397
			 * the "s0" from the middle.
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3398
			 */
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3399
			if (CTD_CHECK(tmp)) {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3400
				if (strcmp(&tmp[pathlen - 2], "s0") == 0) {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3401
					tmp[pathlen - 2] = '\0';
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3402
				} else if (pathlen > 6 &&
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3403
				    strcmp(&tmp[pathlen - 6], "s0/old") == 0) {
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3404
					(void) strcpy(&tmp[pathlen - 6],
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3405
					    "/old");
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3406
				}
c8a3959209ef 6881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole disks that were replaced
John Harres <John.Harres@Sun.COM>
parents: 12296
diff changeset
  3407
			}
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3408
			return (tmp);
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3409
		}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3410
	} else {
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3411
		verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &path) == 0);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3412
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3413
		/*
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3414
		 * If it's a raidz device, we need to stick in the parity level.
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3415
		 */
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3416
		if (strcmp(path, VDEV_TYPE_RAIDZ) == 0) {
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3417
			verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3418
			    &value) == 0);
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3419
			(void) snprintf(buf, sizeof (buf), "%s%llu", path,
2856
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
  3420
			    (u_longlong_t)value);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3421
			path = buf;
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3422
		}
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3423
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3424
		/*
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3425
		 * We identify each top-level vdev by using a <type-id>
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3426
		 * naming convention.
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3427
		 */
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3428
		if (verbose) {
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3429
			uint64_t id;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3430
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3431
			verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3432
			    &id) == 0);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3433
			(void) snprintf(buf, sizeof (buf), "%s-%llu", path,
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3434
			    (u_longlong_t)id);
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3435
			path = buf;
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3436
		}
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3437
	}
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3438
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3439
	return (zfs_strdup(hdl, path));
1354
81359ee1ee63 6362672 import gets confused about overlapping slices
eschrock
parents: 1003
diff changeset
  3440
}
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3441
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3442
static int
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3443
zbookmark_compare(const void *a, const void *b)
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3444
{
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3445
	return (memcmp(a, b, sizeof (zbookmark_t)));
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3446
}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3447
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3448
/*
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3449
 * Retrieve the persistent error log, uniquify the members, and return to the
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3450
 * caller.
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3451
 */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3452
int
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3453
zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp)
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3454
{
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3455
	zfs_cmd_t zc = { 0 };
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3456
	uint64_t count;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3457
	zbookmark_t *zb = NULL;
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3458
	int i;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3459
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3460
	/*
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3461
	 * Retrieve the raw error list from the kernel.  If the number of errors
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3462
	 * has increased, allocate more space and continue until we get the
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3463
	 * entire list.
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3464
	 */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3465
	verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3466
	    &count) == 0);
4820
acbb57436af2 6588264 zpool_get_errlog() can attempt to calloc size 0
ek110237
parents: 4715
diff changeset
  3467
	if (count == 0)
acbb57436af2 6588264 zpool_get_errlog() can attempt to calloc size 0
ek110237
parents: 4715
diff changeset
  3468
		return (0);
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3469
	if ((zc.zc_nvlist_dst = (uintptr_t)zfs_alloc(zhp->zpool_hdl,
2856
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 2676
diff changeset
  3470
	    count * sizeof (zbookmark_t))) == (uintptr_t)NULL)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3471
		return (-1);
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3472
	zc.zc_nvlist_dst_size = count;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3473
	(void) strcpy(zc.zc_name, zhp->zpool_name);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3474
	for (;;) {
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3475
		if (ioctl(zhp->zpool_hdl->libzfs_fd, ZFS_IOC_ERROR_LOG,
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3476
		    &zc) != 0) {
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3477
			free((void *)(uintptr_t)zc.zc_nvlist_dst);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3478
			if (errno == ENOMEM) {
3823
2cbdd0a48584 6494119 zpool status command exits with abort
vb160487
parents: 3741
diff changeset
  3479
				count = zc.zc_nvlist_dst_size;
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3480
				if ((zc.zc_nvlist_dst = (uintptr_t)
3823
2cbdd0a48584 6494119 zpool status command exits with abort
vb160487
parents: 3741
diff changeset
  3481
				    zfs_alloc(zhp->zpool_hdl, count *
2cbdd0a48584 6494119 zpool status command exits with abort
vb160487
parents: 3741
diff changeset
  3482
				    sizeof (zbookmark_t))) == (uintptr_t)NULL)
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3483
					return (-1);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3484
			} else {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3485
				return (-1);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3486
			}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3487
		} else {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3488
			break;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3489
		}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3490
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3491
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3492
	/*
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3493
	 * Sort the resulting bookmarks.  This is a little confusing due to the
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3494
	 * implementation of ZFS_IOC_ERROR_LOG.  The bookmarks are copied last
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3495
	 * to first, and 'zc_nvlist_dst_size' indicates the number of boomarks
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3496
	 * _not_ copied as part of the process.  So we point the start of our
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3497
	 * array appropriate and decrement the total number of elements.
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3498
	 */
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3499
	zb = ((zbookmark_t *)(uintptr_t)zc.zc_nvlist_dst) +
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3500
	    zc.zc_nvlist_dst_size;
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3501
	count -= zc.zc_nvlist_dst_size;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3502
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3503
	qsort(zb, count, sizeof (zbookmark_t), zbookmark_compare);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3504
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3505
	verify(nvlist_alloc(nverrlistp, 0, KM_SLEEP) == 0);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3506
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3507
	/*
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3508
	 * Fill in the nverrlistp with nvlist's of dataset and object numbers.
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3509
	 */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3510
	for (i = 0; i < count; i++) {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3511
		nvlist_t *nv;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3512
3700
3a7e0afcf1b4 6523936 BAD TRAP: type=8 (#df Double fault) rp=fec266f8 addr=0
ek110237
parents: 3444
diff changeset
  3513
		/* ignoring zb_blkid and zb_level for now */
3a7e0afcf1b4 6523936 BAD TRAP: type=8 (#df Double fault) rp=fec266f8 addr=0
ek110237
parents: 3444
diff changeset
  3514
		if (i > 0 && zb[i-1].zb_objset == zb[i].zb_objset &&
3a7e0afcf1b4 6523936 BAD TRAP: type=8 (#df Double fault) rp=fec266f8 addr=0
ek110237
parents: 3444
diff changeset
  3515
		    zb[i-1].zb_object == zb[i].zb_object)
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3516
			continue;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3517
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3518
		if (nvlist_alloc(&nv, NV_UNIQUE_NAME, KM_SLEEP) != 0)
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3519
			goto nomem;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3520
		if (nvlist_add_uint64(nv, ZPOOL_ERR_DATASET,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3521
		    zb[i].zb_objset) != 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3522
			nvlist_free(nv);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3523
			goto nomem;
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3524
		}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3525
		if (nvlist_add_uint64(nv, ZPOOL_ERR_OBJECT,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3526
		    zb[i].zb_object) != 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3527
			nvlist_free(nv);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3528
			goto nomem;
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3529
		}
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3530
		if (nvlist_add_nvlist(*nverrlistp, "ejk", nv) != 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3531
			nvlist_free(nv);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3532
			goto nomem;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3533
		}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3534
		nvlist_free(nv);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3535
	}
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3536
3265
967e0fca6143 6463140 zfs recv with a snapshot name that has 2 @@ in a row succeeds
ahrens
parents: 3237
diff changeset
  3537
	free((void *)(uintptr_t)zc.zc_nvlist_dst);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3538
	return (0);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3539
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3540
nomem:
2676
5cee47eddab6 PSARC 2006/486 ZFS canmount property
eschrock
parents: 2468
diff changeset
  3541
	free((void *)(uintptr_t)zc.zc_nvlist_dst);
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3542
	return (no_memory(zhp->zpool_hdl));
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 1485
diff changeset
  3543
}
1760
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3544
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3545
/*
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3546
 * Upgrade a ZFS pool to the latest on-disk version.
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3547
 */
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3548
int
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  3549
zpool_upgrade(zpool_handle_t *zhp, uint64_t new_version)
1760
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3550
{
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3551
	zfs_cmd_t zc = { 0 };
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3552
	libzfs_handle_t *hdl = zhp->zpool_hdl;
1760
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3553
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3554
	(void) strcpy(zc.zc_name, zhp->zpool_name);
5094
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  3555
	zc.zc_cookie = new_version;
71a3e95fb9e2 PSARC 2007/342 Enhanced ZFS Pool Properties
lling
parents: 4988
diff changeset
  3556
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4527
diff changeset
  3557
	if (zfs_ioctl(hdl, ZFS_IOC_POOL_UPGRADE, &zc) != 0)
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  3558
		return (zpool_standard_error_fmt(hdl, errno,
2082
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3559
		    dgettext(TEXT_DOMAIN, "cannot upgrade '%s'"),
76b439ec3ac1 PSARC 2006/223 ZFS Hot Spares
eschrock
parents: 1773
diff changeset
  3560
		    zhp->zpool_name));
1760
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3561
	return (0);
e1ad2821c30d PSARC 2006/206 zpool upgrade
eschrock
parents: 1635
diff changeset
  3562
}
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3563
4988
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3564
void
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3565
zfs_save_arguments(int argc, char **argv, char *string, int len)
4988
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3566
{
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3567
	(void) strlcpy(string, basename(argv[0]), len);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3568
	for (int i = 1; i < argc; i++) {
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3569
		(void) strlcat(string, " ", len);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3570
		(void) strlcat(string, argv[i], len);
4988
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3571
	}
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3572
}
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3573
db8abd9846d4 6595467 libzfs consumers should be allowed to write their own history (or none at all)
ek110237
parents: 4820
diff changeset
  3574
int
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3575
zpool_log_history(libzfs_handle_t *hdl, const char *message)
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3576
{
13743
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3577
	zfs_cmd_t zc = { 0 };
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3578
	nvlist_t *args;
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3579
	int err;
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3580
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3581
	args = fnvlist_alloc();
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3582
	fnvlist_add_string(args, "message", message);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3583
	err = zcmd_write_src_nvlist(hdl, &zc, args);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3584
	if (err == 0)
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3585
		err = ioctl(hdl->libzfs_fd, ZFS_IOC_LOG_HISTORY, &zc);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3586
	nvlist_free(args);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3587
	zcmd_free_nvlists(&zc);
95aba6e49b9f 2882 implement libzfs_core
Matthew Ahrens <mahrens@delphix.com>
parents: 13700
diff changeset
  3588
	return (err);
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3589
}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3590
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3591
/*
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3592
 * Perform ioctl to get some command history of a pool.
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3593
 *
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3594
 * 'buf' is the buffer to fill up to 'len' bytes.  'off' is the
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3595
 * logical offset of the history buffer to start reading from.
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3596
 *
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3597
 * Upon return, 'off' is the next logical offset to read from and
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3598
 * 'len' is the actual amount of bytes read into 'buf'.
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3599
 */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3600
static int
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3601
get_history(zpool_handle_t *zhp, char *buf, uint64_t *off, uint64_t *len)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3602
{
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3603
	zfs_cmd_t zc = { 0 };
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3604
	libzfs_handle_t *hdl = zhp->zpool_hdl;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3605
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3606
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3607
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3608
	zc.zc_history = (uint64_t)(uintptr_t)buf;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3609
	zc.zc_history_len = *len;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3610
	zc.zc_history_offset = *off;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3611
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3612
	if (ioctl(hdl->libzfs_fd, ZFS_IOC_POOL_GET_HISTORY, &zc) != 0) {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3613
		switch (errno) {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3614
		case EPERM:
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  3615
			return (zfs_error_fmt(hdl, EZFS_PERM,
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  3616
			    dgettext(TEXT_DOMAIN,
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3617
			    "cannot show history for pool '%s'"),
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3618
			    zhp->zpool_name));
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3619
		case ENOENT:
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  3620
			return (zfs_error_fmt(hdl, EZFS_NOHISTORY,
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3621
			    dgettext(TEXT_DOMAIN, "cannot get history for pool "
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3622
			    "'%s'"), zhp->zpool_name));
3863
d56571426115 6529406 zpool history needs to bump the on-disk version
ek110237
parents: 3823
diff changeset
  3623
		case ENOTSUP:
d56571426115 6529406 zpool history needs to bump the on-disk version
ek110237
parents: 3823
diff changeset
  3624
			return (zfs_error_fmt(hdl, EZFS_BADVERSION,
d56571426115 6529406 zpool history needs to bump the on-disk version
ek110237
parents: 3823
diff changeset
  3625
			    dgettext(TEXT_DOMAIN, "cannot get history for pool "
d56571426115 6529406 zpool history needs to bump the on-disk version
ek110237
parents: 3823
diff changeset
  3626
			    "'%s', pool must be upgraded"), zhp->zpool_name));
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3627
		default:
3237
98d0c28f2f5e 6480245 renaming a dataset to something with '%s' will cause segfault
lling
parents: 3126
diff changeset
  3628
			return (zpool_standard_error_fmt(hdl, errno,
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3629
			    dgettext(TEXT_DOMAIN,
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3630
			    "cannot get history for '%s'"), zhp->zpool_name));
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3631
		}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3632
	}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3633
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3634
	*len = zc.zc_history_len;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3635
	*off = zc.zc_history_offset;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3636
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3637
	return (0);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3638
}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3639
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3640
/*
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3641
 * Process the buffer of nvlists, unpacking and storing each nvlist record
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3642
 * into 'records'.  'leftover' is set to the number of bytes that weren't
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3643
 * processed as there wasn't a complete record.
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3644
 */
10685
931790026ac6 6846163 ZFS continues to use faulted logzilla, bringing system to a crawl
George Wilson <George.Wilson@Sun.COM>
parents: 10594
diff changeset
  3645
int
2926
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3646
zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover,
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3647
    nvlist_t ***records, uint_t *numrecords)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3648
{
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3649
	uint64_t reclen;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3650
	nvlist_t *nv;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3651
	int i;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3652
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3653
	while (bytes_read > sizeof (reclen)) {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3654
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3655
		/* get length of packed record (stored as little endian) */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3656
		for (i = 0, reclen = 0; i < sizeof (reclen); i++)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3657
			reclen += (uint64_t)(((uchar_t *)buf)[i]) << (8*i);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3658
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3659
		if (bytes_read < sizeof (reclen) + reclen)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3660
			break;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3661
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3662
		/* unpack record */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3663
		if (nvlist_unpack(buf + sizeof (reclen), reclen, &nv, 0) != 0)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3664
			return (ENOMEM);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3665
		bytes_read -= sizeof (reclen) + reclen;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3666
		buf += sizeof (reclen) + reclen;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3667
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3668
		/* add record to nvlist array */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3669
		(*numrecords)++;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3670
		if (ISP2(*numrecords + 1)) {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3671
			*records = realloc(*records,
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3672
			    *numrecords * 2 * sizeof (nvlist_t *));
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3673
		}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3674
		(*records)[*numrecords - 1] = nv;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3675
	}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3676
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3677
	*leftover = bytes_read;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3678
	return (0);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3679
}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3680
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3681
#define	HIS_BUF_LEN	(128*1024)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3682
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3683
/*
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3684
 * Retrieve the command history of a pool.
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3685
 */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3686
int
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3687
zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3688
{
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3689
	char buf[HIS_BUF_LEN];
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3690
	uint64_t off = 0;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3691
	nvlist_t **records = NULL;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3692
	uint_t numrecords = 0;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3693
	int err, i;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3694
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3695
	do {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3696
		uint64_t bytes_read = sizeof (buf);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3697
		uint64_t leftover;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3698
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3699
		if ((err = get_history(zhp, buf, &off, &bytes_read)) != 0)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3700
			break;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3701
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3702
		/* if nothing else was read in, we're at EOF, just return */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3703
		if (!bytes_read)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3704
			break;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3705
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3706
		if ((err = zpool_history_unpack(buf, bytes_read,
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3707
		    &leftover, &records, &numrecords)) != 0)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3708
			break;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3709
		off -= leftover;
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3710
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3711
		/* CONSTCOND */
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3712
	} while (1);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3713
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3714
	if (!err) {
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3715
		verify(nvlist_alloc(nvhisp, NV_UNIQUE_NAME, 0) == 0);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3716
		verify(nvlist_add_nvlist_array(*nvhisp, ZPOOL_HIST_RECORD,
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3717
		    records, numrecords) == 0);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3718
	}
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3719
	for (i = 0; i < numrecords; i++)
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3720
		nvlist_free(records[i]);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3721
	free(records);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3722
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3723
	return (err);
acfcfefbc60d PSARC 2006/288 zpool history
ek110237
parents: 2856
diff changeset
  3724
}
3444
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3725
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3726
void
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3727
zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3728
    char *pathname, size_t len)
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3729
{
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3730
	zfs_cmd_t zc = { 0 };
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3731
	boolean_t mounted = B_FALSE;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3732
	char *mntpnt = NULL;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3733
	char dsname[MAXNAMELEN];
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3734
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3735
	if (dsobj == 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3736
		/* special case for the MOS */
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3737
		(void) snprintf(pathname, len, "<metadata>:<0x%llx>", obj);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3738
		return;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3739
	}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3740
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3741
	/* get the dataset's name */
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3742
	(void) strlcpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name));
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3743
	zc.zc_obj = dsobj;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3744
	if (ioctl(zhp->zpool_hdl->libzfs_fd,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3745
	    ZFS_IOC_DSOBJ_TO_DSNAME, &zc) != 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3746
		/* just write out a path of two object numbers */
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3747
		(void) snprintf(pathname, len, "<0x%llx>:<0x%llx>",
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3748
		    dsobj, obj);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3749
		return;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3750
	}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3751
	(void) strlcpy(dsname, zc.zc_value, sizeof (dsname));
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3752
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3753
	/* find out if the dataset is mounted */
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3754
	mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3755
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3756
	/* get the corrupted object's path */
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3757
	(void) strlcpy(zc.zc_name, dsname, sizeof (zc.zc_name));
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3758
	zc.zc_obj = obj;
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3759
	if (ioctl(zhp->zpool_hdl->libzfs_fd, ZFS_IOC_OBJ_TO_PATH,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3760
	    &zc) == 0) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3761
		if (mounted) {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3762
			(void) snprintf(pathname, len, "%s%s", mntpnt,
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3763
			    zc.zc_value);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3764
		} else {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3765
			(void) snprintf(pathname, len, "%s:%s",
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3766
			    dsname, zc.zc_value);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3767
		}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3768
	} else {
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3769
		(void) snprintf(pathname, len, "%s:<0x%llx>", dsname, obj);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3770
	}
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3771
	free(mntpnt);
dc160a70a50d 6410433 'zpool status -v' would be more useful with filenames
ek110237
parents: 3377
diff changeset
  3772
}
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3863
diff changeset
  3773
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3774
/*
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3775
 * Read the EFI label from the config, if a label does not exist then
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3776
 * pass back the error to the caller. If the caller has passed a non-NULL
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3777
 * diskaddr argument then we set it to the starting address of the EFI
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3778
 * partition.
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3779
 */
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3780
static int
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3781
read_efi_label(nvlist_t *config, diskaddr_t *sb)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3782
{
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3783
	char *path;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3784
	int fd;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3785
	char diskname[MAXPATHLEN];
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3786
	int err = -1;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3787
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3788
	if (nvlist_lookup_string(config, ZPOOL_CONFIG_PATH, &path) != 0)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3789
		return (err);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3790
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3791
	(void) snprintf(diskname, sizeof (diskname), "%s%s", RDISK_ROOT,
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3792
	    strrchr(path, '/'));
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3793
	if ((fd = open(diskname, O_RDONLY|O_NDELAY)) >= 0) {
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3794
		struct dk_gpt *vtoc;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3795
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3796
		if ((err = efi_alloc_and_read(fd, &vtoc)) >= 0) {
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3797
			if (sb != NULL)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3798
				*sb = vtoc->efi_parts[0].p_start;
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3799
			efi_free(vtoc);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3800
		}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3801
		(void) close(fd);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3802
	}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3803
	return (err);
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3804
}
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3805
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3806
/*
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3807
 * determine where a partition starts on a disk in the current
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3808
 * configuration
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3809
 */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3810
static diskaddr_t
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3811
find_start_block(nvlist_t *config)
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3812
{
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3813
	nvlist_t **child;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3814
	uint_t c, children;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3815
	diskaddr_t sb = MAXOFFSET_T;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3816
	uint64_t wholedisk;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3817
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3818
	if (nvlist_lookup_nvlist_array(config,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3819
	    ZPOOL_CONFIG_CHILDREN, &child, &children) != 0) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3820
		if (nvlist_lookup_uint64(config,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3821
		    ZPOOL_CONFIG_WHOLE_DISK,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3822
		    &wholedisk) != 0 || !wholedisk) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3823
			return (MAXOFFSET_T);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3824
		}
7042
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3825
		if (read_efi_label(config, &sb) < 0)
46fc4b6db23e 6721094 Setting certain properties on root pools should not be allowed
gw25295
parents: 7041
diff changeset
  3826
			sb = MAXOFFSET_T;
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3827
		return (sb);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3828
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3829
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3830
	for (c = 0; c < children; c++) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3831
		sb = find_start_block(child[c]);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3832
		if (sb != MAXOFFSET_T) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3833
			return (sb);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3834
		}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3835
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3836
	return (MAXOFFSET_T);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3837
}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3838
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3839
/*
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3840
 * Label an individual disk.  The name provided is the short name,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3841
 * stripped of any leading /dev path.
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3842
 */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3843
int
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3844
zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, char *name)
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3845
{
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3846
	char path[MAXPATHLEN];
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3847
	struct dk_gpt *vtoc;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3848
	int fd;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3849
	size_t resv = EFI_MIN_RESV_SIZE;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3850
	uint64_t slice_size;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3851
	diskaddr_t start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3852
	char errbuf[1024];
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3853
6289
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3854
	/* prepare an error message just in case */
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3855
	(void) snprintf(errbuf, sizeof (errbuf),
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3856
	    dgettext(TEXT_DOMAIN, "cannot label '%s'"), name);
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3857
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3858
	if (zhp) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3859
		nvlist_t *nvroot;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3860
13570
3411fd5f1589 1948 zpool list should show more detailed pool information
George Wilson <George.Wilson@delphix.com>
parents: 13525
diff changeset
  3861
		if (zpool_is_bootable(zhp)) {
7965
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3862
			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3863
			    "EFI labeled devices are not supported on root "
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3864
			    "pools."));
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3865
			return (zfs_error(hdl, EZFS_POOL_NOTSUP, errbuf));
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3866
		}
b795da521357 6740164 zpool attach can create an illegal root pool
George Wilson <George.Wilson@Sun.COM>
parents: 7656
diff changeset
  3867
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3868
		verify(nvlist_lookup_nvlist(zhp->zpool_config,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3869
		    ZPOOL_CONFIG_VDEV_TREE, &nvroot) == 0);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3870
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3871
		if (zhp->zpool_start_block == 0)
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3872
			start_block = find_start_block(nvroot);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3873
		else
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3874
			start_block = zhp->zpool_start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3875
		zhp->zpool_start_block = start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3876
	} else {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3877
		/* new pool */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3878
		start_block = NEW_START_BLOCK;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3879
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3880
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3881
	(void) snprintf(path, sizeof (path), "%s/%s%s", RDISK_ROOT, name,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3882
	    BACKUP_SLICE);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3883
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3884
	if ((fd = open(path, O_RDWR | O_NDELAY)) < 0) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3885
		/*
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3886
		 * This shouldn't happen.  We've long since verified that this
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3887
		 * is a valid device.
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3888
		 */
6289
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3889
		zfs_error_aux(hdl,
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3890
		    dgettext(TEXT_DOMAIN, "unable to open device"));
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3891
		return (zfs_error(hdl, EZFS_OPENFAILED, errbuf));
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3892
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3893
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3894
	if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3895
		/*
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3896
		 * The only way this can fail is if we run out of memory, or we
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3897
		 * were unable to read the disk's capacity
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3898
		 */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3899
		if (errno == ENOMEM)
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3900
			(void) no_memory(hdl);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3901
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3902
		(void) close(fd);
6289
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3903
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3904
		    "unable to read disk capacity"), name);
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3905
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3906
		return (zfs_error(hdl, EZFS_NOCAP, errbuf));
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3907
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3908
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3909
	slice_size = vtoc->efi_last_u_lba + 1;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3910
	slice_size -= EFI_MIN_RESV_SIZE;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3911
	if (start_block == MAXOFFSET_T)
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3912
		start_block = NEW_START_BLOCK;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3913
	slice_size -= start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3914
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3915
	vtoc->efi_parts[0].p_start = start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3916
	vtoc->efi_parts[0].p_size = slice_size;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3917
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3918
	/*
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3919
	 * Why we use V_USR: V_BACKUP confuses users, and is considered
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3920
	 * disposable by some EFI utilities (since EFI doesn't have a backup
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3921
	 * slice).  V_UNASSIGNED is supposed to be used only for zero size
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3922
	 * partitions, and efi_write() will fail if we use it.  V_ROOT, V_BOOT,
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3923
	 * etc. were all pretty specific.  V_USR is as close to reality as we
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3924
	 * can get, in the absence of V_OTHER.
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3925
	 */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3926
	vtoc->efi_parts[0].p_tag = V_USR;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3927
	(void) strcpy(vtoc->efi_parts[0].p_name, "zfs");
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3928
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3929
	vtoc->efi_parts[8].p_start = slice_size + start_block;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3930
	vtoc->efi_parts[8].p_size = resv;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3931
	vtoc->efi_parts[8].p_tag = V_RESERVED;
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3932
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3933
	if (efi_write(fd, vtoc) != 0) {
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3934
		/*
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3935
		 * Some block drivers (like pcata) may not support EFI
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3936
		 * GPT labels.  Print out a helpful error message dir-
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3937
		 * ecting the user to manually label the disk and give
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3938
		 * a specific slice.
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3939
		 */
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3940
		(void) close(fd);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3941
		efi_free(vtoc);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3942
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3943
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
6289
9a83171c70d6 6603209 Multiple -o options to 'zfs mount' ignore all but the last.
mmusante
parents: 5621
diff changeset
  3944
		    "try using fdisk(1M) and then provide a specific slice"));
4276
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3945
		return (zfs_error(hdl, EZFS_LABELFAILED, errbuf));
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3946
	}
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3947
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3948
	(void) close(fd);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3949
	efi_free(vtoc);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3950
	return (0);
c42d49ffb16f 6385547 zpool create of a mirror using a device and a slice of a device (of same size) reports an error
taylor
parents: 3912
diff changeset
  3951
}
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3952
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3953
static boolean_t
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3954
supported_dump_vdev_type(libzfs_handle_t *hdl, nvlist_t *config, char *errbuf)
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3955
{
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3956
	char *type;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3957
	nvlist_t **child;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3958
	uint_t children, c;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3959
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3960
	verify(nvlist_lookup_string(config, ZPOOL_CONFIG_TYPE, &type) == 0);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3961
	if (strcmp(type, VDEV_TYPE_RAIDZ) == 0 ||
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3962
	    strcmp(type, VDEV_TYPE_FILE) == 0 ||
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3963
	    strcmp(type, VDEV_TYPE_LOG) == 0 ||
10594
986cb68d2347 6574286 removing a slog doesn't work
George Wilson <George.Wilson@Sun.COM>
parents: 10588
diff changeset
  3964
	    strcmp(type, VDEV_TYPE_HOLE) == 0 ||
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3965
	    strcmp(type, VDEV_TYPE_MISSING) == 0) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3966
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3967
		    "vdev type '%s' is not supported"), type);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3968
		(void) zfs_error(hdl, EZFS_VDEVNOTSUP, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3969
		return (B_FALSE);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3970
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3971
	if (nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_CHILDREN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3972
	    &child, &children) == 0) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3973
		for (c = 0; c < children; c++) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3974
			if (!supported_dump_vdev_type(hdl, child[c], errbuf))
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3975
				return (B_FALSE);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3976
		}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3977
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3978
	return (B_TRUE);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3979
}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3980
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3981
/*
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3982
 * check if this zvol is allowable for use as a dump device; zero if
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3983
 * it is, > 0 if it isn't, < 0 if it isn't a zvol
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3984
 */
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3985
int
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3986
zvol_check_dump_config(char *arg)
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3987
{
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3988
	zpool_handle_t *zhp = NULL;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3989
	nvlist_t *config, *nvroot;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3990
	char *p, *volname;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3991
	nvlist_t **top;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3992
	uint_t toplevels;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3993
	libzfs_handle_t *hdl;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3994
	char errbuf[1024];
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3995
	char poolname[ZPOOL_MAXNAMELEN];
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3996
	int pathlen = strlen(ZVOL_FULL_DEV_DIR);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3997
	int ret = 1;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3998
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  3999
	if (strncmp(arg, ZVOL_FULL_DEV_DIR, pathlen)) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4000
		return (-1);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4001
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4002
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4003
	(void) snprintf(errbuf, sizeof (errbuf), dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4004
	    "dump is not supported on device '%s'"), arg);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4005
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4006
	if ((hdl = libzfs_init()) == NULL)
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4007
		return (1);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4008
	libzfs_print_on_error(hdl, B_TRUE);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4009
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4010
	volname = arg + pathlen;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4011
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4012
	/* check the configuration of the pool */
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4013
	if ((p = strchr(volname, '/')) == NULL) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4014
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4015
		    "malformed dataset name"));
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4016
		(void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4017
		return (1);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4018
	} else if (p - volname >= ZFS_MAXNAMELEN) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4019
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4020
		    "dataset name is too long"));
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4021
		(void) zfs_error(hdl, EZFS_NAMETOOLONG, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4022
		return (1);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4023
	} else {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4024
		(void) strncpy(poolname, volname, p - volname);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4025
		poolname[p - volname] = '\0';
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4026
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4027
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4028
	if ((zhp = zpool_open(hdl, poolname)) == NULL) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4029
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4030
		    "could not open pool '%s'"), poolname);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4031
		(void) zfs_error(hdl, EZFS_OPENFAILED, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4032
		goto out;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4033
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4034
	config = zpool_get_config(zhp, NULL);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4035
	if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4036
	    &nvroot) != 0) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4037
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4038
		    "could not obtain vdev configuration for  '%s'"), poolname);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4039
		(void) zfs_error(hdl, EZFS_INVALCONFIG, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4040
		goto out;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4041
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4042
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4043
	verify(nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4044
	    &top, &toplevels) == 0);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4045
	if (toplevels != 1) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4046
		zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4047
		    "'%s' has multiple top level vdevs"), poolname);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4048
		(void) zfs_error(hdl, EZFS_DEVOVERFLOW, errbuf);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4049
		goto out;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4050
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4051
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4052
	if (!supported_dump_vdev_type(hdl, top[0], errbuf)) {
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4053
		goto out;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4054
	}
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4055
	ret = 0;
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4056
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4057
out:
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4058
	if (zhp)
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4059
		zpool_close(zhp);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4060
	libzfs_fini(hdl);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4061
	return (ret);
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6289
diff changeset
  4062
}