Home
last modified time | relevance | path

Searched full:initializing (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_import_export.ksh32 # Initializing automatically resumes across import/export.
36 # 2. Start initializing and verify that initializing is active.
39 # 5. Verify that initializing resumes and progress does not regress.
40 # 6. Suspend initializing.
42 # 8. Verify that progress does not regress but initializing is still suspended.
53 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 [[ -z "$new_progress" ]] && log_fail "Initializing did not restart after import"
61 log_fail "Initializing lost progress after import"
72 log_fail "Initializing action date did not persist across export/import"
75 log_fail "Initializing lost progress after import"
[all …]
H A Dzpool_initialize_attach_detach_add_remove.ksh32 # Detaching/attaching, adding/removing data devices works with initializing.
36 # 2. Start initializing.
37 # 3. Attach a second disk, ensure initializing continues.
38 # 4. Detach the second disk, ensure initializing continues.
39 # 5. Add a second disk, ensure initializing continues.
40 # 6. Remove the first disk, ensure initializing stops.
50 [[ -z "$progress" ]] && log_fail "Initializing did not start"
55 log_fail "Lost initializing progress on demotion to child vdev"
61 log_fail "Lost initializing progress on promotion to top vdev"
67 log_fail "Initializing continued after initiating removal"
[all …]
H A Dzpool_initialize_online_offline.ksh32 # Initializing automatically resumes across offline/online.
36 # 2. Start initializing one of the disks and verify that initializing is active.
39 # 5. Verify that initializing resumes and progress does not regress.
40 # 6. Suspend initializing.
41 # 7. Repeat steps 3-4 and verify that initializing does not resume.
53 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 log_fail "Initializing did not restart after onlining"
61 log_fail "Initializing lost progress after onlining"
72 log_fail "Initializing action date did not persist across offline/online"
75 log_pass "Initializing performs as expected across offline/online"
H A Dzpool_initialize_suspend_resume.ksh32 # Suspending and resuming initializing works.
36 # 2. Start initializing and verify that initializing is active.
37 # 3. Wait 3 seconds, then suspend initializing and verify that the progress
39 # 4. Wait 5 seconds and ensure initializing progress doesn't advance.
40 # 5. Restart initializing and verify that the progress doesn't regress.
49 log_fail "Initializing did not start"
58 log_fail "Initializing progress advanced while suspended"
62 log_fail "Initializing progress regressed after resuming"
64 log_pass "Suspend + resume initializing works as expected"
H A Dzpool_initialize_split.ksh32 # Initializing state is preserved across zpool split.
36 # 2. Start initializing both devices.
37 # 3. Split the pool. Ensure initializing continues on the original.
38 # 4. Import the new pool. Ensure initializing resumes on it.
50 [[ -z "$orig_prog1" ]] && log_fail "Initializing did not start"
54 # Ensure initializing continued as expected on the original pool.
56 log_fail "Initializing lost progress on original pool"
62 log_fail "Initializing lost progress on split pool"
65 log_pass "Initializing behaves as expected on zpool split"
H A Dzpool_initialize_offline_export_import_online.ksh36 # 2. Start initializing, offline, export, import, online and verify that
37 # initializing state is preserved / initializing behaves as expected
49 [[ -z "$progress" ]] && log_fail "Initializing did not start"
56 [[ -z "$new_progress" ]] && log_fail "Initializing did not start after import"
58 log_fail "Initializing lost progress after import"
64 log_fail "Initializing lost progress after online"
66 log_pass "Initializing behaves as expected at each step of:" \
H A Dzpool_initialize_verify_checksums.ksh32 # Initializing does not cause file corruption.
37 # 3. Start initializing and verify that initializing is active.
53 log_fail "Initializing did not start"
60 log_pass "Initializing does not corrupt existing or new data"
H A Dzpool_initialize_start_and_cancel_neg.ksh37 # 2. Start initializing and verify that initializing is active.
38 # 3. Try to cancel and suspend initializing on the non-initializing disks.
39 # 4. Try to re-initialize the currently initializing disk.
H A Dzpool_initialize_start_and_cancel_pos.ksh36 # 2. Start initializing and verify that initializing is active.
37 # 3. Cancel initializing and verify that initializing is not active.
H A Dzpool_initialize_fault_export_import_online.ksh31 # 2. Start initializing, fault, export, import, online and verify along
32 # the way that the initializing was cancelled and not restarted.
42 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 log_pass "Initializing behaves as expected at each step of:" \
H A Dzpool_initialize_uninit.ksh39 # a. Start initializing and verify that initializing is active.
40 # b. Verify uninitialize fails when actively initializing.
41 # c. Cancel or suspend initializing and verify that initializing is not active.
H A Dzpool_initialize_verify_initialized.ksh31 # After initializing, the disk is actually initialized.
37 # once instance of the initializing pattern (deadbeef).
87 log_pass "Initializing wrote to each metaslab"
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-initialize.846 Begins initializing by writing to all unallocated regions on the specified
52 Cancel initializing on the specified devices, or all eligible devices if none
57 Suspend initializing on the specified devices, or all eligible devices if none
61 Initializing can then be resumed by running
73 Wait until the devices have finished initializing before returning.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_initialize_basic.ksh23 # 'zpool wait' works when waiting for devices to complete initializing
27 # 2. Modify a tunable to make sure initializing is slow enough to observe.
28 # 3. Start initializing the vdev in the pool.
H A Dzpool_wait_initialize_cancel.ksh27 # 2. Modify a tunable to make sure initializing is slow enough that it won't
29 # 3. Start initializing the vdev in the pool.
H A Dzpool_wait_initialize_flag.ksh28 # 2. Start initializing disks 1 and 2 with one invocation of
30 # 3. Start initializing disk 3 with a second invocation of 'zpool initialize -w'
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c45 /* size of initializing writes; default 1MiB, see zfs_remove_max_segment */
63 * stop the initializing thread, schedule the sync task, and free in vdev_initialize_zap_update_sync()
220 * Since initializing is best-effort, we ignore I/O errors and in vdev_initialize_cb()
243 /* Limit inflight initializing I/Os */ in vdev_initialize_write()
438 * If we get here, we're in the middle of initializing this in vdev_initialize_calculate_progress()
626 * Device must be a leaf and not already be initializing.
647 * Device must be a leaf and not already be initializing.
698 * Stop initializing a device, with the resultant initializing state being
703 * and must not be writing to the spa config, as the initializing thread may
754 * Convenience function to stop initializing of a vdev tree and set all
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h726 /// 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/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_util.c264 com_err(progname, retval, _("while initializing Kerberos code")); in main()
443 com_err(progname, retval, _("while initializing error handling")); in main()
451 com_err(progname, ENOMEM, _("while initializing ldap handle")); in main()
504 com_err(progname, ENOMEM, _("while initializing server list")); in main()
511 com_err(progname, ENOMEM, _("while initializing server list")); in main()
520 com_err(progname, ENOMEM, _("while initializing server list")); in main()
568 com_err(progname, db_retval, _("while initializing database")); in main()
/freebsd/crypto/openssl/test/recipes/
H A Dtconversion.pl45 1 # for initializing
59 'initializing');
61 $init = ok(copy($t, "$prefix-fff.p"), 'initializing');
/freebsd/contrib/ee/
H A Dee.1254 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/crypto/krb5/src/lib/krb5/krb/
H A Dt_cc_config.c77 bail_on_err(context, "Error initializing first in-memory ccache", in unset_config()
81 bail_on_err(context, "Error initializing second in-memory ccache", in unset_config()
123 bail_on_err(NULL, "Error initializing Kerberos library", in main()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c166 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 Darchive_write_add_filter_bzip2.c203 "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 Dgmock_main.cc42 // also responsible for initializing Google Test. Therefore there's in setup()
68 // also responsible for initializing Google Test. Therefore there's

12345678910>>...27