Skip to content

Commit

Permalink
Fix raidz_expand_007_neg on FreeBSD side
Browse files Browse the repository at this point in the history
  • Loading branch information
fuporovvStack committed Oct 5, 2023
1 parent a3c928d commit a55c8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/libzfs/libzfs_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,8 @@ zpool_vdev_attach(zpool_handle_t *zhp, const char *old_disk,
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
"the reserved boot area needed for the expansion "
"is already being used by a boot loader"));
(void) zfs_error(hdl, EZFS_BADDEV, errbuf);
break;
} else {
(void) zpool_standard_error(hdl, errno, errbuf);
}
Expand Down

0 comments on commit a55c8f2

Please sign in to comment.