/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
H A D | zpool_initialize_import_export.ksh | 31 # Initializing automatically resumes across import/export. 35 # 2. Start initializing and verify that initializing is active. 38 # 5. Verify that initializing resumes and progress does not regress. 39 # 6. Suspend initializing. 41 # 8. Verify that progress does not regress but initializing is still suspended. 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 58 [[ -z "$new_progress" ]] && log_fail "Initializing did not restart after import" 60 log_fail "Initializing lost progress after import" 71 log_fail "Initializing action date did not persist across export/import" 74 log_fail "Initializing lost progress after import" [all …]
|
H A D | zpool_initialize_attach_detach_add_remove.ksh | 31 # Detaching/attaching, adding/removing data devices works with initializing. 35 # 2. Start initializing. 36 # 3. Attach a second disk, ensure initializing continues. 37 # 4. Detach the second disk, ensure initializing continues. 38 # 5. Add a second disk, ensure initializing continues. 39 # 6. Remove the first disk, ensure initializing stops. 49 [[ -z "$progress" ]] && log_fail "Initializing did not start" 54 log_fail "Lost initializing progress on demotion to child vdev" 60 log_fail "Lost initializing progress on promotion to top vdev" 66 log_fail "Initializing continued after initiating removal" [all …]
|
H A D | zpool_initialize_online_offline.ksh | 31 # Initializing automatically resumes across offline/online. 35 # 2. Start initializing one of the disks and verify that initializing is active. 38 # 5. Verify that initializing resumes and progress does not regress. 39 # 6. Suspend initializing. 40 # 7. Repeat steps 3-4 and verify that initializing does not resume. 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 58 log_fail "Initializing did not restart after onlining" 60 log_fail "Initializing lost progress after onlining" 71 log_fail "Initializing action date did not persist across offline/online" 74 log_pass "Initializing performs as expected across offline/online"
|
H A D | zpool_initialize_suspend_resume.ksh | 31 # Suspending and resuming initializing works. 35 # 2. Start initializing and verify that initializing is active. 36 # 3. Wait 3 seconds, then suspend initializing and verify that the progress 38 # 4. Wait 5 seconds and ensure initializing progress doesn't advance. 39 # 5. Restart initializing and verify that the progress doesn't regress. 48 log_fail "Initializing did not start" 57 log_fail "Initializing progress advanced while suspended" 61 log_fail "Initializing progress regressed after resuming" 63 log_pass "Suspend + resume initializing works as expected"
|
H A D | zpool_initialize_split.ksh | 31 # Initializing state is preserved across zpool split. 35 # 2. Start initializing both devices. 36 # 3. Split the pool. Ensure initializing continues on the original. 37 # 4. Import the new pool. Ensure initializing resumes on it. 49 [[ -z "$orig_prog1" ]] && log_fail "Initializing did not start" 53 # Ensure initializing continued as expected on the original pool. 55 log_fail "Initializing lost progress on original pool" 61 log_fail "Initializing lost progress on split pool" 64 log_pass "Initializing behaves as expected on zpool split"
|
H A D | zpool_initialize_offline_export_import_online.ksh | 35 # 2. Start initializing, offline, export, import, online and verify that 36 # initializing state is preserved / initializing behaves as expected 48 [[ -z "$progress" ]] && log_fail "Initializing did not start" 55 [[ -z "$new_progress" ]] && log_fail "Initializing did not start after import" 57 log_fail "Initializing lost progress after import" 63 log_fail "Initializing lost progress after online" 65 log_pass "Initializing behaves as expected at each step of:" \
|
H A D | zpool_initialize_verify_checksums.ksh | 31 # Initializing does not cause file corruption. 36 # 3. Start initializing and verify that initializing is active. 52 log_fail "Initializing did not start" 59 log_pass "Initializing does not corrupt existing or new data"
|
H A D | zpool_initialize_start_and_cancel_neg.ksh | 36 # 2. Start initializing and verify that initializing is active. 37 # 3. Try to cancel and suspend initializing on the non-initializing disks. 38 # 4. Try to re-initialize the currently initializing disk.
|
H A D | zpool_initialize_start_and_cancel_pos.ksh | 35 # 2. Start initializing and verify that initializing is active. 36 # 3. Cancel initializing and verify that initializing is not active.
|
H A D | zpool_initialize_fault_export_import_online.ksh | 30 # 2. Start initializing, fault, export, import, online and verify along 31 # the way that the initializing was cancelled and not restarted. 41 [[ -z "$progress" ]] && log_fail "Initializing did not start" 58 log_pass "Initializing behaves as expected at each step of:" \
|
H A D | zpool_initialize_uninit.ksh | 38 # a. Start initializing and verify that initializing is active. 39 # b. Verify uninitialize fails when actively initializing. 40 # c. Cancel or suspend initializing and verify that initializing is not active.
|
H A D | zpool_initialize_verify_initialized.ksh | 30 # After initializing, the disk is actually initialized. 36 # once instance of the initializing pattern (deadbeef). 86 log_pass "Initializing wrote to each metaslab"
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-initialize.8 | 45 Begins initializing by writing to all unallocated regions on the specified 51 Cancel initializing on the specified devices, or all eligible devices if none 56 Suspend initializing on the specified devices, or all eligible devices if none 60 Initializing can then be resumed by running 72 Wait until the devices have finished initializing before returning.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait_initialize_basic.ksh | 22 # 'zpool wait' works when waiting for devices to complete initializing 26 # 2. Modify a tunable to make sure initializing is slow enough to observe. 27 # 3. Start initializing the vdev in the pool.
|
H A D | zpool_wait_initialize_cancel.ksh | 26 # 2. Modify a tunable to make sure initializing is slow enough that it won't 28 # 3. Start initializing the vdev in the pool.
|
H A D | zpool_wait_initialize_flag.ksh | 27 # 2. Start initializing disks 1 and 2 with one invocation of 29 # 3. Start initializing disk 3 with a second invocation of 'zpool initialize -w'
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_initialize.c | 44 /* size of initializing writes; default 1MiB, see zfs_remove_max_segment */ 62 * stop the initializing thread, schedule the sync task, and free in vdev_initialize_zap_update_sync() 219 * Since initializing is best-effort, we ignore I/O errors and in vdev_initialize_cb() 242 /* Limit inflight initializing I/Os */ in vdev_initialize_write() 436 * If we get here, we're in the middle of initializing this in vdev_initialize_calculate_progress() 624 * Device must be a leaf and not already be initializing. 645 * Device must be a leaf and not already be initializing. 696 * Stop initializing a device, with the resultant initializing state being 701 * and must not be writing to the spa config, as the initializing thread may 752 * Convenience function to stop initializing of a vdev tree and set all
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 726 /// this is done by initializing all targets at program startup. 749 /// this is done by initializing all targets at program startup. 761 /// this is done by initializing all targets at program startup. 775 /// this is done by initializing all targets at program startup. 795 /// this is done by initializing all targets at program startup. 808 /// this is done by initializing all targets at program startup. 822 /// this is done by initializing all targets at program startup. 835 /// this is done by initializing all targets at program startup. 848 /// this is done by initializing all targets at program startup. 861 /// this is done by initializing all targets at program startup. [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | tconversion.pl | 45 1 # for initializing 59 'initializing'); 61 $init = ok(copy($t, "$prefix-fff.p"), 'initializing');
|
/freebsd/contrib/ee/ |
H A D | ee.1 | 254 the editor to a print command (see the section \fBInitializing ee from a 366 .B Initializing ee from a file below). 408 .\" initializing ee from a file 410 .SS "Initializing ee from a file" 481 the editor (see \fBInitializing ee from a
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_gzip.c | 166 in initializing the decompressor. */ in peek_at_header() 374 "Internal error initializing compression library: " in consume_header() 379 "Internal error initializing compression library: " in consume_header() 385 "Internal error initializing compression library: " in consume_header() 391 "Internal error initializing compression library: " in consume_header()
|
H A D | archive_write_add_filter_bzip2.c | 203 "Internal error initializing compression library"); in archive_compressor_bzip2_open() 209 "Internal error initializing compression library: " in archive_compressor_bzip2_open() 214 "Internal error initializing compression library: " in archive_compressor_bzip2_open() 219 "Internal error initializing compression library: " in archive_compressor_bzip2_open()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock_main.cc | 42 // also responsible for initializing Google Test. Therefore there's in setup() 68 // also responsible for initializing Google Test. Therefore there's
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 223 /// initializing a parameter for which there is no declaration. 520 /// Determine the location of the 'return' keyword when initializing 527 /// Determine the location of the 'throw' keyword when initializing 556 /// Determine the location of the capture when initializing 1014 /// Initializing a wide char array with narrow string literal. 1017 /// Initializing char array with wide string literal. 1020 /// Initializing wide char array with incompatible wide string 1024 /// Initializing char8_t array with plain string literal. 1027 /// Initializing char array with UTF-8 string literal. 1175 /// \param TopLevelOfInitList true if we are initializing from an expression
|
/freebsd/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm_i.h | 164 bool initializing; /* in process of initializing state machines */ member
|