Searched refs:redundancy (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dcleanup.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/redundancy
28 FILES = redundancy.cfg \
29 redundancy.kshlib
H A Dredundancy_001_pos.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_004_neg.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
36 # Striped pool have no data redundancy. Any device errors will
50 log_assert "Verify striped pool have no data redundancy."
66 log_pass "Striped pool has no data redundancy as expected."
H A Dredundancy_002_pos.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_003_pos.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy.kshlib32 . $STF_SUITE/tests/functional/redundancy/redundancy.cfg
/illumos-gate/usr/src/test/zfs-tests/tests/functional/
H A DMakefile58 redundancy \
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c2000 * Validate and set the redundancy attribute in the given volume
2004 * the devconfig_t in which to set the redundancy
2020 uint16_t redundancy; local
2023 if (str_to_uint16(value, &redundancy) != 0) {
2025 gettext("invalid redundancy level (%s): %s"),
2031 return (devconfig_set_volume_redundancy_level(volume, redundancy));
2055 uint16_t redundancy; local
2058 if (str_to_uint16(value, &redundancy) != 0) {
2066 return (devconfig_set_volume_npaths(volume, redundancy));
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c916 * in this RCM modules resource list. If the redundancy argument is
918 * returned if it is associated with >= redundancy dependents.
924 get_next_user(rsrc_t *next, rsrc_t *rsrc, int redundancy) argument
947 (redundancy <= 0 || cnt == redundancy)) {

Completed in 87 milliseconds