Searched refs:new_disk (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3161 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach() argument 3177 "cannot replace %s with %s"), old_disk, new_disk); in zpool_vdev_attach() 3180 "cannot attach %s to %s"), new_disk, old_disk); in zpool_vdev_attach() 3260 } else if (zpool_is_draid_spare(new_disk)) { in zpool_vdev_attach() 3292 new_disk); in zpool_vdev_attach()
|
| H A D | libzfs.abi | 2652 …<parameter type-id='type-id-105' name='new_disk' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6244 char *poolname, *old_disk, *new_disk; in zpool_do_attach_or_replace() local 6307 new_disk = old_disk; in zpool_do_attach_or_replace() 6311 new_disk = argv[2]; in zpool_do_attach_or_replace() 6356 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing, in zpool_do_attach_or_replace()
|