zfs/cmd
наб dfc25ea91c libzutil: zfs_isnumber(): return false if input empty
zpool list, which is the only user, would mistakenly try to parse the
empty string as the interval in this case:

  $ zpool list "a"
  cannot open 'a': no such pool
  $ zpool list ""
  interval cannot be zero
  usage: <usage string follows>
which is now symmetric with zpool get:
  $ zpool list ""
  cannot open '': name must begin with a letter

Avoid breaking the  "interval cannot be zero" string.
There simply isn't a need for this, and it's user-facing.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #11841 
Closes #11843
2021-06-23 13:22:14 -07:00
..
arc_summary arc_summary3: Handle overflowing value width 2020-12-23 14:34:59 -08:00
arcstat FreeBSD: Update usage of py-sysctl 2020-12-23 14:34:59 -08:00
dbufstat dbufstat: Fix warnings with Python 3.8 2020-12-23 15:11:01 -08:00
fsck_zfs Fix typos in cmd/ 2019-08-30 09:43:30 -07:00
mount_zfs Re-apply path sanitizer, as mount(8) still mangles it 2021-01-23 15:47:06 -08:00
raidz_test Unconditionally enable debugging for libzpool 2020-07-10 15:30:31 -07:00
vdev_id vdev_id: Add error message when $CONFIG is missing 2021-01-24 16:06:58 -08:00
zdb Memory leak in zdb:import_checkpointed_state() 2021-01-05 10:32:46 -08:00
zed FreeBSD: notify userspace when a vdev is removed 2020-12-23 13:08:12 -08:00
zfs Fix report_mount_progress never calling set_progress_header 2021-03-05 12:49:22 -08:00
zfs_ids_to_path Use the correct return type for getopt 2020-12-23 14:34:59 -08:00
zgenhostid Install zgenhostid to sbindir 2021-01-23 15:47:06 -08:00
zhack nvlist leaked in zpool_find_config() 2021-01-05 10:31:47 -08:00
zinject Use abs_top_builddir when referencing libraries 2020-07-10 14:26:32 -07:00
zpool libzutil: zfs_isnumber(): return false if input empty 2021-06-23 13:22:14 -07:00
zstream Suppress cppcheck invalidSyntax warninigs 2021-03-08 09:07:25 -08:00
zstreamdump Minor `zstream redup` command fixes 2020-04-10 21:10:09 -07:00
ztest Support uClibc for the tests compilations 2021-03-05 12:48:50 -08:00
zvol_id Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
zvol_wait zvol_wait should ignore redacted zvols 2019-11-06 10:51:19 -08:00
Makefile.am Small program that converts a dataset id and an object id to a path 2020-05-20 10:05:33 -07:00