4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 * Copyright (c) 2018 Joyent, Inc.
25 * Copyright (c) 2011, 2017 by Delphix. All rights reserved.
26 * Copyright 2016 Igor Kozhukhov <ikozhukhov@gmail.com>
27 * Copyright (c) 2017 Datto Inc.
31 * Internal utility routines for the ZFS library.
44 #include <sys/filio.h>
45 #include <sys/mnttab.h>
46 #include <sys/mntent.h>
47 #include <sys/types.h>
48 #include <libcmdutils.h>
51 #include <libzfs_core.h>
53 #include "libzfs_impl.h"
55 #include "zfeature_common.h"
58 libzfs_errno(libzfs_handle_t
*hdl
)
60 return (hdl
->libzfs_error
);
64 libzfs_error_action(libzfs_handle_t
*hdl
)
66 return (hdl
->libzfs_action
);
70 libzfs_error_description(libzfs_handle_t
*hdl
)
72 if (hdl
->libzfs_desc
[0] != '\0')
73 return (hdl
->libzfs_desc
);
75 switch (hdl
->libzfs_error
) {
77 return (dgettext(TEXT_DOMAIN
, "out of memory"));
79 return (dgettext(TEXT_DOMAIN
, "invalid property value"));
80 case EZFS_PROPREADONLY
:
81 return (dgettext(TEXT_DOMAIN
, "read-only property"));
83 return (dgettext(TEXT_DOMAIN
, "property doesn't apply to "
84 "datasets of this type"));
85 case EZFS_PROPNONINHERIT
:
86 return (dgettext(TEXT_DOMAIN
, "property cannot be inherited"));
88 return (dgettext(TEXT_DOMAIN
, "invalid quota or reservation"));
90 return (dgettext(TEXT_DOMAIN
, "operation not applicable to "
91 "datasets of this type"));
93 return (dgettext(TEXT_DOMAIN
, "pool or dataset is busy"));
95 return (dgettext(TEXT_DOMAIN
, "pool or dataset exists"));
97 return (dgettext(TEXT_DOMAIN
, "no such pool or dataset"));
99 return (dgettext(TEXT_DOMAIN
, "invalid backup stream"));
100 case EZFS_DSREADONLY
:
101 return (dgettext(TEXT_DOMAIN
, "dataset is read-only"));
103 return (dgettext(TEXT_DOMAIN
, "volume size exceeds limit for "
105 case EZFS_INVALIDNAME
:
106 return (dgettext(TEXT_DOMAIN
, "invalid name"));
107 case EZFS_BADRESTORE
:
108 return (dgettext(TEXT_DOMAIN
, "unable to restore to "
111 return (dgettext(TEXT_DOMAIN
, "backup failed"));
113 return (dgettext(TEXT_DOMAIN
, "invalid target vdev"));
115 return (dgettext(TEXT_DOMAIN
, "no such device in pool"));
117 return (dgettext(TEXT_DOMAIN
, "invalid device"));
118 case EZFS_NOREPLICAS
:
119 return (dgettext(TEXT_DOMAIN
, "no valid replicas"));
120 case EZFS_RESILVERING
:
121 return (dgettext(TEXT_DOMAIN
, "currently resilvering"));
122 case EZFS_BADVERSION
:
123 return (dgettext(TEXT_DOMAIN
, "unsupported version or "
125 case EZFS_POOLUNAVAIL
:
126 return (dgettext(TEXT_DOMAIN
, "pool is unavailable"));
127 case EZFS_DEVOVERFLOW
:
128 return (dgettext(TEXT_DOMAIN
, "too many devices in one vdev"));
130 return (dgettext(TEXT_DOMAIN
, "must be an absolute path"));
131 case EZFS_CROSSTARGET
:
132 return (dgettext(TEXT_DOMAIN
, "operation crosses datasets or "
135 return (dgettext(TEXT_DOMAIN
, "dataset in use by local zone"));
136 case EZFS_MOUNTFAILED
:
137 return (dgettext(TEXT_DOMAIN
, "mount failed"));
138 case EZFS_UMOUNTFAILED
:
139 return (dgettext(TEXT_DOMAIN
, "umount failed"));
140 case EZFS_UNSHARENFSFAILED
:
141 return (dgettext(TEXT_DOMAIN
, "unshare(8) failed"));
142 case EZFS_SHARENFSFAILED
:
143 return (dgettext(TEXT_DOMAIN
, "share(8) failed"));
144 case EZFS_UNSHARESMBFAILED
:
145 return (dgettext(TEXT_DOMAIN
, "smb remove share failed"));
146 case EZFS_SHARESMBFAILED
:
147 return (dgettext(TEXT_DOMAIN
, "smb add share failed"));
149 return (dgettext(TEXT_DOMAIN
, "permission denied"));
151 return (dgettext(TEXT_DOMAIN
, "out of space"));
153 return (dgettext(TEXT_DOMAIN
, "bad address"));
155 return (dgettext(TEXT_DOMAIN
, "I/O error"));
157 return (dgettext(TEXT_DOMAIN
, "signal received"));
159 return (dgettext(TEXT_DOMAIN
, "device is reserved as a hot "
161 case EZFS_INVALCONFIG
:
162 return (dgettext(TEXT_DOMAIN
, "invalid vdev configuration"));
164 return (dgettext(TEXT_DOMAIN
, "recursive dataset dependency"));
166 return (dgettext(TEXT_DOMAIN
, "no history available"));
168 return (dgettext(TEXT_DOMAIN
, "failed to retrieve "
170 case EZFS_POOL_NOTSUP
:
171 return (dgettext(TEXT_DOMAIN
, "operation not supported "
172 "on this type of pool"));
173 case EZFS_POOL_INVALARG
:
174 return (dgettext(TEXT_DOMAIN
, "invalid argument for "
175 "this pool operation"));
176 case EZFS_NAMETOOLONG
:
177 return (dgettext(TEXT_DOMAIN
, "dataset name is too long"));
178 case EZFS_OPENFAILED
:
179 return (dgettext(TEXT_DOMAIN
, "open failed"));
181 return (dgettext(TEXT_DOMAIN
,
182 "disk capacity information could not be retrieved"));
183 case EZFS_LABELFAILED
:
184 return (dgettext(TEXT_DOMAIN
, "write of label failed"));
186 return (dgettext(TEXT_DOMAIN
, "invalid user/group"));
188 return (dgettext(TEXT_DOMAIN
, "invalid permission"));
189 case EZFS_BADPERMSET
:
190 return (dgettext(TEXT_DOMAIN
, "invalid permission set name"));
191 case EZFS_NODELEGATION
:
192 return (dgettext(TEXT_DOMAIN
, "delegated administration is "
193 "disabled on pool"));
195 return (dgettext(TEXT_DOMAIN
, "invalid or missing cache file"));
197 return (dgettext(TEXT_DOMAIN
, "device is in use as a cache"));
198 case EZFS_VDEVNOTSUP
:
199 return (dgettext(TEXT_DOMAIN
, "vdev specification is not "
202 return (dgettext(TEXT_DOMAIN
, "operation not supported "
204 case EZFS_ACTIVE_SPARE
:
205 return (dgettext(TEXT_DOMAIN
, "pool has active shared spare "
207 case EZFS_UNPLAYED_LOGS
:
208 return (dgettext(TEXT_DOMAIN
, "log device has unplayed intent "
210 case EZFS_REFTAG_RELE
:
211 return (dgettext(TEXT_DOMAIN
, "no such tag on this dataset"));
212 case EZFS_REFTAG_HOLD
:
213 return (dgettext(TEXT_DOMAIN
, "tag already exists on this "
215 case EZFS_TAGTOOLONG
:
216 return (dgettext(TEXT_DOMAIN
, "tag too long"));
217 case EZFS_PIPEFAILED
:
218 return (dgettext(TEXT_DOMAIN
, "pipe create failed"));
219 case EZFS_THREADCREATEFAILED
:
220 return (dgettext(TEXT_DOMAIN
, "thread create failed"));
221 case EZFS_POSTSPLIT_ONLINE
:
222 return (dgettext(TEXT_DOMAIN
, "disk was split from this pool "
224 case EZFS_SCRUB_PAUSED
:
225 return (dgettext(TEXT_DOMAIN
, "scrub is paused; "
226 "use 'zpool scrub' to resume"));
228 return (dgettext(TEXT_DOMAIN
, "currently scrubbing; "
229 "use 'zpool scrub -s' to cancel current scrub"));
231 return (dgettext(TEXT_DOMAIN
, "there is no active scrub"));
233 return (dgettext(TEXT_DOMAIN
, "unable to generate diffs"));
235 return (dgettext(TEXT_DOMAIN
, "invalid diff data"));
236 case EZFS_POOLREADONLY
:
237 return (dgettext(TEXT_DOMAIN
, "pool is read-only"));
238 case EZFS_NO_PENDING
:
239 return (dgettext(TEXT_DOMAIN
, "operation is not "
241 case EZFS_CHECKPOINT_EXISTS
:
242 return (dgettext(TEXT_DOMAIN
, "checkpoint exists"));
243 case EZFS_DISCARDING_CHECKPOINT
:
244 return (dgettext(TEXT_DOMAIN
, "currently discarding "
246 case EZFS_NO_CHECKPOINT
:
247 return (dgettext(TEXT_DOMAIN
, "checkpoint does not exist"));
248 case EZFS_DEVRM_IN_PROGRESS
:
249 return (dgettext(TEXT_DOMAIN
, "device removal in progress"));
250 case EZFS_VDEV_TOO_BIG
:
251 return (dgettext(TEXT_DOMAIN
, "device exceeds supported size"));
253 return (dgettext(TEXT_DOMAIN
, "argument list too long"));
254 case EZFS_INITIALIZING
:
255 return (dgettext(TEXT_DOMAIN
, "currently initializing"));
256 case EZFS_NO_INITIALIZE
:
257 return (dgettext(TEXT_DOMAIN
, "there is no active "
260 return (dgettext(TEXT_DOMAIN
, "unknown error"));
262 assert(hdl
->libzfs_error
== 0);
263 return (dgettext(TEXT_DOMAIN
, "no error"));
269 zfs_error_aux(libzfs_handle_t
*hdl
, const char *fmt
, ...)
275 (void) vsnprintf(hdl
->libzfs_desc
, sizeof (hdl
->libzfs_desc
),
277 hdl
->libzfs_desc_active
= 1;
283 zfs_verror(libzfs_handle_t
*hdl
, int error
, const char *fmt
, va_list ap
)
285 (void) vsnprintf(hdl
->libzfs_action
, sizeof (hdl
->libzfs_action
),
287 hdl
->libzfs_error
= error
;
289 if (hdl
->libzfs_desc_active
)
290 hdl
->libzfs_desc_active
= 0;
292 hdl
->libzfs_desc
[0] = '\0';
294 if (hdl
->libzfs_printerr
) {
295 if (error
== EZFS_UNKNOWN
) {
296 (void) fprintf(stderr
, dgettext(TEXT_DOMAIN
, "internal "
297 "error: %s\n"), libzfs_error_description(hdl
));
301 (void) fprintf(stderr
, "%s: %s\n", hdl
->libzfs_action
,
302 libzfs_error_description(hdl
));
303 if (error
== EZFS_NOMEM
)
309 zfs_error(libzfs_handle_t
*hdl
, int error
, const char *msg
)
311 return (zfs_error_fmt(hdl
, error
, "%s", msg
));
316 zfs_error_fmt(libzfs_handle_t
*hdl
, int error
, const char *fmt
, ...)
322 zfs_verror(hdl
, error
, fmt
, ap
);
330 zfs_common_error(libzfs_handle_t
*hdl
, int error
, const char *fmt
,
336 zfs_verror(hdl
, EZFS_PERM
, fmt
, ap
);
340 zfs_verror(hdl
, EZFS_NODELEGATION
, fmt
, ap
);
344 zfs_verror(hdl
, EZFS_IO
, fmt
, ap
);
348 zfs_verror(hdl
, EZFS_FAULT
, fmt
, ap
);
352 zfs_verror(hdl
, EZFS_INTR
, fmt
, ap
);
360 zfs_standard_error(libzfs_handle_t
*hdl
, int error
, const char *msg
)
362 return (zfs_standard_error_fmt(hdl
, error
, "%s", msg
));
367 zfs_standard_error_fmt(libzfs_handle_t
*hdl
, int error
, const char *fmt
, ...)
373 if (zfs_common_error(hdl
, error
, fmt
, ap
) != 0) {
382 zfs_verror(hdl
, EZFS_IO
, fmt
, ap
);
386 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
387 "dataset does not exist"));
388 zfs_verror(hdl
, EZFS_NOENT
, fmt
, ap
);
393 zfs_verror(hdl
, EZFS_NOSPC
, fmt
, ap
);
397 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
398 "dataset already exists"));
399 zfs_verror(hdl
, EZFS_EXISTS
, fmt
, ap
);
403 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
405 zfs_verror(hdl
, EZFS_BUSY
, fmt
, ap
);
408 zfs_verror(hdl
, EZFS_POOLREADONLY
, fmt
, ap
);
411 zfs_verror(hdl
, EZFS_NAMETOOLONG
, fmt
, ap
);
414 zfs_verror(hdl
, EZFS_BADVERSION
, fmt
, ap
);
417 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
418 "pool I/O is currently suspended"));
419 zfs_verror(hdl
, EZFS_POOLUNAVAIL
, fmt
, ap
);
422 zfs_error_aux(hdl
, strerror(error
));
423 zfs_verror(hdl
, EZFS_UNKNOWN
, fmt
, ap
);
432 zpool_standard_error(libzfs_handle_t
*hdl
, int error
, const char *msg
)
434 return (zpool_standard_error_fmt(hdl
, error
, "%s", msg
));
439 zpool_standard_error_fmt(libzfs_handle_t
*hdl
, int error
, const char *fmt
, ...)
445 if (zfs_common_error(hdl
, error
, fmt
, ap
) != 0) {
452 zfs_verror(hdl
, EZFS_NODEVICE
, fmt
, ap
);
457 dgettext(TEXT_DOMAIN
, "no such pool or dataset"));
458 zfs_verror(hdl
, EZFS_NOENT
, fmt
, ap
);
462 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
463 "pool already exists"));
464 zfs_verror(hdl
, EZFS_EXISTS
, fmt
, ap
);
468 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
, "pool is busy"));
469 zfs_verror(hdl
, EZFS_BUSY
, fmt
, ap
);
473 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
474 "one or more devices is currently unavailable"));
475 zfs_verror(hdl
, EZFS_BADDEV
, fmt
, ap
);
479 zfs_verror(hdl
, EZFS_DEVOVERFLOW
, fmt
, ap
);
483 zfs_verror(hdl
, EZFS_POOL_NOTSUP
, fmt
, ap
);
487 zfs_verror(hdl
, EZFS_POOL_INVALARG
, fmt
, ap
);
492 zfs_verror(hdl
, EZFS_NOSPC
, fmt
, ap
);
496 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
497 "pool I/O is currently suspended"));
498 zfs_verror(hdl
, EZFS_POOLUNAVAIL
, fmt
, ap
);
502 zfs_verror(hdl
, EZFS_POOLREADONLY
, fmt
, ap
);
504 /* There is no pending operation to cancel */
506 zfs_verror(hdl
, EZFS_NO_PENDING
, fmt
, ap
);
508 case ZFS_ERR_CHECKPOINT_EXISTS
:
509 zfs_verror(hdl
, EZFS_CHECKPOINT_EXISTS
, fmt
, ap
);
511 case ZFS_ERR_DISCARDING_CHECKPOINT
:
512 zfs_verror(hdl
, EZFS_DISCARDING_CHECKPOINT
, fmt
, ap
);
514 case ZFS_ERR_NO_CHECKPOINT
:
515 zfs_verror(hdl
, EZFS_NO_CHECKPOINT
, fmt
, ap
);
517 case ZFS_ERR_DEVRM_IN_PROGRESS
:
518 zfs_verror(hdl
, EZFS_DEVRM_IN_PROGRESS
, fmt
, ap
);
520 case ZFS_ERR_VDEV_TOO_BIG
:
521 zfs_verror(hdl
, EZFS_VDEV_TOO_BIG
, fmt
, ap
);
524 zfs_error_aux(hdl
, strerror(error
));
525 zfs_verror(hdl
, EZFS_UNKNOWN
, fmt
, ap
);
533 * Display an out of memory error message and abort the current program.
536 no_memory(libzfs_handle_t
*hdl
)
538 return (zfs_error(hdl
, EZFS_NOMEM
, "internal error"));
542 * A safe form of malloc() which will die if the allocation fails.
545 zfs_alloc(libzfs_handle_t
*hdl
, size_t size
)
549 if ((data
= calloc(1, size
)) == NULL
)
550 (void) no_memory(hdl
);
556 * A safe form of asprintf() which will die if the allocation fails.
560 zfs_asprintf(libzfs_handle_t
*hdl
, const char *fmt
, ...)
568 err
= vasprintf(&ret
, fmt
, ap
);
573 (void) no_memory(hdl
);
579 * A safe form of realloc(), which also zeroes newly allocated space.
582 zfs_realloc(libzfs_handle_t
*hdl
, void *ptr
, size_t oldsize
, size_t newsize
)
586 if ((ret
= realloc(ptr
, newsize
)) == NULL
) {
587 (void) no_memory(hdl
);
591 bzero((char *)ret
+ oldsize
, (newsize
- oldsize
));
596 * A safe form of strdup() which will die if the allocation fails.
599 zfs_strdup(libzfs_handle_t
*hdl
, const char *str
)
603 if ((ret
= strdup(str
)) == NULL
)
604 (void) no_memory(hdl
);
610 * Convert a number to an appropriately human-readable output.
613 zfs_nicenum(uint64_t num
, char *buf
, size_t buflen
)
615 nicenum(num
, buf
, buflen
);
619 libzfs_print_on_error(libzfs_handle_t
*hdl
, boolean_t printerr
)
621 hdl
->libzfs_printerr
= printerr
;
627 libzfs_handle_t
*hdl
;
629 if ((hdl
= calloc(1, sizeof (libzfs_handle_t
))) == NULL
) {
633 if ((hdl
->libzfs_fd
= open(ZFS_DEV
, O_RDWR
)) < 0) {
638 if ((hdl
->libzfs_mnttab
= fopen(MNTTAB
, "rF")) == NULL
) {
639 (void) close(hdl
->libzfs_fd
);
644 hdl
->libzfs_sharetab
= fopen("/etc/dfs/sharetab", "rF");
646 if (libzfs_core_init() != 0) {
647 (void) close(hdl
->libzfs_fd
);
648 (void) fclose(hdl
->libzfs_mnttab
);
649 (void) fclose(hdl
->libzfs_sharetab
);
656 zpool_feature_init();
657 libzfs_mnttab_init(hdl
);
659 if (getenv("ZFS_PROP_DEBUG") != NULL
) {
660 hdl
->libzfs_prop_debug
= B_TRUE
;
667 libzfs_fini(libzfs_handle_t
*hdl
)
669 (void) close(hdl
->libzfs_fd
);
670 if (hdl
->libzfs_mnttab
)
671 (void) fclose(hdl
->libzfs_mnttab
);
672 if (hdl
->libzfs_sharetab
)
673 (void) fclose(hdl
->libzfs_sharetab
);
674 zfs_uninit_libshare(hdl
);
675 zpool_free_handles(hdl
);
676 libzfs_fru_clear(hdl
, B_TRUE
);
677 namespace_clear(hdl
);
678 libzfs_mnttab_fini(hdl
);
684 zpool_get_handle(zpool_handle_t
*zhp
)
686 return (zhp
->zpool_hdl
);
690 zfs_get_handle(zfs_handle_t
*zhp
)
692 return (zhp
->zfs_hdl
);
696 zfs_get_pool_handle(const zfs_handle_t
*zhp
)
698 return (zhp
->zpool_hdl
);
702 * Given a name, determine whether or not it's a valid path
703 * (starts with '/' or "./"). If so, walk the mnttab trying
704 * to match the device number. If not, treat the path as an
705 * fs/vol/snap/bkmark name.
708 zfs_path_to_zhandle(libzfs_handle_t
*hdl
, char *path
, zfs_type_t argtype
)
711 struct extmnttab entry
;
714 if (path
[0] != '/' && strncmp(path
, "./", strlen("./")) != 0) {
716 * It's not a valid path, assume it's a name of type 'argtype'.
718 return (zfs_open(hdl
, path
, argtype
));
721 if (stat(path
, &statbuf
) != 0) {
722 (void) fprintf(stderr
, "%s: %s\n", path
, strerror(errno
));
726 rewind(hdl
->libzfs_mnttab
);
727 while ((ret
= getextmntent(hdl
->libzfs_mnttab
, &entry
, 0)) == 0) {
728 if (makedevice(entry
.mnt_major
, entry
.mnt_minor
) ==
737 if (strcmp(entry
.mnt_fstype
, MNTTYPE_ZFS
) != 0) {
738 (void) fprintf(stderr
, gettext("'%s': not a ZFS filesystem\n"),
743 return (zfs_open(hdl
, entry
.mnt_special
, ZFS_TYPE_FILESYSTEM
));
747 * Initialize the zc_nvlist_dst member to prepare for receiving an nvlist from
751 zcmd_alloc_dst_nvlist(libzfs_handle_t
*hdl
, zfs_cmd_t
*zc
, size_t len
)
755 zc
->zc_nvlist_dst_size
= len
;
757 (uint64_t)(uintptr_t)zfs_alloc(hdl
, zc
->zc_nvlist_dst_size
);
758 if (zc
->zc_nvlist_dst
== 0)
765 * Called when an ioctl() which returns an nvlist fails with ENOMEM. This will
766 * expand the nvlist to the size specified in 'zc_nvlist_dst_size', which was
767 * filled in by the kernel to indicate the actual required size.
770 zcmd_expand_dst_nvlist(libzfs_handle_t
*hdl
, zfs_cmd_t
*zc
)
772 free((void *)(uintptr_t)zc
->zc_nvlist_dst
);
774 (uint64_t)(uintptr_t)zfs_alloc(hdl
, zc
->zc_nvlist_dst_size
);
775 if (zc
->zc_nvlist_dst
== 0)
782 * Called to free the src and dst nvlists stored in the command structure.
785 zcmd_free_nvlists(zfs_cmd_t
*zc
)
787 free((void *)(uintptr_t)zc
->zc_nvlist_conf
);
788 free((void *)(uintptr_t)zc
->zc_nvlist_src
);
789 free((void *)(uintptr_t)zc
->zc_nvlist_dst
);
790 zc
->zc_nvlist_conf
= (uintptr_t)NULL
;
791 zc
->zc_nvlist_src
= (uintptr_t)NULL
;
792 zc
->zc_nvlist_dst
= (uintptr_t)NULL
;
796 zcmd_write_nvlist_com(libzfs_handle_t
*hdl
, uint64_t *outnv
, uint64_t *outlen
,
802 verify(nvlist_size(nvl
, &len
, NV_ENCODE_NATIVE
) == 0);
804 if ((packed
= zfs_alloc(hdl
, len
)) == NULL
)
807 verify(nvlist_pack(nvl
, &packed
, &len
, NV_ENCODE_NATIVE
, 0) == 0);
809 *outnv
= (uint64_t)(uintptr_t)packed
;
816 zcmd_write_conf_nvlist(libzfs_handle_t
*hdl
, zfs_cmd_t
*zc
, nvlist_t
*nvl
)
818 return (zcmd_write_nvlist_com(hdl
, &zc
->zc_nvlist_conf
,
819 &zc
->zc_nvlist_conf_size
, nvl
));
823 zcmd_write_src_nvlist(libzfs_handle_t
*hdl
, zfs_cmd_t
*zc
, nvlist_t
*nvl
)
825 return (zcmd_write_nvlist_com(hdl
, &zc
->zc_nvlist_src
,
826 &zc
->zc_nvlist_src_size
, nvl
));
830 * Unpacks an nvlist from the ZFS ioctl command structure.
833 zcmd_read_dst_nvlist(libzfs_handle_t
*hdl
, zfs_cmd_t
*zc
, nvlist_t
**nvlp
)
835 if (nvlist_unpack((void *)(uintptr_t)zc
->zc_nvlist_dst
,
836 zc
->zc_nvlist_dst_size
, nvlp
, 0) != 0)
837 return (no_memory(hdl
));
843 zfs_ioctl(libzfs_handle_t
*hdl
, int request
, zfs_cmd_t
*zc
)
845 return (ioctl(hdl
->libzfs_fd
, request
, zc
));
849 * ================================================================
850 * API shared by zfs and zpool property management
851 * ================================================================
855 zprop_print_headers(zprop_get_cbdata_t
*cbp
, zfs_type_t type
)
857 zprop_list_t
*pl
= cbp
->cb_proplist
;
862 cbp
->cb_first
= B_FALSE
;
863 if (cbp
->cb_scripted
)
867 * Start with the length of the column headers.
869 cbp
->cb_colwidths
[GET_COL_NAME
] = strlen(dgettext(TEXT_DOMAIN
, "NAME"));
870 cbp
->cb_colwidths
[GET_COL_PROPERTY
] = strlen(dgettext(TEXT_DOMAIN
,
872 cbp
->cb_colwidths
[GET_COL_VALUE
] = strlen(dgettext(TEXT_DOMAIN
,
874 cbp
->cb_colwidths
[GET_COL_RECVD
] = strlen(dgettext(TEXT_DOMAIN
,
876 cbp
->cb_colwidths
[GET_COL_SOURCE
] = strlen(dgettext(TEXT_DOMAIN
,
879 /* first property is always NAME */
880 assert(cbp
->cb_proplist
->pl_prop
==
881 ((type
== ZFS_TYPE_POOL
) ? ZPOOL_PROP_NAME
: ZFS_PROP_NAME
));
884 * Go through and calculate the widths for each column. For the
885 * 'source' column, we kludge it up by taking the worst-case scenario of
886 * inheriting from the longest name. This is acceptable because in the
887 * majority of cases 'SOURCE' is the last column displayed, and we don't
888 * use the width anyway. Note that the 'VALUE' column can be oversized,
889 * if the name of the property is much longer than any values we find.
891 for (pl
= cbp
->cb_proplist
; pl
!= NULL
; pl
= pl
->pl_next
) {
895 if (pl
->pl_prop
!= ZPROP_INVAL
) {
896 const char *propname
= (type
== ZFS_TYPE_POOL
) ?
897 zpool_prop_to_name(pl
->pl_prop
) :
898 zfs_prop_to_name(pl
->pl_prop
);
900 len
= strlen(propname
);
901 if (len
> cbp
->cb_colwidths
[GET_COL_PROPERTY
])
902 cbp
->cb_colwidths
[GET_COL_PROPERTY
] = len
;
904 len
= strlen(pl
->pl_user_prop
);
905 if (len
> cbp
->cb_colwidths
[GET_COL_PROPERTY
])
906 cbp
->cb_colwidths
[GET_COL_PROPERTY
] = len
;
910 * 'VALUE' column. The first property is always the 'name'
911 * property that was tacked on either by /sbin/zfs's
912 * zfs_do_get() or when calling zprop_expand_list(), so we
913 * ignore its width. If the user specified the name property
914 * to display, then it will be later in the list in any case.
916 if (pl
!= cbp
->cb_proplist
&&
917 pl
->pl_width
> cbp
->cb_colwidths
[GET_COL_VALUE
])
918 cbp
->cb_colwidths
[GET_COL_VALUE
] = pl
->pl_width
;
920 /* 'RECEIVED' column. */
921 if (pl
!= cbp
->cb_proplist
&&
922 pl
->pl_recvd_width
> cbp
->cb_colwidths
[GET_COL_RECVD
])
923 cbp
->cb_colwidths
[GET_COL_RECVD
] = pl
->pl_recvd_width
;
926 * 'NAME' and 'SOURCE' columns
928 if (pl
->pl_prop
== (type
== ZFS_TYPE_POOL
? ZPOOL_PROP_NAME
:
930 pl
->pl_width
> cbp
->cb_colwidths
[GET_COL_NAME
]) {
931 cbp
->cb_colwidths
[GET_COL_NAME
] = pl
->pl_width
;
932 cbp
->cb_colwidths
[GET_COL_SOURCE
] = pl
->pl_width
+
933 strlen(dgettext(TEXT_DOMAIN
, "inherited from"));
938 * Now go through and print the headers.
940 for (i
= 0; i
< ZFS_GET_NCOLS
; i
++) {
941 switch (cbp
->cb_columns
[i
]) {
943 title
= dgettext(TEXT_DOMAIN
, "NAME");
945 case GET_COL_PROPERTY
:
946 title
= dgettext(TEXT_DOMAIN
, "PROPERTY");
949 title
= dgettext(TEXT_DOMAIN
, "VALUE");
952 title
= dgettext(TEXT_DOMAIN
, "RECEIVED");
955 title
= dgettext(TEXT_DOMAIN
, "SOURCE");
962 if (i
== (ZFS_GET_NCOLS
- 1) ||
963 cbp
->cb_columns
[i
+ 1] == GET_COL_NONE
)
964 (void) printf("%s", title
);
966 (void) printf("%-*s ",
967 cbp
->cb_colwidths
[cbp
->cb_columns
[i
]],
975 * Display a single line of output, according to the settings in the callback
979 zprop_print_one_property(const char *name
, zprop_get_cbdata_t
*cbp
,
980 const char *propname
, const char *value
, zprop_source_t sourcetype
,
981 const char *source
, const char *recvd_value
)
984 const char *str
= NULL
;
988 * Ignore those source types that the user has chosen to ignore.
990 if ((sourcetype
& cbp
->cb_sources
) == 0)
994 zprop_print_headers(cbp
, cbp
->cb_type
);
996 for (i
= 0; i
< ZFS_GET_NCOLS
; i
++) {
997 switch (cbp
->cb_columns
[i
]) {
1002 case GET_COL_PROPERTY
:
1010 case GET_COL_SOURCE
:
1011 switch (sourcetype
) {
1012 case ZPROP_SRC_NONE
:
1016 case ZPROP_SRC_DEFAULT
:
1020 case ZPROP_SRC_LOCAL
:
1024 case ZPROP_SRC_TEMPORARY
:
1028 case ZPROP_SRC_INHERITED
:
1029 (void) snprintf(buf
, sizeof (buf
),
1030 "inherited from %s", source
);
1033 case ZPROP_SRC_RECEIVED
:
1039 assert(!"unhandled zprop_source_t");
1044 str
= (recvd_value
== NULL
? "-" : recvd_value
);
1051 if (cbp
->cb_columns
[i
+ 1] == GET_COL_NONE
)
1052 (void) printf("%s", str
);
1053 else if (cbp
->cb_scripted
)
1054 (void) printf("%s\t", str
);
1056 (void) printf("%-*s ",
1057 cbp
->cb_colwidths
[cbp
->cb_columns
[i
]],
1061 (void) printf("\n");
1065 * Given a numeric suffix, convert the value into a number of bits that the
1066 * resulting value must be shifted.
1069 str2shift(libzfs_handle_t
*hdl
, const char *buf
)
1071 const char *ends
= "BKMGTPEZ";
1076 for (i
= 0; i
< strlen(ends
); i
++) {
1077 if (toupper(buf
[0]) == ends
[i
])
1080 if (i
== strlen(ends
)) {
1081 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1082 "invalid numeric suffix '%s'"), buf
);
1087 * We want to allow trailing 'b' characters for 'GB' or 'Mb'. But don't
1088 * allow 'BB' - that's just weird.
1090 if (buf
[1] == '\0' || (toupper(buf
[1]) == 'B' && buf
[2] == '\0' &&
1091 toupper(buf
[0]) != 'B'))
1094 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1095 "invalid numeric suffix '%s'"), buf
);
1100 * Convert a string of the form '100G' into a real number. Used when setting
1101 * properties or creating a volume. 'buf' is used to place an extended error
1102 * message for the caller to use.
1105 zfs_nicestrtonum(libzfs_handle_t
*hdl
, const char *value
, uint64_t *num
)
1112 /* Check to see if this looks like a number. */
1113 if ((value
[0] < '0' || value
[0] > '9') && value
[0] != '.') {
1115 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1116 "bad numeric value '%s'"), value
);
1120 /* Rely on strtoull() to process the numeric portion. */
1122 *num
= strtoull(value
, &end
, 10);
1125 * Check for ERANGE, which indicates that the value is too large to fit
1126 * in a 64-bit value.
1128 if (errno
== ERANGE
) {
1130 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1131 "numeric value is too large"));
1136 * If we have a decimal value, then do the computation with floating
1137 * point arithmetic. Otherwise, use standard arithmetic.
1140 double fval
= strtod(value
, &end
);
1142 if ((shift
= str2shift(hdl
, end
)) == -1)
1145 fval
*= pow(2, shift
);
1147 if (fval
> UINT64_MAX
) {
1149 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1150 "numeric value is too large"));
1154 *num
= (uint64_t)fval
;
1156 if ((shift
= str2shift(hdl
, end
)) == -1)
1159 /* Check for overflow */
1160 if (shift
>= 64 || (*num
<< shift
) >> shift
!= *num
) {
1162 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1163 "numeric value is too large"));
1174 * Given a propname=value nvpair to set, parse any numeric properties
1175 * (index, boolean, etc) if they are specified as strings and add the
1176 * resulting nvpair to the returned nvlist.
1178 * At the DSL layer, all properties are either 64-bit numbers or strings.
1179 * We want the user to be able to ignore this fact and specify properties
1180 * as native values (numbers, for example) or as strings (to simplify
1181 * command line utilities). This also handles converting index types
1182 * (compression, checksum, etc) from strings to their on-disk index.
1185 zprop_parse_value(libzfs_handle_t
*hdl
, nvpair_t
*elem
, int prop
,
1186 zfs_type_t type
, nvlist_t
*ret
, char **svalp
, uint64_t *ivalp
,
1189 data_type_t datatype
= nvpair_type(elem
);
1190 zprop_type_t proptype
;
1191 const char *propname
;
1193 boolean_t isnone
= B_FALSE
;
1194 boolean_t isauto
= B_FALSE
;
1196 if (type
== ZFS_TYPE_POOL
) {
1197 proptype
= zpool_prop_get_type(prop
);
1198 propname
= zpool_prop_to_name(prop
);
1200 proptype
= zfs_prop_get_type(prop
);
1201 propname
= zfs_prop_to_name(prop
);
1205 * Convert any properties to the internal DSL value types.
1211 case PROP_TYPE_STRING
:
1212 if (datatype
!= DATA_TYPE_STRING
) {
1213 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1214 "'%s' must be a string"), nvpair_name(elem
));
1217 (void) nvpair_value_string(elem
, svalp
);
1218 if (strlen(*svalp
) >= ZFS_MAXPROPLEN
) {
1219 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1220 "'%s' is too long"), nvpair_name(elem
));
1225 case PROP_TYPE_NUMBER
:
1226 if (datatype
== DATA_TYPE_STRING
) {
1227 (void) nvpair_value_string(elem
, &value
);
1228 if (strcmp(value
, "none") == 0) {
1230 } else if (strcmp(value
, "auto") == 0) {
1232 } else if (zfs_nicestrtonum(hdl
, value
, ivalp
) != 0) {
1235 } else if (datatype
== DATA_TYPE_UINT64
) {
1236 (void) nvpair_value_uint64(elem
, ivalp
);
1238 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1239 "'%s' must be a number"), nvpair_name(elem
));
1244 * Quota special: force 'none' and don't allow 0.
1246 if ((type
& ZFS_TYPE_DATASET
) && *ivalp
== 0 && !isnone
&&
1247 (prop
== ZFS_PROP_QUOTA
|| prop
== ZFS_PROP_REFQUOTA
)) {
1248 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1249 "use 'none' to disable quota/refquota"));
1254 * Special handling for "*_limit=none". In this case it's not
1257 if ((type
& ZFS_TYPE_DATASET
) && isnone
&&
1258 (prop
== ZFS_PROP_FILESYSTEM_LIMIT
||
1259 prop
== ZFS_PROP_SNAPSHOT_LIMIT
)) {
1260 *ivalp
= UINT64_MAX
;
1264 * Special handling for setting 'refreservation' to 'auto'. Use
1265 * UINT64_MAX to tell the caller to use zfs_fix_auto_resv().
1266 * 'auto' is only allowed on volumes.
1270 case ZFS_PROP_REFRESERVATION
:
1271 if ((type
& ZFS_TYPE_VOLUME
) == 0) {
1272 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1273 "'%s=auto' only allowed on "
1274 "volumes"), nvpair_name(elem
));
1277 *ivalp
= UINT64_MAX
;
1280 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1281 "'auto' is invalid value for '%s'"),
1289 case PROP_TYPE_INDEX
:
1290 if (datatype
!= DATA_TYPE_STRING
) {
1291 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1292 "'%s' must be a string"), nvpair_name(elem
));
1296 (void) nvpair_value_string(elem
, &value
);
1298 if (zprop_string_to_index(prop
, value
, ivalp
, type
) != 0) {
1299 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1300 "'%s' must be one of '%s'"), propname
,
1301 zprop_values(prop
, type
));
1311 * Add the result to our return set of properties.
1313 if (*svalp
!= NULL
) {
1314 if (nvlist_add_string(ret
, propname
, *svalp
) != 0) {
1315 (void) no_memory(hdl
);
1319 if (nvlist_add_uint64(ret
, propname
, *ivalp
) != 0) {
1320 (void) no_memory(hdl
);
1327 (void) zfs_error(hdl
, EZFS_BADPROP
, errbuf
);
1332 addlist(libzfs_handle_t
*hdl
, char *propname
, zprop_list_t
**listp
,
1336 zprop_list_t
*entry
;
1338 prop
= zprop_name_to_prop(propname
, type
);
1340 if (prop
!= ZPROP_INVAL
&& !zprop_valid_for_type(prop
, type
))
1344 * When no property table entry can be found, return failure if
1345 * this is a pool property or if this isn't a user-defined
1348 if (prop
== ZPROP_INVAL
&& ((type
== ZFS_TYPE_POOL
&&
1349 !zpool_prop_feature(propname
) &&
1350 !zpool_prop_unsupported(propname
)) ||
1351 (type
== ZFS_TYPE_DATASET
&& !zfs_prop_user(propname
) &&
1352 !zfs_prop_userquota(propname
) && !zfs_prop_written(propname
)))) {
1353 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1354 "invalid property '%s'"), propname
);
1355 return (zfs_error(hdl
, EZFS_BADPROP
,
1356 dgettext(TEXT_DOMAIN
, "bad property list")));
1359 if ((entry
= zfs_alloc(hdl
, sizeof (zprop_list_t
))) == NULL
)
1362 entry
->pl_prop
= prop
;
1363 if (prop
== ZPROP_INVAL
) {
1364 if ((entry
->pl_user_prop
= zfs_strdup(hdl
, propname
)) ==
1369 entry
->pl_width
= strlen(propname
);
1371 entry
->pl_width
= zprop_width(prop
, &entry
->pl_fixed
,
1381 * Given a comma-separated list of properties, construct a property list
1382 * containing both user-defined and native properties. This function will
1383 * return a NULL list if 'all' is specified, which can later be expanded
1384 * by zprop_expand_list().
1387 zprop_get_list(libzfs_handle_t
*hdl
, char *props
, zprop_list_t
**listp
,
1393 * If 'all' is specified, return a NULL list.
1395 if (strcmp(props
, "all") == 0)
1399 * If no props were specified, return an error.
1401 if (props
[0] == '\0') {
1402 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1403 "no properties specified"));
1404 return (zfs_error(hdl
, EZFS_BADPROP
, dgettext(TEXT_DOMAIN
,
1405 "bad property list")));
1409 * It would be nice to use getsubopt() here, but the inclusion of column
1410 * aliases makes this more effort than it's worth.
1412 while (*props
!= '\0') {
1417 if ((p
= strchr(props
, ',')) == NULL
) {
1418 len
= strlen(props
);
1425 * Check for empty options.
1428 zfs_error_aux(hdl
, dgettext(TEXT_DOMAIN
,
1429 "empty property name"));
1430 return (zfs_error(hdl
, EZFS_BADPROP
,
1431 dgettext(TEXT_DOMAIN
, "bad property list")));
1435 * Check all regular property names.
1440 if (strcmp(props
, "space") == 0) {
1441 static char *spaceprops
[] = {
1442 "name", "avail", "used", "usedbysnapshots",
1443 "usedbydataset", "usedbyrefreservation",
1444 "usedbychildren", NULL
1448 for (i
= 0; spaceprops
[i
]; i
++) {
1449 if (addlist(hdl
, spaceprops
[i
], listp
, type
))
1451 listp
= &(*listp
)->pl_next
;
1454 if (addlist(hdl
, props
, listp
, type
))
1456 listp
= &(*listp
)->pl_next
;
1468 zprop_free_list(zprop_list_t
*pl
)
1472 while (pl
!= NULL
) {
1474 free(pl
->pl_user_prop
);
1480 typedef struct expand_data
{
1481 zprop_list_t
**last
;
1482 libzfs_handle_t
*hdl
;
1487 zprop_expand_list_cb(int prop
, void *cb
)
1489 zprop_list_t
*entry
;
1490 expand_data_t
*edp
= cb
;
1492 if ((entry
= zfs_alloc(edp
->hdl
, sizeof (zprop_list_t
))) == NULL
)
1493 return (ZPROP_INVAL
);
1495 entry
->pl_prop
= prop
;
1496 entry
->pl_width
= zprop_width(prop
, &entry
->pl_fixed
, edp
->type
);
1497 entry
->pl_all
= B_TRUE
;
1499 *(edp
->last
) = entry
;
1500 edp
->last
= &entry
->pl_next
;
1502 return (ZPROP_CONT
);
1506 zprop_expand_list(libzfs_handle_t
*hdl
, zprop_list_t
**plp
, zfs_type_t type
)
1508 zprop_list_t
*entry
;
1509 zprop_list_t
**last
;
1514 * If this is the very first time we've been called for an 'all'
1515 * specification, expand the list to include all native
1524 if (zprop_iter_common(zprop_expand_list_cb
, &exp
, B_FALSE
,
1525 B_FALSE
, type
) == ZPROP_INVAL
)
1529 * Add 'name' to the beginning of the list, which is handled
1532 if ((entry
= zfs_alloc(hdl
, sizeof (zprop_list_t
))) == NULL
)
1535 entry
->pl_prop
= (type
== ZFS_TYPE_POOL
) ? ZPOOL_PROP_NAME
:
1537 entry
->pl_width
= zprop_width(entry
->pl_prop
,
1538 &entry
->pl_fixed
, type
);
1539 entry
->pl_all
= B_TRUE
;
1540 entry
->pl_next
= *plp
;
1547 zprop_iter(zprop_func func
, void *cb
, boolean_t show_all
, boolean_t ordered
,
1550 return (zprop_iter_common(func
, cb
, show_all
, ordered
, type
));
1554 * zfs_get_hole_count retrieves the number of holes (blocks which are
1555 * zero-filled) in the specified file using the _FIO_COUNT_FILLED ioctl. It
1556 * also optionally fetches the block size when bs is non-NULL. With hole count
1557 * and block size the full space consumed by the holes of a file can be
1560 * On success, zero is returned, the count argument is set to the
1561 * number of holes, and the bs argument is set to the block size (if it is
1562 * not NULL). On error, a non-zero errno is returned and the values in count
1563 * and bs are undefined.
1566 zfs_get_hole_count(const char *path
, uint64_t *count
, uint64_t *bs
)
1572 fd
= open(path
, O_RDONLY
);
1576 if (ioctl(fd
, _FIO_COUNT_FILLED
, &fill
) == -1) {
1582 if (fstat(fd
, &ss
) == -1) {
1588 *count
= (ss
.st_size
+ ss
.st_blksize
- 1) / ss
.st_blksize
- fill
;
1589 VERIFY3S(*count
, >=, 0);
1591 *bs
= ss
.st_blksize
;
1594 if (close(fd
) == -1) {