Lines Matching full:disks
109 # Default disks to use (always empty unless being scripted)
114 # Default partitioning scheme to use on disks
119 # Default boot type to use on disks
177 # If interactive and the user has not explicitly chosen a vdev type or disks,
252 msg_disk_plural="disks"
254 msg_encrypt_disks="Encrypt Disks?"
261 msg_geli_setup="Initializing encryption on selected disks,\n this will take several seconds per dis…
271 …st Chance! Are you sure you want to destroy\nthe current contents of the following disks:\n\n %s"
272 …\Z1sure\\Zn you want to \\Zr\\Z1destroy\\Zn\nthe current contents of the following disks:\n\n %s'
274 msg_mirror_help="[2+ Disks] Mirroring provides the best performance, but the least storage"
276 msg_missing_one_or_more_scripted_disks="Missing one or more scripted disks!"
279 msg_no_disks_selected="No disks selected."
280 msg_not_enough_disks_selected="Not enough disks selected. (%u < %u minimum)"
284 msg_odd_disk_selected="An even number of disks must be selected to create a RAID 1+0. (%u selected)"
290 msg_please_select_one_or_more_disks="Please select one or more disks to create a zpool:"
294 msg_pool_type_disks="Pool Type/Disks:"
295 msg_pool_type_disks_help="Choose type of ZFS Virtual Device and disks to use (Required)"
298 msg_raid10_help="[4+ Disks] Striped Mirrors provides the best performance, but the least storage"
300 msg_raidz1_help="[3+ Disks] Withstand failure of 1 disk. Recommended for: 3, 5 or 9 disks"
302 msg_raidz2_help="[4+ Disks] Withstand failure of 2 disks. Recommended for: 4, 6 or 10 disks"
304 msg_raidz3_help="[5+ Disks] Withstand failure of 3 disks. Recommended for: 5, 7 or 11 disks"
311 msg_stripe_help="[1+ Disks] Striping provides maximum storage but no redundancy"
320 …disks are smaller than the amount of requested\nswap (%s) and/or geli(8) (%s) partitions, which wo…
349 local disks n disks_grammar
416 # dialog_last_chance $disks ...
418 # Display a list of the disks that the user is about to destroy. The default
485 # Configure Virtual Device type and disks to use for the ZFS boot pool. User
486 # must select enough disks to satisfy the chosen vdev type.
525 local disks=
526 debug= f_device_find "" $DEVICE_TYPE_DISK disks
530 for disk in $disks; do
537 disks="${new_list# }"
539 # Prune out disks that are not available to install to
541 for disk in $disks; do
546 disks="${avail_disks# }"
551 for disk in $disks; do
555 f_dprintf "$funcname: disks=[%s]" "${disk_names# }"
558 if [ ! "$disks" ]; then
564 # Lets sort the disks array to be more user friendly
565 f_device_sort_by name disks disks
569 # disks are selected to satisfy the chosen vdev type or user wants to
600 # Determine the number of disks needed for this vdev type
612 # Warn the user if any scripted disks are invalid
630 f_dprintf "No disks selected."
645 # Not enough disks selected
648 "Not enough disks selected." \
658 # Confirm the disks that were selected
659 # Loop until the user cancels or selects enough disks
663 # Loop over list of available disks, resetting state
664 for disk in $disks; do
668 # Loop over list of selected disks and create temporary
669 # locals to map statuses onto up-to-date list of disks
680 for disk in $disks; do
719 "Number of disks not even:" \
732 # Not enough disks selected
735 "Not enough disks selected." \
1093 # zfs_create_boot $poolname $vdev_type $disks ...
1107 local disks="$*" disk
1185 # Prepare the disks and build pool device list(s)
1197 for disk in $disks; do
1210 done # disks
1231 # Create mirror across the boot partition on all disks
1278 for disk in $disks; do
1337 for disk in $disks; do
1429 f_dprintf "$funcname: Updating MBR boot loader on disks..."
1432 for disk in $disks; do
1533 for disk in $disks; do
1699 # Validate vdev type against number of disks selected/scripted
1700 # (also validates that ZFSBOOT_DISKS are real [probed] disks)
1729 f_dprintf "These disks are too small: %s" \