mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Fix typos in tests/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9250
This commit is contained in:
committed by
Brian Behlendorf
parent
cb14aa4ca9
commit
c6e457dffb
@@ -131,7 +131,7 @@ function is_loop_device #disk
|
||||
}
|
||||
|
||||
#
|
||||
# Check if the given device is a multipath device and if there is a sybolic
|
||||
# Check if the given device is a multipath device and if there is a symbolic
|
||||
# link to a device mapper and to a disk
|
||||
# Currently no support for dm devices alone without multipath
|
||||
#
|
||||
|
||||
@@ -869,7 +869,7 @@ function zero_partitions #<whole_disk_name>
|
||||
# Size should be specified with units as per
|
||||
# the `format` command requirements eg. 100mb 3gb
|
||||
#
|
||||
# NOTE: This entire interface is problematic for the Linux parted utilty
|
||||
# NOTE: This entire interface is problematic for the Linux parted utility
|
||||
# which requires the end of the partition to be specified. It would be
|
||||
# best to retire this interface and replace it with something more flexible.
|
||||
# At the moment a best effort is made.
|
||||
@@ -1072,7 +1072,7 @@ function partition_disk #<slice_size> <whole_disk_name> <total_slices>
|
||||
# dirnum: the maximum number of subdirectories to use, -1 no limit
|
||||
# filenum: the maximum number of files per subdirectory
|
||||
# bytes: number of bytes to write
|
||||
# num_writes: numer of types to write out bytes
|
||||
# num_writes: number of types to write out bytes
|
||||
# data: the data that will be written
|
||||
#
|
||||
# E.g.
|
||||
@@ -2859,7 +2859,7 @@ function labelvtoc
|
||||
|
||||
#
|
||||
# check if the system was installed as zfsroot or not
|
||||
# return: 0 ture, otherwise false
|
||||
# return: 0 if zfsroot, non-zero if not
|
||||
#
|
||||
function is_zfsroot
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user