9237 "zpool add" fails for very large pools

illumos/illumos-gate@ae5ee1bd5e

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Andriy Gapon <avg@FreeBSD.org>
Approved by: Matt Ahrens <mahrens@delphix.com>
Author:     Alan Somers <asomers@gmail.com>
This commit is contained in:
Alexander Motin 2018-07-31 21:42:31 +00:00
parent b3e8109985
commit 5c1f905282
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=337016

View file

@ -895,6 +895,7 @@ zpool_read_label(int fd, nvlist_t **config)
free(label);
*config = NULL;
errno = ENOENT;
return (-1);
}