Home
last modified time | relevance | path

Searched refs:newpool (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6489 char *srcpool, *newpool, *propval; in zpool_do_split() local
6579 newpool = argv[1]; in zpool_do_split()
6589 config = split_mirror_vdev(zhp, newpool, props, flags, argc, argv); in zpool_do_split()
6595 "following layout:\n\n"), newpool); in zpool_do_split()
6596 print_vdev_tree(NULL, newpool, config, 0, "", in zpool_do_split()
6617 if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL) { in zpool_do_split()
6624 ret = zfs_crypto_attempt_load_keys(g_zfs, newpool); in zpool_do_split()